pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/27748 )
Change subject: ttcn-pgw-test: Improve osmo-uecups cfg file
......................................................................
ttcn-pgw-test: Improve osmo-uecups cfg file
Bind to specific container IP address.
Use more uniform logging config settings as most of the other osmocom processes.
Change-Id: I36bb04a388ab65aaa03a82c159a1b258886ec0d0
---
M ttcn3-pgw-test/osmo-uecups-daemon.cfg
1 file changed, 9 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/48/27748/1
diff --git a/ttcn3-pgw-test/osmo-uecups-daemon.cfg
b/ttcn3-pgw-test/osmo-uecups-daemon.cfg
index e268277..77a46fa 100644
--- a/ttcn3-pgw-test/osmo-uecups-daemon.cfg
+++ b/ttcn3-pgw-test/osmo-uecups-daemon.cfg
@@ -1,16 +1,15 @@
+log gsmtap 172.18.18.202
+ logging level set-all debug
+ logging filter all 1
log stderr
logging filter all 1
- logging print extended-timestamp 1
- logging print file basename last
- logging print category-hex 0
+ logging color 1
logging print category 1
- logging print level 1
+ logging print category-hex 0
logging timestamp 1
- logging color 0
-!
- logging level set-all debug
- logging level linp info
+ logging print extended-timestamp 1
+ logging level set-all info
line vty
- bind 0.0.0.0
+ bind 172.18.18.20
uecups
- local-ip 0.0.0.0
+ local-ip 172.18.18.20
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/27748
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I36bb04a388ab65aaa03a82c159a1b258886ec0d0
Gerrit-Change-Number: 27748
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange