[MERGED] osmo-ttcn3-hacks[master]: move GTP_CodecPort from ggsn to library (for sgsn reuse)

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
Sun Feb 18 09:54:29 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: move GTP_CodecPort from ggsn to library (for sgsn reuse)
......................................................................


move GTP_CodecPort from ggsn to library (for sgsn reuse)

Change-Id: If1b25f3c4705fcf4763886b54c5ef1f7ae08628f
---
M ggsn_tests/gen_links.sh
R library/GTP_CodecPort.ttcn
R library/GTP_CodecPort_CtrlFunct.ttcn
R library/GTP_CodecPort_CtrlFunctDef.cc
4 files changed, 3 insertions(+), 2 deletions(-)

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



diff --git a/ggsn_tests/gen_links.sh b/ggsn_tests/gen_links.sh
index 1ab8009..c04d19e 100755
--- a/ggsn_tests/gen_links.sh
+++ b/ggsn_tests/gen_links.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 BASEDIR=../deps
 
@@ -48,5 +48,6 @@
 gen_links $DIR $FILES
 
 DIR=../library
-FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc IPCP_Types.ttcn"
+FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn Native_Functions.ttcn Native_FunctionDefs.cc IPCP_Types.ttcn "
+FILES+="GTP_CodecPort.ttcn GTP_CodecPort_CtrlFunct.ttcn GTP_CodecPort_CtrlFunctDef.cc "
 gen_links $DIR $FILES
diff --git a/ggsn_tests/GTP_CodecPort.ttcn b/library/GTP_CodecPort.ttcn
similarity index 100%
rename from ggsn_tests/GTP_CodecPort.ttcn
rename to library/GTP_CodecPort.ttcn
diff --git a/ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn b/library/GTP_CodecPort_CtrlFunct.ttcn
similarity index 100%
rename from ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn
rename to library/GTP_CodecPort_CtrlFunct.ttcn
diff --git a/ggsn_tests/GTP_CodecPort_CtrlFunctDef.cc b/library/GTP_CodecPort_CtrlFunctDef.cc
similarity index 100%
rename from ggsn_tests/GTP_CodecPort_CtrlFunctDef.cc
rename to library/GTP_CodecPort_CtrlFunctDef.cc

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If1b25f3c4705fcf4763886b54c5ef1f7ae08628f
Gerrit-PatchSet: 1
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