[PATCH] osmo-ttcn3-hacks[master]: pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 8 10:58:10 UTC 2018


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7155

to look at the new patch set (#2).

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

Change-Id: Ia3350e7e1a9d6715ab81f4a5f413b7e4d728ff60
---
M Makefile
R pcu/GPRS_Context.ttcn
R pcu/GPRS_TBF.ttcn
R pcu/PCU_Tests.cfg
R pcu/PCU_Tests.ttcn
R pcu/gen_links.sh
R pcu/regen_makefile.sh
7 files changed, 11 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/55/7155/2

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

-- 
To view, visit https://gerrit.osmocom.org/7155
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia3350e7e1a9d6715ab81f4a5f413b7e4d728ff60
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list