[MERGED] 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
Fri Feb 16 17:42:31 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: gprs: Move NS Types/CodecPort/Emulation to library directory
......................................................................


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, 3 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/gprs_gb/gen_links.sh b/gprs_gb/gen_links.sh
index 2b56a2b..73ae3fa 100755
--- a/gprs_gb/gen_links.sh
+++ b/gprs_gb/gen_links.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 BASEDIR=../deps
 
@@ -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: merged
Gerrit-Change-Id: I876ce0e981d70ff0e737175983002268fd690989
Gerrit-PatchSet: 3
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list