aboutsummaryrefslogtreecommitdiffstats
path: root/bsc-nat
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-09 00:56:54 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-09 00:56:54 +0100
commit51b246805999e422e778b2e8a06f8fe2feebff36 (patch)
tree55a57a9cde28d0aa9444f66b4acc49c1912e948b /bsc-nat
parentbc330beab79436bc398e69ed72d1b87f6e837da8 (diff)
mgw-nat: Make it build again (library code now has more dependencies)
Diffstat (limited to 'bsc-nat')
-rwxr-xr-xbsc-nat/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh
index 7be9a2d5..fc6221f2 100755
--- a/bsc-nat/gen_links.sh
+++ b/bsc-nat/gen_links.sh
@@ -55,5 +55,5 @@ FILES="RTP_EncDec.cc RTP_Types.ttcn"
gen_links $DIR $FILES
DIR=../library
-FILES="General_Types.ttcn Osmocom_Types.ttcn IPA_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc IPA_Emulation.ttcn L3_Templates.ttcn BSSMAP_Templates.ttcn BSSMAP_Emulation.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc"
+FILES="General_Types.ttcn Osmocom_Types.ttcn GSM_Types.ttcn IPA_Types.ttcn IPA_CodecPort.ttcn IPA_CodecPort_CtrlFunct.ttcn IPA_CodecPort_CtrlFunctDef.cc IPA_Emulation.ttcn L3_Templates.ttcn BSSMAP_Templates.ttcn BSSMAP_Emulation.ttcn MGCP_Types.ttcn MGCP_Templates.ttcn MGCP_CodecPort.ttcn MGCP_CodecPort_CtrlFunct.ttcn MGCP_CodecPort_CtrlFunctDef.cc RSL_Types.ttcn"
gen_links $DIR $FILES