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
This commit is contained in:
Harald Welte 2018-03-29 14:35:35 +00:00
parent f4857ed00c
commit b369792722
1 changed files with 2 additions and 1 deletions

View File

@ -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]