pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29825 )
Change subject: cosmetic: bsc: Fix typo ......................................................................
cosmetic: bsc: Fix typo
Change-Id: Idd572b262561b03732ba825abee412e2fad17714 --- M bsc/BSC_Tests.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index a150310..b194b9c 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -1066,7 +1066,7 @@ mgw_ip := mp_test_ip, mgw_udp_port := 2427, /* Enable it for SCCPlite, since we have 2 MGCP sockets towards MGW (UDP one + - the on with MGCP over IPA forwarded from MSC one) */ + the one with MGCP over IPA forwarded from MSC one) */ multi_conn_mode := (mp_bssap_cfg[0].transport == BSSAP_TRANSPORT_SCCPlite_SERVER) };