mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-11-03 05:23:46 +00:00
Some things in osmo-upf and libosmo-pfcp have changed without accounting
for that in osmo-pfcp-tool. (This tool is not that important, forgive me
for submitting various changes in one patch.)
Properly represent all of {access,core} x {local,remote} GTP F-TEIDs in
the internal osmo-pfcp-tool state.
Adjust and clarify osmo-pfcp-tool script commands.
Adjust the osmo-pfcp-tool scripts in contrib so that they work again.
Change-Id: I22cfaa4aedd465c81de85e673b9960eaf99c426b
17 lines
319 B
Plaintext
17 lines
319 B
Plaintext
timer pfcp x23 0
|
|
pfcp-peer 127.0.0.1
|
|
tx assoc-setup-req
|
|
sleep 1
|
|
session
|
|
ue ip 127.127.127.127
|
|
gtp access remote f-teid 127.0.0.127 127
|
|
tx session-est-req drop
|
|
sleep 3
|
|
tx session-mod-req far forw
|
|
sleep 5
|
|
tx session-mod-req far drop
|
|
sleep 3
|
|
tx session-mod-req far forw
|
|
sleep 3
|
|
tx session-del-req
|