From 56071b7d7d328a40168049ff7c63239a528d8575 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Aug 2019 19:31:26 +0200 Subject: [PATCH] mme: Add missing link to DIAMETER_EncDec.cc from TITAN Change-Id: I9214ba6778ed6fc8c576e9d97217ecbb9996fb12 --- deps/Makefile | 2 ++ mme/gen_links.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/deps/Makefile b/deps/Makefile index 61afb3769..ec37e7cf0 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 b59410bc1..f22f1cad4 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 "