neels has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/34095
)
Change subject: hnbgw: fixup: adjust with-pfcp cfg like without-pfcp
......................................................................
hnbgw: fixup: adjust with-pfcp cfg like without-pfcp
Change-Id: Ice5aa8a6db512edad3535a55c5dba841670837ec
---
M ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg
1 file changed, 17 insertions(+), 10 deletions(-)
Approvals:
neels: Looks good to me, approved; Verified
diff --git a/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg
b/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg
index b56ac14..377fad8 100644
--- a/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg
+++ b/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg
@@ -8,17 +8,20 @@
!
log stderr
logging filter all 1
- logging color 1
- logging print category-hex 1
+ logging color 0
+ logging print category-hex 0
logging print category 1
+ logging print level 1
logging print thread-id 0
logging print extended-timestamp 1
- logging print file 1
+ logging print file basename last
logging level set-all debug
!
line vty
no login
bind 0.0.0.0
+ctrl
+ bind 0.0.0.0
!
cs7 instance 0
asp asp-clnt-msc-0 2905 2905 m3ua
@@ -68,13 +71,8 @@
mgcp
mgw local-ip 172.18.35.20
mgw remote-ip 172.18.35.203
- pfcp
- remote-addr 172.18.35.203
- local-addr 172.18.35.20
- # so far HNBGW_Tests.ttcn does not heed the port an Assoc Setup Req came from, it
always responds to port 8805
- local-port 8805
- # send PFCP Assoc Setup Req more often
- timer pfcp x26 5
+ # don't spam RANAP RESET messages for up to eight CN links across all tests
+ timer hnbgw T4 60
msc 0
remote-addr msc-naught
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/34095
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ice5aa8a6db512edad3535a55c5dba841670837ec
Gerrit-Change-Number: 34095
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: merged