Validating a 5G-Enabled Neutral Host Framework in City-Wide Deployments
Abstract
:1. Introduction
2. Background on Neutral Host Concept and Enabling Technologies
- An increasing need for enhanced and ubiquitous connectivity in urban context coupled with more demanding requirements of radio coverage and bandwidth.
- The pivotal role within 5G of smart cities, in which municipalities may act as potential 5G neutral host providers.
- A neutral host framework is a perfect candidate to fully satisfy the 5G requirements for different use cases (e.g., eMBB, URLLC, mMTC) concurrently deployed over a shared infrastructure.
2.1. Cloud/Edge Computing and Orchestration
2.2. Virtualized Multiradio Access Network
2.3. Our Contribution
3. Overview of Neutral Host Framework
3.1. Service/Application Layer
3.2. Orchestration & Control Layer
- Activate deployed slices by launching required servers (i.e., mobile core for serving cellular network slices and DHCP servers for IP assignment of Wi-Fi slices), together with the corresponding configuration of radio access chunks.
- Perform required postinstantiation configurations to deploy VNFs, in terms of enabling external connectivity, registering tasks and alerts for monitoring purposes (in the Monitoring component), and DNS deployments.
- React to triggered alerts to conduct the corresponding actions (as established by the SLA Manager [47]), such as horizontal scaling of specific VNFs.
3.3. Infrastructure Layer
4. City-Wide Deployments
- (i)
- Infrastructure Deployment: the conceived three-tier architecture, including a RAN tier, an edge tier, which can be further extended to be closer to end-users, and a core Data Center (DC) tier, is mapped into physical infrastructure resources consisting of radio components, edge/MEC servers, and DC servers;
- (ii)
- Infrastructure Setup Validation: to verify the correct installation and performance of the deployed infrastructure in the three cities, a similar set of validation tests was conducted. The main objective of these tests was to verify performance and better profile configurations in the three pilot environments;
- (iii)
- Platform Installation: deployed servers at edge and DC sites in every city provide computing resources to host the different components of the software platform of the neutral host framework. In general, each software module of the platform is installed as a Virtual Machine (VM) in the virtualized computing infrastructure and interconnected to allow the required interaction among them;
- (iv)
- Platform Setup Validation: the validation of the deployed platform consisted of a set of functional tests aimed at verifying the correct integration of the various orchestration elements, as well as the execution of lifecycle management operations for infrastructure resources, slices, and network services.
4.1. Infrastructure Deployment in the City of Barcelona
4.1.1. Core Tier
4.1.2. Edge/MEC Tier
4.1.3. RAN Tier
4.2. Infrastructure Deployment in the City of Bristol
4.2.1. Core Tier
4.2.2. Edge/MEC Tier
4.2.3. RAN Tier
4.3. Infrastructure Deployment in the City of Lucca
4.3.1. Core Tier
4.3.2. Edge/MEC Tier
4.3.3. RAN Tier
4.4. Deployment of the Neutral Host Platform
- The VIM was implemented in the core and edge DCs using OpenStack (release Queens). This cloud platform is currently the most widely deployed open-source cloud infrastructure software in the industry.
- Additionally, to support the deployment of NSs based on containers, we also installed Fog05 [50] as the extended edge VIM of the platform. This open-source project enables the deployment of services in resource-constrained devices, which are close to end-users, thus minimizing the service latency.
- To orchestrate the lifecycle of NSs within the 5G-enabled slices, we deployed OSM as the NFVO of the platform.
- Finally, as part of the vRAN capabilities offered by the neutral host framework, we also deployed the dRAX Open Interface RAN Intelligence [51] solution. This cloud-native component runs virtualized in the edge/MEC infrastructure to manage the associated small cells as radio units, which effectively unlocks the potential of 5G network slices for multitenant operators. All this while ensuring low latency and processing at the edge for deployed radio services.
4.4.1. Automated Deployment
- Day 0 Configurations: The tasks automated in this group were related to the creation of VMs for each of the platform components. To this end, we used Terraform [53], a cloud-agnostic management tool that provides a flexible way to define the computing and networking requirements of platform components as a blueprint that can be deployed at any moment.
- Day 1 Configurations: Once the VMs are instantiated on the cloud infrastructure, the following task to address is related to the code installation and configuration. This was accomplished using Ansible [54], which has proven to be very efficient to configure, deploy, and orchestrate the code of each platform component.
4.4.2. Platform Deployment Validation
- Individual tests: All elements of the platform were individually tested after accomplishing the deployment of each component to corroborate their functionality. These tests validated the attainment of the expected behavior of every developed module and feature.
- Integration tests: To verify the proper interaction between components of the platform, specific integration tests were performed. Particularly, the performance of these tests validated the entire workflow involved in the lifecycle automation of a neutral host framework, in terms of infrastructure (registration, configuration, and removal), slices (creation, activation, and removal), and services (onboarding, instantiation, and removal).
5. Use Cases Deployment
5.1. VNF and NS Composition and On-Boarding
- The platform administrator acting as neutral host provider creates a dedicated repository and user account for the media vertical tenant. The referred user is granted the role of Designer, which allows tenants to design functions as well as compose them into services.
- In turn, the media vertical tenant, using the platform SDK, conducts the creation of the required functions and composes an NS for the application.
- Once the service creation is completed, the resulting function and service descriptors are published into the 5G Apps & Services Catalogue of the platform.
5.2. Slice Creation and Activation
5.3. Network Service Instantiation
6. Validation of Use Cases
6.1. KPIs and Measurement Methodology
6.1.1. User Experienced Data Rate
6.1.2. Data Plane Delay
6.1.3. Slice Deployment Time (SDT)
- Slice Creation Time (SCT): refers to the amount of time it takes the Slice Manager to return the results of a submitted slice creation request to an end-user. This operation includes the sequential creation of all the chunks belonging to the slice and the grouping of those chunks. This time is measured from the moment when the creation request of a slice is sent to the Slice Manager, until receiving the confirmation that the slice was created.
- Slice Activation Time (SAT): refers to the amount of time it takes the Slice Manager to return the results of a submitted slice activation request to an end-user. This operation includes the instantiation of the mobile core and the configuration of the corresponding PLMNID in the RAN nodes included in the slice. This time is measured from the moment that the request is sent to the Slice Manager, until receiving the confirmation that the slice is ready to be used. Such confirmation is provided after receiving the acknowledgement from OpenStack about the mobile core instantiation and from the RAN Controller regarding the radio nodes configuration. Note that still additional seconds might be required to complete both operations as well as to finalize the Day1 configurations on the mobile core (based on cloud-init).
6.1.4. Service Instantiation Time (SIT)
- Set up of the networking in OpenStack required to connect each VNF included in the NS with the Monitoring component;
- Computation of the VNFs allocation (i.e., VNF-to-compute-chunk mapping) according to the algorithm employed by the Resource Placement component;
- Deployment and configuration of the NS instance through OSM as NFVO.
6.1.5. Service Scaling Time (SST)
6.2. Results Analysis
7. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
3GPP | 3rd Generation Partnership Project |
5G PPP | 5G Public Private Partnership |
5GNR | 5G New Radio |
AAA | Authentication, Authorization, and Accounting |
C-RAN | Cloud Radio Access Network |
CAPEX | Capital Expenditure |
DC | Data Center |
DHCP | Dynamic Host Configuration Protocol |
DL | Down-Link |
DNS | Domain Name System |
eMBB | enhanced Mobile Broadband |
ETSI | European Telecommunications Standards Institute |
EU | European Union |
GUI | Graphical User Interface |
IMT | International Mobile Telecommunication |
ITU | International Telecommunication Union |
KPI | Key Performance Indicator |
LoRa | Long Range |
LTE | Long Term Evolution |
MANO | Management and Orchestration |
MEAO | MEC Application Orchestrator |
MEC | Multi-Access Edge Computing |
mMTC | massive Machine Type Communications |
MOCN | Multi-Operator Core Network |
MORAN | Multi-Operator Radio Access Network |
MVNO | Mobile Virtual Network Operator |
NFV | Network Function Virtualization |
NFVI | Network Functions Virtualization Infrastructure |
NFVO | NFV Orchestrator |
NGMN | Next GenerationMobile Networks |
NS | Network Service |
NSA | Non-Standalone |
OSM | Open Source MANO |
PLMNID | Public Land Mobile Network ID |
RAN | Radio Access Network |
RAT | Radio Access Technologies |
ROI | Return of Investments |
SDK | Software Development Kit |
SDN | Software-Defined Networks |
SDR | Software Defined Radio |
SLA | Service Level Agreement |
UE | User Equipment |
UL | Up-Link |
URLLC | Ultra-Reliable Low Latency Communications |
vEPC | virtual Evolved Packet Core |
VIM | Virtual Infrastructure Manager |
VLAN | Virtual Local Area Network |
VM | Virtual Machine |
VNF | Virtual Network Function |
VPN | Virtual Private Network |
References
- Cisco Systems. Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update, 2016–2021. Available online: https://www.cisco.com/c/en/us/solutions/collateral/service-provider/visual-networking-index-vni/mobile-white-paper-c11-520862.html (accessed on 5 October 2021).
- Alliance, N. 5G White Paper. Next Generation Mobile Networks 2015. Version 1.0. Available online: https://ngmn.org/wp-content/uploads/NGMN_5G_White_Paper_V1_0.pdf (accessed on 5 October 2021).
- Gupta, A.; Jha, R.K. A Survey of 5G Network: Architecture and Emerging Technologies. IEEE Access 2015, 3, 1206–1232. [Google Scholar] [CrossRef]
- 5GPP. View on 5G Architecture. 5G Public Private Partnership (5GPPP) Architecture Working Group 2019. Version 3.0. Available online: https://5g-ppp.eu/wp-content/uploads/2019/07/5G-PPP-5G-Architecture-White-Paper_v3.0_PublicConsultation.pdf (accessed on 5 October 2021).
- 3GPP. Service Requirements for the 5G System; Technical Specification (TS) 22.261 Version 17.2.0; 3rd Generation Partnership Project (3GPP): Sophia Antipolis, France, 2020. [Google Scholar]
- Ordonez-Lucena, J.; Ameigeiras, P.; Lopez, D.; Ramos-Munoz, J.J.; Lorca, J.; Folgueira, J. Network Slicing for 5G with SDN/NFV: Concepts, Architectures, and Challenges. IEEE Commun. Mag. 2017, 55, 80–87. [Google Scholar] [CrossRef] [Green Version]
- ATIS. Neutral Host Solutions for Multi-Operator Wireless Coverage in Managed Spaces; Alliance for Telecommunications Industry Solutions (ATIS): Washington, DC, USA, 2016. [Google Scholar]
- Paglierani, P.; Neokosmidis, I.; Rokkas, T.; Meani, C.; Nasr, K.M.; Moessner, K.; Sayyad Khodashenas, P. Techno-economic analysis of 5G immersive media services in cloud-enabled small cell networks: The neutral host business model. Trans. Emerg. Telecommun. Technol. 2020, 31, e3746. [Google Scholar] [CrossRef]
- EU 5G PPP. 5G Vision. The 5G Infrastructure Public Private Partnership: The Next Generation of Communication Networks and Services. Available online: https://5g-ppp.eu/wp-content/uploads/2015/02/5G-Vision-Brochure-v1.pdf (accessed on 5 October 2021).
- ITU. IMT Vision—Framework and Overall Objectives of the Future Development of IMT for 2020 and Beyond; Recommendation ITU-R M.2083-0; International Telecommunication Unit (ITU): Geneva, Switzerland, 2015. [Google Scholar]
- H2020 5GCity Project. A Distributed Cloud & Radio Platform for 5G Neutral Hosts. Available online: https://www.5gcity.eu/ (accessed on 5 October 2021).
- Samdanis, K.; Costa-Perez, X.; Sciancalepore, V. From Network Sharing to Multi-Tenancy: The 5G Network Slice Broker. IEEE Commun. Mag. 2016, 54, 32–39. [Google Scholar] [CrossRef]
- Fernández-Fernández, A.; De Angelis, M.; Giardina, P.G.; Taylor, J.; Chainho, P.; Valero, J.M.J.; Ochoa-Aday, L.; López, D.R.; Carrozzo, G.; Siddiqui, M.S. Multi-Party Collaboration in 5G Networks via DLT-Enabled Marketplaces: A Pragmatic Approach. In Proceedings of the 2021 Joint European Conference on Networks and Communications, 6G Summit (EuCNC/6G Summit), Porto, Portugal, 8–11 June 2021; pp. 550–555. [Google Scholar] [CrossRef]
- Theodorou, V.; Lekidis, A.; Bozios, T.; Meth, K.; Fernández-Fernández, A.; Tavlor, J.; Diogo, P.; Martins, P.; Behravesh, R. Blockchain-based Zero Touch Service Assurance in Cross-domain Network Slicing. In Proceedings of the 2021 Joint European Conference on Networks and Communications, 6G Summit (EuCNC/6G Summit), Porto, Portugal, 8–11 June 2021; pp. 395–400. [Google Scholar] [CrossRef]
- NGMN. Description of Network Slicing Concept; Next Generation Mobile Networks (NGMN) Alliance: Frankfurt am Main, Germany, 2016. [Google Scholar]
- ETSI. Network Functions Virtualisation (NFV)—Report on Network Slicing Support with ETSI NFV Architecture Framework, GR NFV-EVE; Group Report (GR) 012 v3.1.1; European Telecommunications Standards Institute (ETSI): Sophia Antipolis, France, 2017. [Google Scholar]
- Taleb, T.; Dutta, S.; Ksentini, A.; Iqbal, M.; Flinck, H. Mobile Edge Computing Potential in Making Cities Smarter. IEEE Commun. Mag. 2017, 55, 38–43. [Google Scholar] [CrossRef] [Green Version]
- Fischer, A.; Botero, J.F.; Beck, M.T.; de Meer, H.; Hesselbach, X. Virtual Network Embedding: A Survey. IEEE Commun. Surv. Tutor. 2013, 15, 1888–1906. [Google Scholar] [CrossRef]
- Rajaravivarma, V. Virtual local area network technology and applications. In Proceedings of the Twenty-Ninth Southeastern Symposium on System Theory, Cookeville, TN, USA, 9–11 March 1997; pp. 49–52. [Google Scholar]
- Mazhin, G.A.; Bag-Mohammadi, M.; Ghasemi, M.; Feizi, S. Multi-layer architecture for realization of network virtualization using MPLS technology. ICT Express 2017, 3, 43–47. [Google Scholar] [CrossRef] [Green Version]
- 3GPP. Study on Management and Orchestration of Network Slicing for Next Generation Network; Technical Report (TR) 28.80; 3rd Generation Partnership Project (3GPP): Sophia Antipolis, France, 2018. [Google Scholar]
- Costa-Perez, X.; Swetina, J.; Guo, T.; Mahindra, R.; Rangarajan, S. Radio access network virtualization for future mobile carrier networks. IEEE Commun. Mag. 2013, 51, 27–35. [Google Scholar] [CrossRef]
- Taleb, T.; Samdanis, K.; Mada, B.; Flinck, H.; Dutta, S.; Sabella, D. On Multi-Access Edge Computing: A Survey of the Emerging 5G Network Edge Cloud Architecture and Orchestration. IEEE Commun. Surv. Tutor. 2017, 19, 1657–1681. [Google Scholar] [CrossRef] [Green Version]
- ETSI. Mobile Edge Computing (MEC)—Deployment of Mobile Edge Computing in an NFV Environment; Group Report (GR) 017 V1.1.1; European Telecommunications Standards Institute (ETSI): Sophia Antipolis, France, 2018. [Google Scholar]
- OSM. Open Source Mano. Available online: https://osm.etsi.org/ (accessed on 5 October 2021).
- SONATA Project. SONATA NFV: Agile Service Development and Orchestration in 5G Virtualized Networks. Available online: http://www.sonata-nfv.eu/ (accessed on 5 October 2021).
- Khalili, H.; Papageorgiou, A.; Siddiqui, S.; Colman-Meixner, C.; Carrozzo, G.; Nejabati, R.; Simeonidou, D. Network Slicing-aware NFV Orchestration for 5G Service Platforms. In Proceedings of the 2019 European Conference on Networks and Communications (EuCNC), Valencia, Spain, 18–21 June 2019; pp. 25–30. [Google Scholar]
- Baldoni, G.; Cruschelli, P.; Paolino, M.; Colman-Meixner, 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 2018; pp. 1–5. [Google Scholar]
- Mena, M.P.; Papageorgiou, A.; Ochoa-Aday, L.; Siddiqui, S. Enhancing the Performance of 5G Slicing Operations via Multi-Tier Orchestration. In Proceedings of the 23rd Conference on Innovations in Clouds, Internet and Networks (ICIN 2020), Paris, France, 24–27 February 2020; pp. 1–8. [Google Scholar]
- China Mobile. C-RAN: The Road towards Green RAN, White Paper; version 2.5; China Mobile Research Institute: Beijing, China, 2011. [Google Scholar]
- Yang, M.; Li, Y.; Jin, D.; Su, L.; Ma, S.; Zeng, L. OpenRAN: A Software-Defined Ran Architecture via Virtualization. SIGCOMM Comput. Commun. Rev. 2013, 43, 549–550. [Google Scholar] [CrossRef]
- O-RAN Alliance. O-RAN: Use Cases and Deployment Scenarios. O-RAN Alliance, White Paper 2020. Available online: https://www.o-ran.org/s/O-RAN-Use-Cases-and-Deployment-Scenarios-Whitepaper-February-2020.pdf (accessed on 5 October 2021).
- Ferrus, R.; Sallent, O.; Perez-Romero, J.; Agusti, R. On 5G Radio Access Network Slicing: Radio Interface Protocol Features and Configuration. IEEE Commun. Mag. 2018, 56, 184–192. [Google Scholar] [CrossRef]
- Dezfouli, B.; Esmaeelzadeh, V.; Sheth, J.; Radi, M. A Review of Software-Defined WLANs: Architectures and Central Control Mechanisms. IEEE Commun. Surv. Tutor. 2019, 21, 431–463. [Google Scholar] [CrossRef] [Green Version]
- Betzler, A.; Camps-Mur, D.; Garcia-Villegas, E.; Demirkol, I.; Aleixendri, J.J. SODALITE: SDN Wireless Backhauling for Dense 4G/5G Small Cell Networks. IEEE Trans. Netw. Serv. Manag. 2019, 16, 1709–1723. [Google Scholar] [CrossRef] [Green Version]
- Foukas, X.; Nikaein, N.; Kassem, M.M.; Marina, M.K.; Kontovasilis, K. FlexRAN: A Flexible and Programmable Platform for Software-Defined Radio Access Networks. In CoNEXT ’16: Proceedings of the 12th International on Conference on Emerging Networking EXperiments and Technologies; Association for Computing Machinery: New York, NY, USA, 2016; pp. 427–441. [Google Scholar]
- Nikaein, N.; Marina, M.K.; Manickam, S.; Dawson, A.; Knopp, R.; Bonnet, C. OpenAirInterface: A Flexible Platform for 5G Research. SIGCOMM Comput. Commun. Rev. 2014, 44, 33–38. [Google Scholar] [CrossRef]
- Coronado, E.; Khan, S.N.; Riggio, R. 5G-EmPOWER: A Software-Defined Networking Platform for 5G Radio Access Networks. IEEE Trans. Netw. Serv. Manag. 2019, 16, 715–728. [Google Scholar] [CrossRef]
- Paolino, M.; Carrozzo, G.; Betzler, A.; Colman-Meixner, C.; Khalili, H.; Siddiqui, S.; Sechkova, T.; Simeonidou, D. Compute and network virtualization at the edge for 5G smart cities neutral host infrastructures. In Proceedings of the 2019 IEEE 2nd 5G World Forum (5GWF), Dresden, Germany, 30 September–2 October 2019; pp. 560–565. [Google Scholar]
- Sallent, O.; Perez-Romero, J.; Ferrus, R.; Agusti, R. On Radio Access Network Slicing from a Radio Resource Management Perspective. IEEE Wirel. Commun. 2017, 24, 166–174. [Google Scholar] [CrossRef]
- H2020 5G ESSENCE Project. 5G ESSENCE—Embedded Network Services for 5G Experiences. Available online: https://www.5g-essence-h2020.eu/ (accessed on 5 October 2021).
- H2020 5G SLICENET Project. 5G SLICENET—End-to-End Cognitive Network Slicing and Slice Management Framework in Virtualised Multi-Domain, Multi-Tenant 5G Networks. Available online: https://slicenet.eu/ (accessed on 5 October 2021).
- Benseny, J.; Walia, J.; Finley, B.; Hämmäinen, H. Feasibility of the City-driven Neutral Host Operator: The case of Helsinki. In Proceedings of the 30th European Conference of the International Telecommunications Society (ITS): “Towards a Connected and Automated Society”, Helsinki, Finland, 16–19 June 2019. [Google Scholar]
- Kibria, M.G.; Villardi, G.P.; Nguyen, K.; Liao, W.; Ishizu, K.; Kojima, F. Shared Spectrum Access Communications: A Neutral Host Micro Operator Approach. IEEE J. Sel. Areas Commun. 2017, 35, 1741–1753. [Google Scholar] [CrossRef] [Green Version]
- Benseny, J.; Walia, J.; Hämmäinen, H.; Salmelin, J. City strategies for a 5G small cell network on light poles. In Proceedings of the 2019 CTTE-FITCE: Smart Cities Information and Communication Technology (CTTE-FITCE), Ghent, Belgium, 25–27 September 2019; pp. 1–6. [Google Scholar]
- Papageorgiou, A.; Fernández-Fernández, A.; Siddiqui, S.; Carrozzo, G. On 5G Network Slice Modelling: Service-, Resource-, or Deployment-driven? Comput. Commun. 2020, 149, 232–240. [Google Scholar] [CrossRef]
- Papageorgiou, A.; Fernández-Fernández, A.; Ochoa-Aday, L.; Peláez, M.S.; Siddiqui, M.S. SLA Management Procedures in 5G Slicing-based Systems. In Proceedings of the 2020 European Conference on Networks and Communications (EuCNC), Dubrovnik, Croatia, 15–18 June 2020; pp. 7–11. [Google Scholar]
- Smart Internet Lab—University of Bristol, UK. 5GUK Test Network—Bristol. Available online: http://www.bristol.ac.uk/engineering/research/smart/5guk/ (accessed on 5 October 2021).
- 5GCity Project. D4.4 Final 5GCity Orchestrator Release. 2019. Available online: https://www.5gcity.eu/deliverables/ (accessed on 5 October 2021).
- Corsaro, A.; Baldoni, G. fogØ5: Unifying the Computing, Networking and Storage Fabrics End-to-End. In Proceedings of the 2018 3rd Cloudification of the Internet of Things (CIoT), Paris, France, 2–4 July 2018; pp. 1–8. [Google Scholar]
- Accelleran. DRAX™ Open Interface RAN Intelligence. 2020. Available online: https://www.accelleran.com/5gcitydrax/ (accessed on 5 October 2021).
- i2CAT Foundation. H2020 5GCity Project. 2020. Available online: https://github.com/5GCity (accessed on 5 October 2021).
- HashiCorp. Terraform OpenStack Provider. Version 0.12.24. Available online: https://www.terraform.io/docs/providers/openstack/index.htm (accessed on 5 October 2021).
- Red Hat. Ansible Playbooks. Version 2.9.7. Available online: https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html (accessed on 5 October 2021).
- Colman-Meixner, C.; Khalili, H.; Antoniou, K.; Siddiqui, M.S.; Papageorgiou, A.; Albanese, A.; Cruschelli, P.; Carrozzo, G.; Vignaroli, L.; Ulisses, A.; et al. Deploying a Novel 5G-Enabled Architecture on City Infrastructure for Ultra-High Definition and Immersive Media Production and Broadcasting. IEEE Trans. Broadcast. 2019, 65, 392–403. [Google Scholar] [CrossRef]
- Open5GS. Open Source Project of 5GC and EPC (Release-16). Available online: https://open5gs.org/ (accessed on 5 October 2021).
KPI | Barcelona | Bristol | Lucca |
---|---|---|---|
User Experienced Data Rate | Mbps | Mbps | Mbps |
Data Plane Delay | ms | ms | 8 ms |
Slice Deployment Time | s | s | s |
Service Instantiation Time | s | s | s |
Service Scaling Time | s | s | s |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
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, 8103. https://doi.org/10.3390/s21238103
Fernández-Fernández A, Colman-Meixner C, Ochoa-Aday L, Betzler A, Khalili H, Siddiqui MS, Carrozzo G, Figuerola S, Nejabati R, Simeonidou D. Validating a 5G-Enabled Neutral Host Framework in City-Wide Deployments. Sensors. 2021; 21(23):8103. https://doi.org/10.3390/s21238103
Chicago/Turabian StyleFernández-Fernández, Adriana, Carlos Colman-Meixner, Leonardo Ochoa-Aday, August Betzler, Hamzeh Khalili, Muhammad Shuaib Siddiqui, Gino Carrozzo, Sergi Figuerola, Reza Nejabati, and Dimitra Simeonidou. 2021. "Validating a 5G-Enabled Neutral Host Framework in City-Wide Deployments" Sensors 21, no. 23: 8103. https://doi.org/10.3390/s21238103
APA StyleFerná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. (2021). Validating a 5G-Enabled Neutral Host Framework in City-Wide Deployments. Sensors, 21(23), 8103. https://doi.org/10.3390/s21238103