Skip to content
Success

Changes

Summary

  1. osmo-upf-load-gen: Support setting UE IP ranges per local GTP endpoint (details)
Commit 2df5fc421a72636d6e80a42426a71b87448c80f6 by Pau Espin Pedrol
osmo-upf-load-gen: Support setting UE IP ranges per local GTP endpoint

Before this commit, a single UE IP address pool was used by all local
GTP endpoints (eg. eNodeBs). This means UE IP addresses are allocated
with jumps on each GTP endpoint, which creates some limitations for TRex
to generate traffic on those tunnels using tunnels_topo.
Add a VTY command to alow setting a pool of concurrent UE IP addresses
per tunnel endpoint to overcome this problem.

Change-Id: I51fec879bccc9e0c3debcef091fce0814d74400c
The file was modifiedinclude/osmocom/upfloadgen/pfcp_tool.h
The file was modifiedsrc/osmo-upf-load-gen/pfcp_tool_vty.c
The file was modifiedsrc/osmo-upf-load-gen/pfcp_tool.c