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

Change-Id: Ia3350e7e1a9d6715ab81f4a5f413b7e4d728ff60
diff --git a/pcu/PCU_Tests.cfg b/pcu/PCU_Tests.cfg
new file mode 100644
index 0000000..20de54c
--- /dev/null
+++ b/pcu/PCU_Tests.cfg
@@ -0,0 +1,58 @@
+[ORDERED_INCLUDE]
+# Common configuration, shared between test suites
+"../Common.cfg"
+
+[LOGGING]
+#*.FileMask := LOG_ALL
+ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | DEBUG_ENCDEC
+
+[MODULE_PARAMETERS]
+#mp_local_ip := "192.168.100.239"
+#mp_local_udp_port := 23000
+#mp_remote_ip := "192.168.100.196"
+#mp_remote_udp_port := 21000
+NS_Emulation.mp_local_ip := "127.0.0.1"
+NS_Emulation.mp_local_udp_port := 23000
+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
+PCU_Tests.mp_gb_cfg := {
+	nsei := 1234,
+	bvci := 1234,
+	cell_id := {
+		ra_id := {
+			lai := {
+				mcc_mnc := '00101F'H, lac := 1
+			},
+			rac := 0
+		},
+		cell_id := 0
+	},
+	sgsn_role := true
+}
+
+[TESTPORT_PARAMETERS]
+#*.BSCVTY.CTRL_MODE := "client"
+#*.BSCVTY.CTRL_HOSTNAME := "127.0.0.1"
+#*.BSCVTY.CTRL_PORTNUM := "4242"
+#*.BSCVTY.CTRL_LOGIN_SKIPPED := "yes"
+#*.BSCVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
+#*.BSCVTY.CTRL_READMODE := "buffered"
+#*.BSCVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
+#*.BSCVTY.PROMPT1 := "OpenBSC> "
+#*.BSCVTY.PROMPT2 := "OpenBSC# "
+#*.BSCVTY.REGEX_PROMPT1 := "^OpenBSC.*$"
+
+*.*.udpReuseAddress := "yes";
+
+[MAIN_CONTROLLER]
+
+[EXECUTE]
+#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