Change in ...docker-playground[master]: ttcn3-hlr-test: log to file and gsmtap

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Jun 21 12:47:39 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/14563


Change subject: ttcn3-hlr-test: log to file and gsmtap
......................................................................

ttcn3-hlr-test: log to file and gsmtap

Store the log output of OsmoHLR in osmo-hlr.log and directly in the pcap
file of each test with gsmtap.

Related: OS#4067
Change-Id: Ifb4a39e6e2987f4dc04369508fe0dff0913a02ff
---
M ttcn3-hlr-test/osmo-hlr.cfg
1 file changed, 22 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/63/14563/1

diff --git a/ttcn3-hlr-test/osmo-hlr.cfg b/ttcn3-hlr-test/osmo-hlr.cfg
index 8ed77d4..88c2d21 100644
--- a/ttcn3-hlr-test/osmo-hlr.cfg
+++ b/ttcn3-hlr-test/osmo-hlr.cfg
@@ -9,7 +9,28 @@
  logging print extended-timestamp 1
  logging level all debug
  logging level linp error
-!
+
+log file 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
+
+# Send gsmtap logging to docker container with testsuite (which runs tcpdump)
+log gsmtap 172.18.10.103
+ logging filter all 1
+ logging color 1
+ 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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/14563
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ifb4a39e6e2987f4dc04369508fe0dff0913a02ff
Gerrit-Change-Number: 14563
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190621/c28a6c86/attachment.htm>


More information about the gerrit-log mailing list