REVIEW 3 major objections 4 minor 25 references
A Flexible Infrastructure-Sharing 5G Network Architecture Based on Network Slicing and Roaming
T0 review · 3 major / 4 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read A shared 5G core with one slice per client serves operators and non-operators, and four-slice sharing tests outperform a single-operator baseline by 61.8% in throughput and 96.8% in packet loss.
desk verdict A useful neutral-host architecture combining slicing and roaming, honestly implemented, but the headline throughput and PLR gains are artifacts of the chosen baseline and should not be taken at face value. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the per-client network slice in the shared 5G core, realized as a dedicated pair of session management and user plane functions per client under a shared access and mobility management function. Network slicing gives each tenant its own control and user plane for sessions and QoS, which is what provides traffic isolation and policy separation. The paper couples slicing with local-breakout roaming for operator clients: their home core authenticates the user, while the neutral host routes the user's data locally. The specific mechanism behind the reported performance gain is process-level parallelism—the core implementation runs each slice as a separate process, so four slices use multiple CPU cores, whereas the one-slice baseline is limited to a single process on a single core.
What would settle it
Run the same eight-user test with one operator client whose users are distributed across four SMF-UPF pairs, matching the process count of the four-slice neutral-host setup; if total throughput stays near 286 Mbps rather than dropping to 177 Mbps, then the claimed advantage comes from the baseline's single-process limit, not from sharing.
Extended reading notes
Core claim
The central claim is that a neutral-host 5G architecture built on network slicing plus local-breakout roaming can deliver isolated, policy-controlled 5G service to heterogeneous clients without a separate physical network per client. In the implemented design, a shared RAN and a shared access and mobility management function handle all users, while each client gets a dedicated slice containing its own session management function and user plane function; operator clients additionally authenticate their users through their home core using local-breakout roaming, whereas non-operator clients are authenticated directly in the neutral-host core. The paper's measured outcome is that this arrangement not only authenticates both user types and keeps their traffic on separate interfaces, but also improves resource efficiency: with four slices and eight users, total throughput rises 61.8% and mean packet loss falls 96.8% compared with the one-slice baseline, because each slice runs as a separate process and spreads the CPU load across cores.
Load-bearing premise
The performance comparison assumes that the right baseline for a traditional operator is a single slice with all its users on one core process; if an operator could also split users across several slices or processes, the reported 61.8% throughput and 96.8% packet-loss advantages would no longer be a property of the neutral-host architecture.
Editorial extensions
If this is right
- A neutral host can onboard MNO and non-MNO clients through the same infrastructure, authenticating operator users via local-breakout roaming and non-operator users directly.
- Per-client slices give each tenant a dedicated SMF-UPF pair, so user traffic and QoS policies of one client do not cross into another client's slice.
- Sharing the infrastructure among four clients and eight users produced 61.8% higher total throughput than one client using all resources.
- The same test showed a 96.8% lower packet loss ratio in the four-slice configuration at equal offered load.
- Because each slice runs as a separate core process, adding slices distributes the CPU load across cores, which is the observed source of the performance gain.
Reading between the lines
- This suggests the performance advantage is tied to the test core's process-per-slice implementation; a production core that already parallelizes a single operator's sessions would not necessarily show the same gap against the neutral-host design.
- The same per-slice SMF-UPF separation could be pushed into radio-resource isolation, where each slice gets guaranteed scheduling shares; the paper's isolation test only checks core-side interfaces, not spectrum contention.
- A testable extension would scale the number of slices beyond four and measure whether throughput gains saturate with the number of CPU cores, which would help operators decide slice granularity.
- The architecture's use of the operator's own PLMN ID for neutral-host coverage implies a simpler device handover between home and host networks, which could be measured as reduced registration delay or dropped sessions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes a neutral-host 5G architecture that combines network slicing with LBO roaming to serve both MNO and non-MNO tenants from a shared core. It presents a conceptual design with per-client slices (SMF/PCF/UPF) and operator authentication via roaming, then describes an implementation based on Open5GS and UERANSIM running in VMs. Functional tests cover UE authentication time and per-slice traffic isolation. Performance tests compare a four-client/four-slice configuration with a one-client/one-slice baseline for TCP throughput and UDP packet loss ratio; the paper reports 61.8% higher throughput and 96.8% lower PLR and attributes these gains to per-slice processes distributing CPU load across cores.
Significance. If the performance claims were supported, the paper would provide useful experimental evidence for neutral-host slicing; the functional validation of two authentication paths and per-slice interface isolation is a concrete contribution. The authors also give an explicit, honest account of Open5GS and UERANSIM limitations, which helps readers judge the scope of the evaluation. However, the headline performance comparison is not architecture-controlled, and the manuscript supplies no code or measurement artifacts, so the quantitative conclusion needs substantial rework before it can be accepted as stated.
major comments (3)
- [§4.2, Tables 2–3] The throughput comparison does not control for CPU-parallelism effects. The authors observe that the one-slice baseline creates a single Open5GS process bounded by ~99% of one core, whereas the four-slice configuration creates one process per slice and distributes work over multiple cores. A traditional single-operator deployment could equally run multiple slices or multiple SMF/UPF instances and use more cores. Hence the reported 61.8%/61.7% gains in Tables 2 and 3 do not establish an advantage of the proposed neutral-host architecture over a conventional operator core; they largely measure process-level parallelism. Please repeat the experiment with a baseline that uses the same number of processes/cores (e.g., one client whose users are split over four slices, or one client served by multiple SMF/UPF instances), or normalize throughput by allocated CPU.
- [§4.3, Table 4] The PLR comparison is load-selection dependent. Both configurations are offered 23.1 Mbps per user, yet Table 2 indicates that the one-slice baseline's maximum TCP throughput is around 22.1 Mbps per user; at an offered load above saturation, a PLR near 1.1% is expected rather than evidence of an architectural deficiency. The four-slice configuration's 0.036% PLR likely reflects that the per-user load sits below the multi-core aggregate capacity. Reporting a single load point cannot support the abstract's 96.8% lower PLR claim; the paper should sweep offered load from below to above the saturation point of each configuration, or at least choose a load below the baseline saturation.
- [§3.2.2, Figures 4–6] The implemented system validates a simplified version of the conceptual architecture, as the text itself acknowledges: UERANSIM cannot emulate a shared RAN with multiple PLMNs, so each client runs a separate UERANSIM VM; Open5GS slicing is limited to SMF/UPF, with PCF not part of the implemented slices; and slice creation is manual and requires a service restart. Consequently, the qualitative isolation test demonstrates separation between Open5GS tunnel interfaces but not isolation through a shared RAN scheduler or dynamic slice management. The paper should state clearly that the 'flexible' and 'dynamic' properties are design-level claims and that the evaluation exercises only static, manually configured slices.
minor comments (4)
- [Abstract] The phrase 'capable of providing services to any type of client' overstates the scope: Section 3.2.2 excludes QoS, billing, resource distribution, and dynamic reconfiguration, so the claim should be qualified to the implemented authentication and isolation scenarios.
- [Tables 2–4] The column layout does not label individual users; for example, Table 2 places eight throughput values under four VM headers. Add per-user columns or a legend, and state explicitly that the values are averages of 10 runs.
- [§4.2] The host machine's CPU/RAM and hypervisor details are not reported, which makes it hard to assess the core-count effect described in the CPU-usage discussion; please provide the physical host specification.
- [§3.2.1] The claims that 'Open5GS has recently included support for roaming' and that free5GC failed to handle multiple PLMN IDs would benefit from specific software versions and, ideally, linked configuration snippets or logs to support reproducibility.
Circularity Check
No circular derivation: the architecture is tested against an empirical baseline, and no predicted quantity is defined in terms of fitted parameters or self-citations.
full rationale
The paper is an experimental systems paper, not a derivation. The claimed 61.8% throughput and 96.8% PLR advantages are measurement comparisons between a four-slice configuration and a one-slice baseline (Tables 2 and 4), and the paper openly attributes the difference to Open5GS creating one process per slice and spreading CPU load across cores (Section 4.2). No equation is fitted, no quantity is defined in terms of another predicted quantity, and no load-bearing uniqueness theorem or ansatz is imported from the authors' prior work; the reference list contains no self-citations by the authors. The weakest point is the baseline: a traditional operator could in principle also deploy multiple slices or SMF/UPF instances, so the performance gain is not architecture-independent. That is a baseline and soundness concern, not circularity: the comparison is not forced by definition, and the functional authentication and isolation tests are independent evidence. Accordingly, the circularity score is 0.
Assumptions & free parameters
free parameters (3)
- UDP test load for PLR comparison =
23.1 Mbps per user
- Number of clients/slices in performance test =
4
- iperf TCP window size =
416 kB
assumptions (4)
- domain assumption Per-client UERANSIM VM instances with distinct PLMN IDs emulate a multi-PLMN shared RAN.
- domain assumption Open5GS per-slice tunnel interfaces and processes represent production 3GPP network slicing isolation.
- ad hoc to paper The single-slice baseline with one SMF/UPF process is an appropriate reference for a traditional single-operator deployment.
- domain assumption Open5GS's roaming implementation follows 3GPP LBO roaming semantics.
Cite this review
Pith. "Pith review of A Flexible Infrastructure-Sharing 5G Network Architecture Based on Network Slicing and Roaming." pith.science (2026). https://pith.science/paper/SGZPXOSM
@misc{pith2026241115505,
author = {Pith},
title = {Pith review of: A Flexible Infrastructure-Sharing 5G Network Architecture Based on Network Slicing and Roaming},
year = {2026},
howpublished = {\url{https://pith.science/paper/SGZPXOSM}},
note = {Machine review of arXiv:2411.15505}
}
read the original abstract
The sharing of mobile network infrastructure has become a key topic with the introduction of 5G due to the high costs of deploying such infrastructures, with neutral host models coupled with features such as network function virtualization (NFV) and network slicing emerging as viable solutions for the challenges in this area. With this in mind, this work presents the design, implementation, and test of a flexible infrastructure-sharing 5G network architecture capable of providing services to any type of client, whether an operator or not. The proposed architecture leverages 5G's network slicing for traffic isolation and compliance with the policies of different clients, with roaming employed for the authentication of users of operator clients. The proposed architecture was implemented and tested in a simulation environment using the UERANSIM and Open5GS open-source tools. Qualitative tests successfully validated the authentication and the traffic isolation features provided by the slices for the two types of clients. Results also demonstrate that the proposed architecture has a positive impact on the performance of the neutral host network infrastructure, achieving 61.8% higher throughput and 96.8% lower packet loss ratio (PLR) in a scenario sharing the infrastructure among four clients and eight users when compared to a single client with all the network resources.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
The 5G Revolution: Expectations Versus Reality
Jabagi, N.; Park, A.; Kietzmann, J. The 5G Revolution: Expectations Versus Reality. IT Prof . 2020, 22, 8–15. https://doi.org/10.1109/MITP.2020.2972139
arXiv 2020
-
[2]
View on 5G Architecture ; Version 4.0; 5G PPP Architecture Working Group: Pisa, Italy, 2021
5G PPP Architecture Working Group. View on 5G Architecture ; Version 4.0; 5G PPP Architecture Working Group: Pisa, Italy, 2021
work page 2021
-
[3]
Pricing Models for 5G Multi-Tenancy Using Game Theory Framework
Kumar, S.K.A.; Crawford, D.; Stewart, R. Pricing Models for 5G Multi-Tenancy Using Game Theory Framework. IEEE Commun. Mag. 2023, 1–7. https://doi.org/10.1109/MCOM.001.2200742
-
[4]
Edge Computing Enhancements in an NFV-Based Ecosystem for 5G Neutral Hosts
Baldoni, G.; Cruschelli, P.; Paolino, M.; Meixner, C.C.; Albanese, A.; Papageorgiou, A.; Khalili, H.; Siddiqui, S.; Simeonidou, D. Edge Computing Enhancements in an NFV-Based Ecosystem for 5G Neutral Hosts. In Proceedings of the 2018 IEEE Conference on Network Function Virtualization and Software Defined Networks (NFV-SDN), Verona, Italy, 27–29 November 2...
work page 2018
-
[5]
3GPP Technical Report 21.915; Version 15.0.0 Release 15; ETSI: Sophia Antipolis, France 2019
3rd Generation Partnership Project. 3GPP Technical Report 21.915; Version 15.0.0 Release 15; ETSI: Sophia Antipolis, France 2019
work page 2019
-
[6]
AI-Assisted Slicing-Based Resource Management for Two-Tier Radio Access Networks
Zhou, C.; Gao, J.; Li, M.; Shen, X.; Zhuang, W.; Li, X.; Shi, W. AI-Assisted Slicing-Based Resource Management for Two-Tier Radio Access Networks. IEEE Trans. Cogn. Commun. Netw. 2023, 9, 1691–1706. https://doi.org/10.1109/TCCN.2023.3307929
arXiv 2023
-
[7]
Neutral Host Technology: The Future of Mobile Network Operators
Bajracharya, R.; Shrestha, R.; Jung, H.; Shin, H. Neutral Host Technology: The Future of Mobile Network Operators. IEEE Access 2022, 10, 99221–99234. https://doi.org/10.1109/ACCESS.2022.3207823
arXiv 2022
-
[8]
A Comprehensive Survey on the E2E 5G Network Slicing Model
Chahbar, M.; Diaz, G.; Dandoush, A.; Cérin, C.; Ghoumid, K. A Comprehensive Survey on the E2E 5G Network Slicing Model. IEEE Trans. Netw. Serv. Manag. 2021, 18, 49–62. https://doi.org/10.1109/TNSM.2020.3044626
arXiv 2021
Show all 25 references
-
[9]
Roaming in the 5G system: The 5GS roaming architecture
Keller, R.; Castellanos, D.; Sander, A.; Robison, A.; Abtin, A. Roaming in the 5G system: The 5GS roaming architecture. Ericsson Technol. Rev. 2021, 2021, 2–11
2021
-
[10]
Validating a 5G-Enabled Neutral Host Framework in City-Wide Deployments
Fernández-Fernández, A.; Colman-Meixner, C.; Ochoa-Aday, L.; Betzler, A.; Khalili, H.; Siddiqui, M.S.; Carrozzo, G.; Figuerola, S.; Nejabati, R.; Simeonidou, D. Validating a 5G-Enabled Neutral Host Framework in City-Wide Deployments. Sensors 2021, 21,
2021
-
[11]
Infrastructure Sharing
GSMA. Infrastructure Sharing. Available online: https://www.gsma.com/futurenetworks/wiki/infrastructure-sharing-an-over- view/ (accessed on 23 February 2024)
2024
-
[12]
Toward Resilient Network Slicing for Satellite–Terrestrial Edge Computing IoT
Esmat, H.H.; Lorenzo, B.; Shi, W. Toward Resilient Network Slicing for Satellite–Terrestrial Edge Computing IoT. IEEE Internet Things J. 2023, 10, 14621–14645. https://doi.org/10.1109/JIOT.2023.3277466
2023
-
[13]
Flexible Multi-Operator RAN Sharing: Experimentation and Validation Using Open Source 4G/5G Prototype
Kassis, M.; Costanzo, S.; Yassin, M. Flexible Multi-Operator RAN Sharing: Experimentation and Validation Using Open Source 4G/5G Prototype. In Proceedings of the 2021 Joint European Conference on Networks and Communications & 6G Summit (EuCNC/6G Summit), Porto, Portugal, 8–11 ...
2021
-
[14]
Making Neutral Host a Reality with OnGo; Mobile Experts White Paper; Mobile Experts, Inc.: Campbell, CA, USA, 2018
Mun, K. Making Neutral Host a Reality with OnGo; Mobile Experts White Paper; Mobile Experts, Inc.: Campbell, CA, USA, 2018
2018
-
[15]
System Architecture and Deployment Scenarios for SESAME: Small cEllS coodinAtion for Multi-Tenancy and Edge Services
Giannoulakis, I.; Xylouris, G.; Kafetzakis, E.; Kourtis, A.; Fajardo, J.O.; Khodashenas, P.S.; Albanese, A.; Mouratidis, H.; Vass- ilakis, V. System Architecture and Deployment Scenarios for SESAME: Small cEllS coodinAtion for Multi-Tenancy and Edge Services. In Proceedings of...
2016
-
[16]
Management of Mission Critical Public Safety Applications: The 5G ESSENCE Project
Spada, M.R.; Pérez-Romero, J.; Sanchoyerto, A.; Solozabal, R.; Kourtis, M.A.; Riccobene, V. Management of Mission Critical Public Safety Applications: The 5G ESSENCE Project. In Proceedings of the 2019 European Conference on Networks and Com- munications (EuCNC), Valencia, Spa...
2019
-
[17]
UERANSIM
Güngör, A. UERANSIM. Available online: https://github.com/aligungr/UERANSIM (accessed on 16 October 2023)
2023
-
[18]
OAI 5G RAN Project Group
OpenAirInterface. OAI 5G RAN Project Group. Available online: https://openairinterface.org/oai-5g-ran-project/ (accessed on 16 October 2023)
2023
-
[19]
my5G-RANTester
my5G. my5G-RANTester. Available online: https://github.com/my5G/my5G-RANTester (accessed on 16 October 2023)
2023
-
[20]
Available online: https://open5gs.org/ (accessed on 16 October 2023)
Open5GS. Available online: https://open5gs.org/ (accessed on 16 October 2023)
2023
-
[21]
Available online: https://free5gc.org/ (accessed on 16 October 2023)
free5GC. Available online: https://free5gc.org/ (accessed on 16 October 2023)
2023
-
[22]
5G Core Network
OpenAirInterface. 5G Core Network. Available online: https://openairinterface.org/oai-5g-core-network-project/ (accessed on 16 October 2023)
2023
-
[23]
Open Source 5G Core Network Implementations: A Qualitative and Quantitative Analysis
Reddy, R.; Lipps, C.; Schotten, H.D.; Gundall, M.; Schotten, H.D. Open Source 5G Core Network Implementations: A Qualitative and Quantitative Analysis. In Proceedings of the 2023 IEEE International Black Sea Conference on Communications and Net- working (BlackSeaCom), Istanbul...
2023
-
[24]
Available online: https://iperf.fr/ (accessed on 16 October 2023)
iPerf—The Ultimate Speed Test Tool for TCP, UDP and SCTP. Available online: https://iperf.fr/ (accessed on 16 October 2023)
2023
-
[8103]
https://doi.org/10.3390/s21238103
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.