osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41219?usp=email )
Change subject: hlr: add MSC to ccm_pars.name
......................................................................
hlr: add MSC to ccm_pars.name
Fix an immediate disconnect from pyHSS:
[ERROR] 127.0.0.1:9999: Role not found in tags. 'sgsn' or 'msc' must
appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.
Related: OS#6862
Change-Id: I1813e49ec286892c1a637deb99908903613696aa
---
M hlr/HLR_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/hlr/HLR_Tests.ttcn b/hlr/HLR_Tests.ttcn
index 806f45e..3b1b03e 100644
--- a/hlr/HLR_Tests.ttcn
+++ b/hlr/HLR_Tests.ttcn
@@ -178,7 +178,7 @@
}
ccm_pars := c_IPA_default_ccm_pars;
- ccm_pars.name := "Osmocom TTCN-3 GSUP Simulator";
+ ccm_pars.name := "Osmocom TTCN-3 GSUP Simulator (MSC)";
ccm_pars.ser_nr := "MSC-00-00-00-00-00-00";
vc_IPA := IPA_Emulation_CT.create(id & "-IPA");
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41219?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I1813e49ec286892c1a637deb99908903613696aa
Gerrit-Change-Number: 41219
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>