[PATCH] 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:28:15 UTC 2018


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

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(-)


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

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: newchange
Gerrit-Change-Id: If1b25f3c4705fcf4763886b54c5ef1f7ae08628f
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