ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
ajay | ce0380c | 2021-12-14 21:51:00 -0800 | [diff] [blame] | 5 | Introduction |
| 6 | ============ |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 7 | |
ajay | b5ad6db | 2021-12-09 15:23:24 -0800 | [diff] [blame] | 8 | SD-Core™ is the Open Networking Foundation™ (ONF)’s open source, flexible, agile, |
| 9 | scalable, and configurable dual-mode 4G/5G mobile core network solution that enables a |
| 10 | cloud-based Connectivity-as-a-Service. SD-Core builds and enhances on ONF’s 4G Open |
| 11 | Mobile Evolved Core (OMEC)™ as well as the free5GC© core network platform to create a |
| 12 | dual-mode solution that supports LTE, 5G NSA and 5G SA services optimized for hybrid-cloud |
| 13 | environments. |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 14 | |
ajay | b5ad6db | 2021-12-09 15:23:24 -0800 | [diff] [blame] | 15 | Its centralized dual-mode mobile core control plane has been designed to control many UPFs |
| 16 | distributed across many edge clouds around the world. This makes SD-Core the ideal open |
| 17 | source platform to offer cloud-based Private 4G/5G connectivity services to enterprises |
| 18 | as an enabler for Industry 4.0 transformation. |
| 19 | |
| 20 | SD-Core provides a rich set of APIs for runtime configurability of each of its services, as well |
| 21 | as supporting subscriber management via third party applications. These APIs provide |
| 22 | extensive telemetry capabilities that enable monitoring, logging, and alerts, with integrated |
| 23 | verification and closed-loop control solutions. With operator and customer facing portals, |
| 24 | SD-Core can be configured for dynamically programmable network slicing, subscriber, QoS |
| 25 | and policy management, providing precise access control for users, devices, data networks |
| 26 | and edge applications. |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 27 | |
ajay | ce0380c | 2021-12-14 21:51:00 -0800 | [diff] [blame] | 28 | Overview |
| 29 | -------- |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 30 | |
| 31 | - Ensure only authenticated mobile devices have network access |
| 32 | - Provides IP connectivity for data & voice services |
| 33 | - Ensures connectivity adheres to QoS and network slice policies |
| 34 | - Tracks user mobility to ensure uninterrupted service |
| 35 | - Tracks subscriber usage |
| 36 | |
| 37 | .. image:: ../_static/images/SD-Core-Overview.png |
| 38 | :width: 700px |
| 39 | |
ajay | b5ad6db | 2021-12-09 15:23:24 -0800 | [diff] [blame] | 40 | SD-Core uses OMEC and free5GC as baseline components, integrates the two for dual-mode operation, and provides |
| 41 | significant new functionality to optimize delivery of Connectivity-as-a-Service from the |
| 42 | hybrid cloud. It is of course also possible to use SD-Core to provide 4G-only, or 5G-only |
| 43 | connectivity using standard 3GPP interfaces. |
| 44 | |
| 45 | In order to optimize for the hybrid cloud and to support emerging Industry 4.0 use cases, |
| 46 | SD-Core includes multiple user plane functions (UPFs) to handle different classes of |
| 47 | enterprise traffic: |
| 48 | |
| 49 | - A P4-based UPF offloads the packet processing and forwarding operations to a |
| 50 | programmable edge fabric to achieve significant performance with much higher |
| 51 | bandwidths, significantly lower latencies, and highly predictable very low jitter, albeit |
| 52 | for a relatively modest number of devices/flows |
| 53 | - A containerized, highly scalable solution provides high performance by leveraging |
| 54 | acceleration technologies like DPDK. |
| 55 | |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 56 | SD-Core is an Integral Part of Aether |
| 57 | ------------------------------------- |
| 58 | |
| 59 | - SD-Core is an integral component of Aether, ONF’s 5G Connected Edge platform for |
| 60 | private mobile connectivity and edge cloud services. |
| 61 | - SD-Core provides the 4G/5G connectivity and the SD-Core control plane at the central |
ajay | b5ad6db | 2021-12-09 15:23:24 -0800 | [diff] [blame] | 62 | site controls multiple user plane components running at each Aether Edge site. |
ajay | b3f4098 | 2021-12-08 14:26:11 -0800 | [diff] [blame] | 63 | |
| 64 | .. image:: ../_static/images/Sd-Core-Aether-Integral.jpg |
| 65 | :width: 700px |