msc: Fix config file syntax.

In Change-Id: I52a4c8118828c1605cf672889982f987568ad17d we introduced
config file syntax errors.  It seems that change was not tested at all
before pushing :(

Change-Id: I80577798b502957afaa46abb510bcca3dc174ee4
This commit is contained in:
Harald Welte 2018-03-29 13:16:51 +02:00
parent bb7523b15b
commit 2043d68918
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ MSC_Tests.mp_bssap_cfg := {
own_ssn := 254,
peer_pc := 185,
peer_ssn := 254,
sio := '83'O
sio := '83'O,
rctx := 0
},
{
@ -41,7 +41,7 @@ MSC_Tests.mp_bssap_cfg := {
own_ssn := 254,
peer_pc := 185,
peer_ssn := 254,
sio := '83'O
sio := '83'O,
rctx := 1
}
};