pespin submitted this change.
tcap: Log vty msg in CS7_ROLE_SG
This code was placed in the wrong section, since tcap features can only
be enabled in SG mode (STP).
Change-Id: I77cf19bdc8fa29dd4a28773ac0f954850cd76e1b
---
M src/ss7_as_vty.c
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/ss7_as_vty.c b/src/ss7_as_vty.c
index 2d919bb..80359aa 100644
--- a/src/ss7_as_vty.c
+++ b/src/ss7_as_vty.c
@@ -684,6 +684,7 @@
"'point-code override dpc PC' configured in its routing-key. Fix your config!%s",
as->cfg.name, VTY_NEWLINE);
}
+ } else {
#ifdef WITH_TCAP_LOADSHARING
if (as->cfg.loadshare.tcap.enabled && as->cfg.mode != OSMO_SS7_AS_TMOD_LOADSHARE)
vty_out(vty, "%% AS '%s' TCAP routing is enabled, but only works in traffic-mode loadshare!%s",
To view, visit change 42041. To unsubscribe, or for help writing mail filters, visit settings.