pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with other suites

Change-Id: Ia3350e7e1a9d6715ab81f4a5f413b7e4d728ff60
This commit is contained in:
Harald Welte 2018-03-08 11:51:23 +01:00
parent 54242db850
commit a0895f96a9
7 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS=bsc bsc-nat bts ggsn_tests gprs_gb hlr lapdm mgw msc selftest sgsn sysinfo
SUBDIRS=bsc bsc-nat bts ggsn_tests hlr lapdm mgw msc pcu selftest sgsn sysinfo
PARALLEL_MAKE ?= -j8

View File

@ -17,7 +17,7 @@ NS_Emulation.mp_remote_ip := "127.0.0.1"
NS_Emulation.mp_remote_udp_port := 23001
NS_Emulation.mp_nsei := 1234
NS_Emulation.mp_nsvci := 1234
Test.mp_gb_cfg := {
PCU_Tests.mp_gb_cfg := {
nsei := 1234,
bvci := 1234,
cell_id := {
@ -49,10 +49,10 @@ Test.mp_gb_cfg := {
[MAIN_CONTROLLER]
[EXECUTE]
#Test.TC_selftest_llc
#Test.TC_selftest_rlcmac
#Test.TC_selftest_bssgp
#Test.TC_nsem
#Test.TC_paging
Test.TC_rach
#Test.TC_selftest_rr
#PCU_Tests.TC_selftest_llc
#PCU_Tests.TC_selftest_rlcmac
#PCU_Tests.TC_selftest_bssgp
#PCU_Tests.TC_nsem
#PCU_Tests.TC_paging
PCU_Tests.TC_rach
#PCU_Tests.TC_selftest_rr

View File

@ -1,4 +1,4 @@
module Test {
module PCU_Tests {
import from General_Types all;
import from Osmocom_Types all;

View File

@ -2,4 +2,4 @@
FILES="*.ttcn BSSGP_EncDec.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc NS_CodecPort_CtrlFunctDef.cc UD_PT.cc RLCMAC_EncDec.cc LLC_EncDec.cc L1CTL_PortType_CtrlFunctDef.cc"
../regen-makefile.sh Test.ttcn $FILES
../regen-makefile.sh PCU_Tests.ttcn $FILES