Joint UPF and Edge Applications Placement and Routing in 5G & Beyond
Endri Goshi, Hasanin Harkous, Shohreh Ahvar, Rastin Pries, Fidan Mehmeti, Wolfgang Kellerer
TL;DR
The paper tackles the problem of jointly orchestrating UPF deployment, edge applications (EAs), and user-demand routing in 5G+ edge networks to maximize operator profit under latency and resource constraints. It presents an ILP formulation and proves NP-hardness, then introduces RanGr, a greedy ranking-based heuristic that anchors and places demands while routing through precomputed paths, striving to minimize active edge nodes. Through extensive simulations on small, medium, and large topologies, RanGr achieves near-optimal profit (about a 3% gap from the ILP) and outperforms Greedy and Top-K benchmarks in overloaded scenarios, while maintaining high CPU utilization and low runtimes. The work demonstrates a scalable, revenue-earning orchestration framework applicable to operators and campus/private networks, with future directions including energy-aware and dynamic-demand extensions.
Abstract
The development of 5G networks has enabled support for a vast number of applications with stringent traffic requirements, both in terms of communication and computation. Furthermore, the proximity of the entities, such as edge servers and User Plane Functions (UPFs) that provide these resources is of paramount importance. However, with the ever-increasing demand from these applications, operators often find their resources insufficient to accommodate all requests. Some of these demands can be forwarded to external entities, not owned by the operator. This introduces a cost, reducing the operator's profit. Hence, to maximize operator's profit, it is important to place the demands optimally in internal or external edge nodes. To this end, we formulate a constrained optimization problem that captures this objective and the inter-play between different parameters, which turns out to be NP-hard. Therefore, we resort to proposing a heuristic algorithm which ranks the demands according to their value to the operator and amount of resources they need. Results show that our approach outperforms the benchmark algorithms, deviating from the optimal solution by only ~3% on average.
