aboutsummaryrefslogtreecommitdiffstats
path: root/bts/regen_makefile.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-21 12:16:40 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-24 01:20:38 +0100
commit7076738db4cddc1c032e5abbc033203aadf2a3e0 (patch)
treeb9abd4a602efd57e49b8819b4770dcc57c06e88a /bts/regen_makefile.sh
parent5377d2f730939ffc3db2effbf32216c9612e6913 (diff)
Add initial OsmoBTS test suite
This Test suite implements the BSC-side of Abis RSL and is used to test OsmoBTS. It contains provisions for using L1CTL against (virt_phy + osmo-bts-virtual) or (trxcon + fake_trx + osmo-bts-trx) to also simulate the MS/Um side, bu those provisions are not used yet. Implemented tests currently are only related to RSL dedicated channel activation / deactivation. We still terminate OML inside OsmoBSC, and let the test suite deal exclusively with RSL to keep complexity low. Change-Id: I8ced0d29777aad3ec842d54eabea87dfcc943c79
Diffstat (limited to 'bts/regen_makefile.sh')
-rwxr-xr-xbts/regen_makefile.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/bts/regen_makefile.sh b/bts/regen_makefile.sh
new file mode 100755
index 00000000..3f118877
--- /dev/null
+++ b/bts/regen_makefile.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc
+TCCInterface.cc UD_PT.cc RLCMAC_EncDec.cc Native_FunctionDefs.cc TRXC_CodecPort_CtrlFunctDef.cc"
+
+export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL"
+
+../regen-makefile.sh BTS_Tests.ttcn $FILES