diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2021-01-04 19:01:31 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2021-01-07 15:06:39 +0100 |
commit | 9a5b8ffc5bc28bcb57b37b16b36398cf8664a3eb (patch) | |
tree | 814f3c5e1a018da7d694e4fc2ee9b3db2fd533cc /msc/MSC_Tests.ttcn | |
parent | ec2ee466b7ca7a30c560be635825ac43e60a7eb1 (diff) |
CTRL: Introduce support to run osmocom CTRL server
Change-Id: I37db9962f51baf2c63bd58ec47ec89f773d7a255
Diffstat (limited to 'msc/MSC_Tests.ttcn')
-rw-r--r-- | msc/MSC_Tests.ttcn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index 5129c5b..e6681bb 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -318,7 +318,7 @@ function f_init(integer num_bsc := 1, boolean sgsap := false, boolean gsup := tr } } - f_ipa_ctrl_start(mp_msc_ip, mp_msc_ctrl_port); + f_ipa_ctrl_start_client(mp_msc_ip, mp_msc_ctrl_port); f_init_mncc("MSC_Test"); f_init_mgcp("MSC_Test"); |