aboutsummaryrefslogtreecommitdiffstats
path: root/gprs_gb
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-19 09:59:50 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-19 10:07:54 +0100
commit874f24bed5bc284e5851df0c2bcc8663972270ea (patch)
tree87e58200012a60c8b7503659e1b2e8cad4f9274d /gprs_gb
parent04d74cdcde9d288225541d1ef26a996cb2ee34da (diff)
Remove BSSAPP, BSSGP, BSSMAP, GTP, GTPv2, ISUP, LLC, MobileL3, NS, SNDCP
All of those now have separate upstream repositories on git://git.eclipse.org/gitroot/titan and we don't need to keep a copy around
Diffstat (limited to 'gprs_gb')
-rwxr-xr-xgprs_gb/gen_links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprs_gb/gen_links.sh b/gprs_gb/gen_links.sh
index bdfb2410..f2433d59 100755
--- a/gprs_gb/gen_links.sh
+++ b/gprs_gb/gen_links.sh
@@ -27,7 +27,7 @@ DIR=$BASEDIR/titan.TestPorts.IPL4asp/src
FILES="IPL4asp_Functions.ttcn IPL4asp_PT.cc IPL4asp_PT.hh IPL4asp_PortType.ttcn IPL4asp_Types.ttcn IPL4asp_discovery.cc IPL4asp_protocol_L234.hh"
gen_links $DIR $FILES
-DIR=../MobileL3_v13.4.0_CNL113832_LATEST/src
+DIR=$BASEDIR/titan.ProtocolModules.MobileL3_v13.4.0/src
FILES="MobileL3_CC_Types.ttcn MobileL3_CommonIE_Types.ttcn MobileL3_GMM_SM_Types.ttcn MobileL3_MM_Types.ttcn MobileL3_RRM_Types.ttcn MobileL3_SMS_Types.ttcn MobileL3_SS_Types.ttcn MobileL3_Types.ttcn SS_DataTypes.asn SS_EncDec.cc SS_Errors.asn SS_Operations.asn SS_PDU_Defs.asn SS_Protocol.asn SS_Types.ttcn"
gen_links $DIR $FILES