Change in libosmo-sccp[master]: ss7: Set configured AS traffic mode when sending Routing Key Register...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Oct 28 19:16:32 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15803 )

Change subject: ss7: Set configured AS traffic mode when sending Routing Key Register msg
......................................................................

ss7: Set configured AS traffic mode when sending Routing Key Register msg

Otherwise default OSMO_SS7_AS_TMOD_OVERRIDE=0 value is always set
regardless of the VTY config "traffic-mode" under AS node.

Related: OS#4220
Change-Id: I5d24772f07e77cc3ba6edfa819bb9bc0266a1064
---
M src/xua_default_lm_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/xua_default_lm_fsm.c b/src/xua_default_lm_fsm.c
index 880f89c..338f4ae 100644
--- a/src/xua_default_lm_fsm.c
+++ b/src/xua_default_lm_fsm.c
@@ -184,6 +184,7 @@
 		}
 		/* Fill in settings from first AS (TODO: multiple AS support) */
 		prim->u.rk_reg.key = as->cfg.routing_key;
+		prim->u.rk_reg.traf_mode = as->cfg.mode;
 		osmo_xlm_sap_down(lmp->asp, &prim->oph);
 		break;
 	case T_WAIT_NOTIFY_RKM:

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/15803
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I5d24772f07e77cc3ba6edfa819bb9bc0266a1064
Gerrit-Change-Number: 15803
Gerrit-PatchSet: 5
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191028/5b959722/attachment.htm>


More information about the gerrit-log mailing list