aboutsummaryrefslogtreecommitdiffstats
path: root/hlr
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-01 10:12:56 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-01 10:12:56 +0100
commit78cae923fa1c7c9c00163c460ab15bd335676fa3 (patch)
treef0f3a31d1c466c01b4df93c8a6e5f9f794794fcd /hlr
parent3b4c356d7bb559e40f6428cf6b22596ab5de3961 (diff)
hlr: Rename module + file from GSUP_Test to HLR_Tests
Diffstat (limited to 'hlr')
-rw-r--r--hlr/HLR_Tests.ttcn (renamed from hlr/GSUP_Test.ttcn)2
-rwxr-xr-xhlr/regen_makefile.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/hlr/GSUP_Test.ttcn b/hlr/HLR_Tests.ttcn
index 11183698..60268b7c 100644
--- a/hlr/GSUP_Test.ttcn
+++ b/hlr/HLR_Tests.ttcn
@@ -1,4 +1,4 @@
-module GSUP_Test {
+module HLR_Tests {
import from GSUP_Types all;
import from IPA_Emulation all;
diff --git a/hlr/regen_makefile.sh b/hlr/regen_makefile.sh
index 45fc93e1..26faca7d 100755
--- a/hlr/regen_makefile.sh
+++ b/hlr/regen_makefile.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-MAIN="GSUP_Test.ttcn"
+MAIN="HLR_Tests.ttcn"
FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc"