aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/gen_links.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-18 13:28:07 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-18 13:28:07 +0100
commita7261d7312ba572a679f68c167242e572dd4ca22 (patch)
treee6e292149e5830b7cd1ca0a183fdb50009966a96 /mgw/gen_links.sh
parent45295c517f73025a5a3d7b4090abc3dfd9dbdf1a (diff)
mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCP
Diffstat (limited to 'mgw/gen_links.sh')
-rwxr-xr-xmgw/gen_links.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 4b4e2b91..37c42a0f 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -31,3 +31,11 @@ DIR=$BASEDIR/titan.ProtocolModules.SDP/src
FILES="SDP_EncDec.cc SDP_Types.ttcn SDP_parse_.tab.c SDP_parse_.tab.h SDP_parse_parser.h SDP_parser.l
SDP_parser.y lex.SDP_parse_.c"
gen_links $DIR $FILES
+
+DIR=$BASEDIR/titan.ProtocolModules.RTP/src
+FILES="RTP_EncDec.cc RTP_Types.ttcn"
+gen_links $DIR $FILES
+
+DIR=../library
+FILES="General_Types.ttcn"
+gen_links $DIR $FILES