From b3697927223967995133fdb60f8d90420ba4b760 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 29 Mar 2018 14:35:35 +0000 Subject: 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 --- ttcn3-bsc-test/BSC_Tests.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] -- cgit v1.2.3