pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29826
)
Change subject: bsc: rename MGW component s/VirtMSC/VirtMGW/
......................................................................
bsc: rename MGW component s/VirtMSC/VirtMGW/
Change-Id: Iad5609d691a746104933dacca62c5375063d49de
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index b194b9c..0f3c75c 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -1246,7 +1246,7 @@
f_ipa_ctrl_start_client(mp_bsc_ip, mp_bsc_ctrl_port);
- f_init_mgcp("VirtMSC");
+ f_init_mgcp("VirtMGW");
for (var integer i := 0; i < nr_bts; i := i+1) {
f_init_bts(i, c_BtsParams[i].trx_num, handler_mode);
@@ -3776,7 +3776,7 @@
f_ipa_ctrl_start_client(mp_bsc_ip, mp_bsc_ctrl_port);
- f_init_mgcp("VirtMSC");
+ f_init_mgcp("VirtMGW");
/* start RSL/OML connection (XXX re-uses RSL port/protocol definitions for OML) */
map(client.vc_IPA:IPA_PORT, system:IPA);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29826
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iad5609d691a746104933dacca62c5375063d49de
Gerrit-Change-Number: 29826
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged