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

Change-Id: Ia3350e7e1a9d6715ab81f4a5f413b7e4d728ff60
diff --git a/Makefile b/Makefile
index 8cdbbec..0defc31 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
diff --git a/gprs_gb/GPRS_Context.ttcn b/pcu/GPRS_Context.ttcn
similarity index 100%
rename from gprs_gb/GPRS_Context.ttcn
rename to pcu/GPRS_Context.ttcn
diff --git a/gprs_gb/GPRS_TBF.ttcn b/pcu/GPRS_TBF.ttcn
similarity index 100%
rename from gprs_gb/GPRS_TBF.ttcn
rename to pcu/GPRS_TBF.ttcn
diff --git a/gprs_gb/Test.cfg b/pcu/PCU_Tests.cfg
similarity index 85%
rename from gprs_gb/Test.cfg
rename to pcu/PCU_Tests.cfg
index 2c2ffb8..20de54c 100644
--- a/gprs_gb/Test.cfg
+++ b/pcu/PCU_Tests.cfg
@@ -17,7 +17,7 @@
 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 @@
 [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
diff --git a/gprs_gb/Test.ttcn b/pcu/PCU_Tests.ttcn
similarity index 99%
rename from gprs_gb/Test.ttcn
rename to pcu/PCU_Tests.ttcn
index 5747861..d4ce7ee 100644
--- a/gprs_gb/Test.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -1,4 +1,4 @@
-module Test {
+module PCU_Tests {
 
 	import from General_Types all;
 	import from Osmocom_Types all;
diff --git a/gprs_gb/gen_links.sh b/pcu/gen_links.sh
similarity index 100%
rename from gprs_gb/gen_links.sh
rename to pcu/gen_links.sh
diff --git a/gprs_gb/regen_makefile.sh b/pcu/regen_makefile.sh
similarity index 82%
rename from gprs_gb/regen_makefile.sh
rename to pcu/regen_makefile.sh
index e49618a..7eefd2c 100755
--- a/gprs_gb/regen_makefile.sh
+++ b/pcu/regen_makefile.sh
@@ -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