From 78cae923fa1c7c9c00163c460ab15bd335676fa3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 1 Mar 2018 10:12:56 +0100 Subject: [PATCH] hlr: Rename module + file from GSUP_Test to HLR_Tests Change-Id: I906c0046a4cf6ae95e5a0aca918f4375fedfea55 --- hlr/{GSUP_Test.ttcn => HLR_Tests.ttcn} | 2 +- hlr/regen_makefile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename hlr/{GSUP_Test.ttcn => HLR_Tests.ttcn} (98%) 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"