Change in docker-playground[master]: sccp: Enable gsmtap log target and configure stderr logging

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jan 21 13:02:57 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/16967 )

Change subject: sccp: Enable gsmtap log target and configure stderr logging
......................................................................

sccp: Enable gsmtap log target and configure stderr logging

Depends: libosmo-sccp.git Ie75d004a0e9f24309060f241f22209df1bbe358e
Change-Id: Ia36f5a4ac7d4d400c218ca3a394ea0482f1ae2d8
---
M ttcn3-sccp-test/jenkins.sh
A ttcn3-sccp-test/sccp_demo_user.cfg
2 files changed, 19 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/ttcn3-sccp-test/jenkins.sh b/ttcn3-sccp-test/jenkins.sh
index 550dc43..f5c1549 100755
--- a/ttcn3-sccp-test/jenkins.sh
+++ b/ttcn3-sccp-test/jenkins.sh
@@ -13,7 +13,7 @@
 cp SCCP_Tests.cfg $VOL_BASE_DIR/sccp-tester/
 
 mkdir $VOL_BASE_DIR/sccp
-#cp osmo-sccp.cfg $VOL_BASE_DIR/sccp/
+cp sccp_demo_user.cfg $VOL_BASE_DIR/sccp/
 
 network_create 172.18.22.0/24
 
@@ -23,7 +23,7 @@
 		-v $VOL_BASE_DIR/sccp:/data \
 		--name ${BUILD_TAG}-stp -d \
 		$REPO_USER/osmo-stp-master \
-		/bin/sh -c "sccp_demo_user -l 172.18.22.200 -r 172.18.22.203 >>/data/sccp_demo_user.log 2>&1"
+		/bin/sh -c "sccp_demo_user -l 172.18.22.200 -r 172.18.22.203 -C /data/sccp_demo_user.cfg >>/data/sccp_demo_user.log 2>&1"
 
 
 echo Starting container with SCCP testsuite
diff --git a/ttcn3-sccp-test/sccp_demo_user.cfg b/ttcn3-sccp-test/sccp_demo_user.cfg
new file mode 100644
index 0000000..59c0867
--- /dev/null
+++ b/ttcn3-sccp-test/sccp_demo_user.cfg
@@ -0,0 +1,17 @@
+log gsmtap 172.18.22.203
+ logging level set-all debug
+ logging filter all 1
+
+log stderr
+ 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
+ no login
+ bind 172.18.22.200

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ia36f5a4ac7d4d400c218ca3a394ea0482f1ae2d8
Gerrit-Change-Number: 16967
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200121/4d70ebc9/attachment.htm>


More information about the gerrit-log mailing list