[PATCH] osmo-ttcn3-hacks[master]: gprs: Move NS Types/CodecPort/Emulation to library directory

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
Tue Feb 13 07:18:01 UTC 2018


Review at  https://gerrit.osmocom.org/6399

gprs: Move NS Types/CodecPort/Emulation to library directory

Change-Id: I876ce0e981d70ff0e737175983002268fd690989
---
M gprs_gb/gen_links.sh
R library/NS_CodecPort.ttcn
R library/NS_CodecPort_CtrlFunct.ttcn
R library/NS_CodecPort_CtrlFunctDef.cc
R library/NS_Emulation.ttcn
R library/NS_Types.ttcn
6 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/6399/1

diff --git a/gprs_gb/gen_links.sh b/gprs_gb/gen_links.sh
index 9f4cea4..2c01fa3 100755
--- a/gprs_gb/gen_links.sh
+++ b/gprs_gb/gen_links.sh
@@ -32,5 +32,6 @@
 gen_links $DIR $FILES
 
 DIR=../library
-FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn Osmocom_Types.ttcn RLCMAC_Types.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_EncDec.cc L1CTL_Types.ttcn L1CTL_PortType.ttcn LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn"
+FILES="General_Types.ttcn GSM_Types.ttcn GSM_RR_Types.ttcn Osmocom_Types.ttcn RLCMAC_Types.ttcn RLCMAC_CSN1_Types.ttcn RLCMAC_EncDec.cc L1CTL_Types.ttcn L1CTL_PortType.ttcn LAPDm_RAW_PT.ttcn LAPDm_Types.ttcn "
+FILES+="NS_Types.ttcn NS_Emulation.ttcn NS_CodecPort.ttcn NS_CodecPort_CtrlFunct.ttcn NS_CodecPort_CtrlFunctDef.cc "
 gen_links $DIR $FILES
diff --git a/gprs_gb/NS_CodecPort.ttcn b/library/NS_CodecPort.ttcn
similarity index 100%
rename from gprs_gb/NS_CodecPort.ttcn
rename to library/NS_CodecPort.ttcn
diff --git a/gprs_gb/NS_CodecPort_CtrlFunct.ttcn b/library/NS_CodecPort_CtrlFunct.ttcn
similarity index 100%
rename from gprs_gb/NS_CodecPort_CtrlFunct.ttcn
rename to library/NS_CodecPort_CtrlFunct.ttcn
diff --git a/gprs_gb/NS_CodecPort_CtrlFunctDef.cc b/library/NS_CodecPort_CtrlFunctDef.cc
similarity index 100%
rename from gprs_gb/NS_CodecPort_CtrlFunctDef.cc
rename to library/NS_CodecPort_CtrlFunctDef.cc
diff --git a/gprs_gb/NS_Emulation.ttcn b/library/NS_Emulation.ttcn
similarity index 100%
rename from gprs_gb/NS_Emulation.ttcn
rename to library/NS_Emulation.ttcn
diff --git a/gprs_gb/NS_Types.ttcn b/library/NS_Types.ttcn
similarity index 100%
rename from gprs_gb/NS_Types.ttcn
rename to library/NS_Types.ttcn

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I876ce0e981d70ff0e737175983002268fd690989
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list