[MERGED] osmo-ttcn3-hacks[master]: gprs: Move BSSGP related code to library

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:32 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: gprs: Move BSSGP related code to library
......................................................................


gprs: Move BSSGP related code to library

Change-Id: I9e13c63cc12c88be82124a8e3ce3c315b7b3a1fa
---
M gprs_gb/gen_links.sh
R library/BSSGP_Emulation.ttcn
R library/BSSGP_Helper.cc
R library/BSSGP_Helper_Functions.ttcn
R library/BSSGP_Types.ttcn
5 files changed, 1 insertion(+), 0 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 73ae3fa..32f892f 100755
--- a/gprs_gb/gen_links.sh
+++ b/gprs_gb/gen_links.sh
@@ -34,4 +34,5 @@
 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+="NS_Types.ttcn NS_Emulation.ttcn NS_CodecPort.ttcn NS_CodecPort_CtrlFunct.ttcn NS_CodecPort_CtrlFunctDef.cc "
+FILES+="BSSGP_Emulation.ttcn BSSGP_Helper.cc BSSGP_Helper_Functions.ttcn BSSGP_Types.ttcn "
 gen_links $DIR $FILES
diff --git a/gprs_gb/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn
similarity index 100%
rename from gprs_gb/BSSGP_Emulation.ttcn
rename to library/BSSGP_Emulation.ttcn
diff --git a/gprs_gb/BSSGP_Helper.cc b/library/BSSGP_Helper.cc
similarity index 100%
rename from gprs_gb/BSSGP_Helper.cc
rename to library/BSSGP_Helper.cc
diff --git a/gprs_gb/BSSGP_Helper_Functions.ttcn b/library/BSSGP_Helper_Functions.ttcn
similarity index 100%
rename from gprs_gb/BSSGP_Helper_Functions.ttcn
rename to library/BSSGP_Helper_Functions.ttcn
diff --git a/gprs_gb/BSSGP_Types.ttcn b/library/BSSGP_Types.ttcn
similarity index 100%
rename from gprs_gb/BSSGP_Types.ttcn
rename to library/BSSGP_Types.ttcn

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9e13c63cc12c88be82124a8e3ce3c315b7b3a1fa
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