aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-29 14:35:35 +0000
committerHarald Welte <laforge@gnumonks.org>2018-03-29 14:35:35 +0000
commitb3697927223967995133fdb60f8d90420ba4b760 (patch)
treee2151377b77c5e829ceeacda1a1df96fca8b4d5a
parentf4857ed00cdeb68f6d15719bf2b552cbfaa3a6b9 (diff)
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
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg3
1 files changed, 2 insertions, 1 deletions
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 @@ BSC_Tests.mp_bssap_cfg := {
own_ssn := 254,
peer_pc := 187,
peer_ssn := 254,
- sio := '83'O
+ sio := '83'O,
+ rctx := 0
};
[MAIN_CONTROLLER]