diff --git a/hlr/GSUP_Test.ttcn b/hlr/HLR_Tests.ttcn similarity index 98% rename from hlr/GSUP_Test.ttcn rename to hlr/HLR_Tests.ttcn index 11183698f..60268b7c1 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 45fc93e12..26faca7dd 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"