From a2526a85d3f6e0ab083ef1b1f3418d75740aa1d9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Feb 2018 19:03:36 +0100 Subject: BSSGP_Emulation: Add SNDCP decoding support Change-Id: Icd2e8feed9173b0a2729b7ee1cfac37a86eca6cf --- sgsn/gen_links.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sgsn/gen_links.sh') diff --git a/sgsn/gen_links.sh b/sgsn/gen_links.sh index b4502886..c3987795 100755 --- a/sgsn/gen_links.sh +++ b/sgsn/gen_links.sh @@ -59,6 +59,11 @@ DIR=$BASEDIR/titan.ProtocolModules.LLC_v7.1.0/src FILES="LLC_EncDec.cc LLC_Types.ttcn" gen_links $DIR $FILES +DIR=$BASEDIR/titan.ProtocolModules.SNDCP_v7.0.0/src +FILES="SNDCP_Types.ttcn" +gen_links $DIR $FILES + + DIR=$BASEDIR/titan.ProtocolModules.MobileL3_v13.4.0/src FILES="MobileL3_CC_Types.ttcn MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn MobileL3_RRM_Types.ttcn MobileL3_SMS_Types.ttcn MobileL3_SS_Types.ttcn MobileL3_Types.ttcn" gen_links $DIR $FILES -- cgit v1.2.3