sccp: Enable gsmtap log target and configure stderr logging

Depends: libosmo-sccp.git Ie75d004a0e9f24309060f241f22209df1bbe358e
Change-Id: Ia36f5a4ac7d4d400c218ca3a394ea0482f1ae2d8
This commit is contained in:
Pau Espin 2020-01-20 16:08:34 +01:00
parent 031356cdc3
commit 482184cb3e
2 changed files with 19 additions and 2 deletions

View File

@ -13,7 +13,7 @@ mkdir $VOL_BASE_DIR/sccp-tester
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 @@ docker run --rm \
-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

View File

@ -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