osmith submitted this change.
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(-)
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 change 41219. To unsubscribe, or for help writing mail filters, visit settings.