cosmetic: bsc: Fix typo

Change-Id: Idd572b262561b03732ba825abee412e2fad17714
This commit is contained in:
Pau Espin 2022-10-20 16:50:31 +02:00
parent 1fcd93707b
commit 36eeaf7478
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ function f_init_mgcp(charstring id) runs on test_CT {
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)
};