aboutsummaryrefslogtreecommitdiffstats
path: root/mgw/gen_links.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-14 13:40:49 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-27 09:56:51 +0000
commitb2c6b38f3f74fc5e4b29f2cb9f4da5c3d2553a2e (patch)
treeb76baa7336e04fbe0e5133a953d5f335c408954f /mgw/gen_links.sh
parent4832c86acdb341a911c327f65373c1a839755fa7 (diff)
Add Osmux support and tests for MGW
Diffstat (limited to 'mgw/gen_links.sh')
-rwxr-xr-xmgw/gen_links.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mgw/gen_links.sh b/mgw/gen_links.sh
index 632f2e39..f9196370 100755
--- a/mgw/gen_links.sh
+++ b/mgw/gen_links.sh
@@ -41,6 +41,7 @@ DIR=../library
FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn
MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc "
FILES+="RTP_CodecPort.ttcn RTP_Emulation.ttcn IuUP_Types.ttcn IuUP_Emulation.ttcn IuUP_EncDec.cc "
+FILES+="OSMUX_CodecPort.ttcn OSMUX_Emulation.ttcn OSMUX_Types.ttcn OSMUX_CodecPort_CtrlFunct.ttcn OSMUX_CodecPort_CtrlFunctDef.cc "
FILES+="Native_Functions.ttcn Native_FunctionDefs.cc IPCP_Types.ttcn "
FILES+="Osmocom_VTY_Functions.ttcn "
gen_links $DIR $FILES