diff options
author | Harald Welte <laforge@gnumonks.org> | 2018-10-05 19:03:28 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-10-10 20:33:21 +0000 |
commit | 18314435e929f0ed66d30586da2609500bc84560 (patch) | |
tree | 3a5f68bec3ab82271031d166e355e4a4c35fed3e /msc/gen_links.sh | |
parent | a0fb42a11c9056514eff7eacfd7de41b0cb82d4c (diff) |
Add SGsAP_Templates for SGsAP on the MME<->MSC interface
Change-Id: I435dab312fc4965c69ffb9cc22917539ebab93e7
Diffstat (limited to 'msc/gen_links.sh')
-rwxr-xr-x | msc/gen_links.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/msc/gen_links.sh b/msc/gen_links.sh index a191aa5..df646d9 100755 --- a/msc/gen_links.sh +++ b/msc/gen_links.sh @@ -81,6 +81,9 @@ DIR=$BASEDIR/titan.ProtocolModules.SMPP/src FILES="SMPP_EncDec.cc SMPP_Types.ttcn" gen_links $DIR $FILES +DIR=$BASEDIR/titan.ProtocolModules.SGsAP_13.2.0/src +FILES="SGsAP_Types.ttcn" +gen_links $DIR $FILES DIR=../library FILES="General_Types.ttcn GSM_Types.ttcn Osmocom_Types.ttcn MNCC_Types.ttcn MNCC_EncDec.cc MNCC_CodecPort.ttcn mncc.h MNCC_Emulation.ttcn Osmocom_VTY_Functions.ttcn Native_Functions.ttcn Native_FunctionDefs.cc " @@ -90,7 +93,8 @@ FILES+="BSSMAP_Emulation.ttcn BSSAP_CodecPort.ttcn BSSMAP_Templates.ttcn BSSAP_A FILES+="RTP_CodecPort.ttcn RTP_CodecPort_CtrlFunctDef.cc " FILES+="MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunctDef.cc " FILES+="SMPP_CodecPort.ttcn SMPP_CodecPort_CtrlFunct.ttcn SMPP_CodecPort_CtrlFunctDef.cc SMPP_Emulation.ttcn SMPP_Templates.ttcn " -FILES+="SS_Templates.ttcn SCCP_Templates.ttcn USSD_Helpers.ttcn" +FILES+="SS_Templates.ttcn SCCP_Templates.ttcn USSD_Helpers.ttcn " +FILES+="SGsAP_Templates.ttcn " gen_links $DIR $FILES ignore_pp_results |