aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-05-20 19:20:55 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-21 10:28:53 +0000
commitfe0c6083bd7176b8375fafc6d6399772d85a70a3 (patch)
tree65f8b87a48d4598ed4041ac5756869e0435dac13 /bsc
parente38bfe0683668392379fa84abed0ec02a033a7da (diff)
Depend on our own fork of titan.ProtocolModules.BSSMAP
Since we use some BSSMAP extensions to signal Osmux, we need to maintain our own fork of BSSMAP_Types in order to supports those IEs in BSSMAP RESET and BSSMAP Assin Req/Compl. Hence, switch all build componenets to fetch and use our fork. Depends: titan.ProtocolModules.BSSMAP Iaf1e137269c0da20b2c96fd104b57edf336693af Change-Id: Ic8debe5f3ffe8e1d4258fa6b4632a3871b99af40
Diffstat (limited to 'bsc')
-rwxr-xr-xbsc/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/gen_links.sh b/bsc/gen_links.sh
index a4f09f4d..c71b31ab 100755
--- a/bsc/gen_links.sh
+++ b/bsc/gen_links.sh
@@ -45,7 +45,7 @@ DIR=$BASEDIR/titan.ProtocolEmulations.SCCP/src
FILES="SCCP_Emulation.ttcn SCCP_Mapping.ttcnpp SCCP_Types.ttcn SCCPasp_Types.ttcn"
gen_links $DIR $FILES
-DIR=$BASEDIR/titan.ProtocolModules.BSSMAP_v11.2.0/src
+DIR=$BASEDIR/titan.ProtocolModules.BSSMAP/src
FILES="BSSAP_Types.ttcn"
gen_links $DIR $FILES