From fe0c6083bd7176b8375fafc6d6399772d85a70a3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 20 May 2019 19:20:55 +0200 Subject: 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 --- bsc/gen_links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsc') 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 -- cgit v1.2.3