Harald Welte has submitted this change and it was merged.

Change subject: ttcn3-bsc-test: Fix config file syntax
......................................................................


ttcn3-bsc-test: Fix config file syntax

In osmo-ttcn3-hacks Change-Id I52a4c8118828c1605cf672889982f987568ad17d
we introduced changes to the BSSAP_Adapter, but the config file for
the BSC hasn't been updated accordingly here.

Change-Id: I7cfc6414c1a783bab54f0d82589de82af4764daa
---
M ttcn3-bsc-test/BSC_Tests.cfg
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 401c0f0..29cca8c 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -18,7 +18,8 @@
        own_ssn := 254,
        peer_pc := 187,
        peer_ssn := 254,
-       sio := '83'O
+       sio := '83'O,
+       rctx := 0
 };
 
 [MAIN_CONTROLLER]

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7cfc6414c1a783bab54f0d82589de82af4764daa
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: dexter <[email protected]>

Reply via email to