mgw: Add RTP_CodecPort throguh which we can send/receive RTP+RTCP
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 4b4e2b9..37c42a0 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -31,3 +31,11 @@
 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