neels submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved laforge: Looks good to me, but someone else must approve
contrib/pfcp-tool-scripts: adjust tunend_session_est.vty and upf cfg to match up

Change-Id: I3d6a26b45f084c281887bee541cf01b690c9d1de
---
M contrib/osmo-pfcp-tool-scripts/osmo-upf-12.cfg
M contrib/osmo-pfcp-tool-scripts/tunend_session_est.vty
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/contrib/osmo-pfcp-tool-scripts/osmo-upf-12.cfg b/contrib/osmo-pfcp-tool-scripts/osmo-upf-12.cfg
index b639e96..4577a94 100644
--- a/contrib/osmo-pfcp-tool-scripts/osmo-upf-12.cfg
+++ b/contrib/osmo-pfcp-tool-scripts/osmo-upf-12.cfg
@@ -23,3 +23,7 @@
local-addr 127.0.0.12
tunmap
table-name osmo-upf-12
+
+# gtp-dev only for GTP-U Echo service
+tunend
+ dev create gtp-echo-12 127.0.0.12
diff --git a/contrib/osmo-pfcp-tool-scripts/tunend_session_est.vty b/contrib/osmo-pfcp-tool-scripts/tunend_session_est.vty
index 89a4629..2cefc09 100644
--- a/contrib/osmo-pfcp-tool-scripts/tunend_session_est.vty
+++ b/contrib/osmo-pfcp-tool-scripts/tunend_session_est.vty
@@ -1,5 +1,5 @@
timer pfcp x23 0
-pfcp-peer 127.0.0.1
+pfcp-peer 127.0.0.11
tx assoc-setup-req
sleep 1
session tunend

To view, visit change 37827. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I3d6a26b45f084c281887bee541cf01b690c9d1de
Gerrit-Change-Number: 37827
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>