pespin has submitted this change. ( 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, 7 insertions(+), 6 deletions(-) Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved diff --git a/ttcn3-pgw-test/osmo-uecups-daemon.cfg b/ttcn3-pgw-test/osmo-uecups-daemon.cfg index e268277..06f9362 100644 --- a/ttcn3-pgw-test/osmo-uecups-daemon.cfg +++ b/ttcn3-pgw-test/osmo-uecups-daemon.cfg @@ -1,3 +1,6 @@ +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 @@ -6,11 +9,9 @@ logging print category 1 logging print level 1 logging timestamp 1 - logging color 0 -! - logging level set-all debug - logging level linp info + logging color 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: 2 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
