Change in ...osmo-ttcn3-hacks[master]: mme: Add missing link to DIAMETER_EncDec.cc from TITAN
laforge
gerrit-no-reply at lists.osmocom.org
Sun Aug 18 17:48:13 UTC 2019
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15229
Change subject: mme: Add missing link to DIAMETER_EncDec.cc from TITAN
......................................................................
mme: Add missing link to DIAMETER_EncDec.cc from TITAN
Change-Id: I9214ba6778ed6fc8c576e9d97217ecbb9996fb12
---
M deps/Makefile
M mme/gen_links.sh
2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/29/15229/1
diff --git a/deps/Makefile b/deps/Makefile
index 61afb37..ec37e7c 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -28,6 +28,7 @@
titan.ProtocolModules.TCP \
titan.ProtocolModules.UDP \
titan.ProtocolModules.RTP \
+ titan.ProtocolModules.DIAMETER_ProtocolModule_Generator \
titan.TestPorts.Common_Components.Socket-API \
titan.TestPorts.IPL4asp \
titan.TestPorts.LANL2asp \
@@ -91,6 +92,7 @@
titan.ProtocolModules.MobileL3_v13.4.0_commit= R.2.A
titan.ProtocolModules.NS_v7.3.0_commit= R.2.A
titan.ProtocolModules.RTP_commit= R.5.A
+titan.ProtocolModules.DIAMETER_ProtocolModule_Generator_commit= ffd939595a08da1b8c8176aaa1f8578bfe02a912
titan.ProtocolModules.ROSE_commit= R.1.C
titan.ProtocolModules.SCTP_commit= R.2.A
titan.ProtocolModules.SGsAP_13.2.0_commit= 520dc48dd41ee15c9fd77e71d2ea7a05c58770b9
diff --git a/mme/gen_links.sh b/mme/gen_links.sh
index b59410b..f22f1ca 100755
--- a/mme/gen_links.sh
+++ b/mme/gen_links.sh
@@ -43,6 +43,10 @@
FILES="GTPC_EncDec.cc GTPC_Types.ttcn GTPU_EncDec.cc GTPU_Types.ttcn"
gen_links $DIR $FILES
+DIR=$BASEDIR/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/src
+FILES="DIAMETER_EncDec.cc"
+gen_links $DIR $FILES
+
DIR=../library/s1ap
FILES="S1AP_CommonDataTypes.asn S1AP_Constants.asn S1AP_Containers.asn S1AP_IEs.asn S1AP_PDU_Contents.asn
S1AP_PDU_Descriptions.asn "
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15229
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9214ba6778ed6fc8c576e9d97217ecbb9996fb12
Gerrit-Change-Number: 15229
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at gnumonks.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190818/18798dd2/attachment.html>
More information about the gerrit-log
mailing list