aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ttcn3-hlr-test/osmo-hlr.cfg10
-rw-r--r--ttcn3-mgw-test/osmo-mgw.cfg11
-rw-r--r--ttcn3-pcu-test/osmo-pcu.cfg10
-rw-r--r--ttcn3-pcu-test/sns/osmo-pcu.cfg10
4 files changed, 41 insertions, 0 deletions
diff --git a/ttcn3-hlr-test/osmo-hlr.cfg b/ttcn3-hlr-test/osmo-hlr.cfg
index 8ed77d4..47bbd23 100644
--- a/ttcn3-hlr-test/osmo-hlr.cfg
+++ b/ttcn3-hlr-test/osmo-hlr.cfg
@@ -10,6 +10,16 @@ log stderr
logging level all debug
logging level linp error
!
+log file /data/osmo-hlr.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging print category-hex 0
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all debug
+!
line vty
bind 0.0.0.0
ctrl
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index 8158860..882c7d0 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -28,6 +28,17 @@ log stderr
logging level lm3ua notice
logging level lmgcp debug
!
+log file /data/osmo-mgw.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging timestamp 1
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all notice
+ logging level lmgcp debug
+!
stats interval 5
!
line vty
diff --git a/ttcn3-pcu-test/osmo-pcu.cfg b/ttcn3-pcu-test/osmo-pcu.cfg
index 918beea..e8a8552 100644
--- a/ttcn3-pcu-test/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/osmo-pcu.cfg
@@ -1,3 +1,13 @@
+log file /data/osmo-pcu.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging print category-hex 0
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all debug
+
line vty
no login
bind 0.0.0.0
diff --git a/ttcn3-pcu-test/sns/osmo-pcu.cfg b/ttcn3-pcu-test/sns/osmo-pcu.cfg
index 34ba20d..f9bce3a 100644
--- a/ttcn3-pcu-test/sns/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/sns/osmo-pcu.cfg
@@ -1,3 +1,13 @@
+log file /data/osmo-pcu.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging print category-hex 0
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all debug
+
line vty
no login
bind 0.0.0.0