aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-08-18 19:31:26 +0200
committerHarald Welte <laforge@gnumonks.org>2019-08-18 19:31:26 +0200
commit56071b7d7d328a40168049ff7c63239a528d8575 (patch)
treec309e52d31a344afef9236afc5da742cf0ccf537
parent6ec643950e852fbb9ccaa43457b8f342b4573f81 (diff)
mme: Add missing link to DIAMETER_EncDec.cc from TITAN
-rw-r--r--deps/Makefile2
-rwxr-xr-xmme/gen_links.sh4
2 files changed, 6 insertions, 0 deletions
diff --git a/deps/Makefile b/deps/Makefile
index 61afb376..ec37e7cf 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -28,6 +28,7 @@ ECLIPSEGIT_REPOS= titan.Libraries.TCCUsefulFunctions \
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.M3UA_commit= R.2.A
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 b59410bc..f22f1cad 100755
--- a/mme/gen_links.sh
+++ b/mme/gen_links.sh
@@ -43,6 +43,10 @@ DIR=$BASEDIR/titan.ProtocolModules.GTP_v13.5.0/src
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 "