neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/34126 )
Change subject: hnbgw: fixup: with-pfcp cfg: missing 'pfcp' section ...................................................................... hnbgw: fixup: with-pfcp cfg: missing 'pfcp' section Change-Id: I02be7c857d7dbf032bcadbea0812af732d27784f --- M ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/26/34126/1 diff --git a/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg b/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg index 9ff6fe7..1d11602 100644 --- a/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg +++ b/ttcn3-hnbgw-test/with-pfcp/osmo-hnbgw.cfg @@ -73,6 +73,11 @@ mgw remote-ip 172.18.35.203 # don't spam RANAP RESET messages for up to eight CN links across all tests timer hnbgw T4 60 + 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 -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/34126 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I02be7c857d7dbf032bcadbea0812af732d27784f Gerrit-Change-Number: 34126 Gerrit-PatchSet: 1 Gerrit-Owner: neels <[email protected]> Gerrit-MessageType: newchange
