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 <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to