[MERGED] osmo-ttcn3-hacks[master]: BSC_Tests: Add missing routing context to modulepar

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 29 14:06:48 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: BSC_Tests: Add missing routing context to modulepar
......................................................................


BSC_Tests: Add missing routing context to modulepar

The BSSAP_Configuration leaves the rctx parameter unbound.

- Make sure that rctx is set to 0

Change-Id: If0f08665694be8eba817a4525686a9a37caf1dbb
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 77be6b6..a70ed53 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -106,7 +106,8 @@
 		own_ssn := 254,
 		peer_pc := 187,
 		peer_ssn := 254,
-		sio := '83'O
+		sio := '83'O,
+		rctx := 0
 	};
 }
 

-- 
To view, visit https://gerrit.osmocom.org/7577
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If0f08665694be8eba817a4525686a9a37caf1dbb
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list