aboutsummaryrefslogtreecommitdiffstats
path: root/hlr/HLR_Tests.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-24 22:28:53 +0200
committerHarald Welte <laforge@gnumonks.org>2018-08-08 11:06:34 +0200
commit4a3242ebb2f6954f37eb0576e2101b8a5a733428 (patch)
treeb73b87c116b425faa84f63cebe58c3d52183c7d2 /hlr/HLR_Tests.ttcn
parentf9d449edd66e8a4ed0eab8d5ea09f7fc7d0005e3 (diff)
hlr: actually register simulated MSC as "MSC" identity to HLR
Diffstat (limited to 'hlr/HLR_Tests.ttcn')
-rw-r--r--hlr/HLR_Tests.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/hlr/HLR_Tests.ttcn b/hlr/HLR_Tests.ttcn
index 753f92ec..2bf5e578 100644
--- a/hlr/HLR_Tests.ttcn
+++ b/hlr/HLR_Tests.ttcn
@@ -103,6 +103,7 @@ function f_init_gsup(charstring id, boolean legacy) runs on test_CT {
ccm_pars := c_IPA_default_ccm_pars;
ccm_pars.name := "Osmocom TTCN-3 GSUP Simulator";
+ ccm_pars.ser_nr := "MSC-00-00-00-00-00-00";
vc_IPA := IPA_Emulation_CT.create(id & "-IPA");
log("legacy= ", legacy);