aboutsummaryrefslogtreecommitdiffstats
path: root/bsc/BSC_Tests.default
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 15:42:14 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-14 18:50:16 +0100
commite057146df7b16f34bf7fd59510e692cb9691f85b (patch)
tree994a425cedb638998fc1b7b8392c7e708870e4a7 /bsc/BSC_Tests.default
parent261af4b501b063e2ca190b40b8262200f866a98b (diff)
re-organize configuration files; add tcpdump integration
Let's make sure we share common configuration between the test suites and split the config file into a "default" part which is used (but not copied) in the Docker images, and a "local" part which is basically those overrides that the user (or docker image) wants to do from the default. Change-Id: I3db452e24e5238aa05254d903739c64d202e61db
Diffstat (limited to 'bsc/BSC_Tests.default')
-rw-r--r--bsc/BSC_Tests.default23
1 files changed, 23 insertions, 0 deletions
diff --git a/bsc/BSC_Tests.default b/bsc/BSC_Tests.default
new file mode 100644
index 00000000..baa3b549
--- /dev/null
+++ b/bsc/BSC_Tests.default
@@ -0,0 +1,23 @@
+[LOGGING]
+BSSAP.FileMask := LOG_NOTHING;
+"VirtMSC-M3UA".FileMask := ERROR | WARNING;
+"VirtMSC-SCCP".FileMask := ERROR | WARNING;
+"IPA0-RSL-IPA".FileMask := ERROR | WARNING;
+"IPA0-CTRL-IPA".FileMask := ERROR | WARNING;
+mtc.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
+
+[TESTPORT_PARAMETERS]
+*.BSCVTY.CTRL_MODE := "client"
+*.BSCVTY.CTRL_HOSTNAME := "127.0.0.1"
+*.BSCVTY.CTRL_PORTNUM := "4242"
+*.BSCVTY.CTRL_LOGIN_SKIPPED := "yes"
+*.BSCVTY.CTRL_DETECT_SERVER_DISCONNECTED := "yes"
+*.BSCVTY.CTRL_READMODE := "buffered"
+*.BSCVTY.CTRL_CLIENT_CLEANUP_LINEFEED := "yes"
+*.BSCVTY.PROMPT1 := "OsmoBSC> "
+
+[MODULE_PARAMETERS]
+Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoBSC";
+
+[EXECUTE]
+BSC_Tests.control