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 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 5 | SD-Core 1.0 Release |
| 6 | =================== |
| 7 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 8 | SD-Core support 4G & 5G network functions. SD-Core gives configuration APIs, metrics APIs. |
| 9 | Access network can connected to AMF or MME depending on type of access used. |
| 10 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 11 | Highlights |
| 12 | ---------- |
| 13 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 14 | - REST configuration interface support |
| 15 | |
| 16 | - Network Slices can be added, deleted, modified using REST interface |
| 17 | - ``Refer Configuration Guide for more details`` |
| 18 | |
| 19 | - SIMapp support for subscriber management |
| 20 | |
| 21 | - created to add subscriber contents in webui/config4g pod |
| 22 | - Simapp also supports addition of network slice, device group in the SD-Core (5G/4G) |
| 23 | - Simapp can update the configuration during runtime (add, delete, modify config) |
| 24 | - Support of API to send the Network Slice & Device Group slice when configPod asks for it |
| 25 | |
| 26 | - 5G Specific Features |
| 27 | |
| 28 | - 3gpp Supported & Validated Procedures are, |
| 29 | |
| 30 | - UE Registration/De-registration |
| 31 | - UE PDU Establishment/modification/Deletion |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 32 | - More details about 3gpp compliance can be found at (see :ref:`4g-compliance`) |
| 33 | and (see :ref:`5g-compliance`) |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 34 | |
| 35 | - Multiple PLMN support. Sending multiple PLMNs in NRF registration |
| 36 | - Error handling on all interfaces. This includes message retransmission, |
| 37 | rejected response handling, no response handling |
| 38 | |
| 39 | - 4G specific features |
| 40 | - APN based Selection of User Plane Network function. |
| 41 | - CUPS compliant control plane |
| 42 | |
| 43 | - Metrics |
| 44 | |
| 45 | - Subscriber metrics |
| 46 | - eNB/gNB metrics |
| 47 | |
| 48 | - Scale Support |
| 49 | |
| 50 | - 4G - 16K calls at the rate of 100 calls have been tried |
| 51 | - Handover rate of 50 handovers per second is supported by SD-Core |
| 52 | - 5G - 5000 Calls at the rate of 10 calls per second |
| 53 | |
| 54 | - Operations Feature |
| 55 | |
| 56 | - UE/IMSI can be added while SD-Core is running |
| 57 | - Network slice can be created in runtime |
| 58 | - UE/IMSI can be removed from the slice at any time |
| 59 | |
| 60 | - Application Filtering |
| 61 | |
| 62 | - When multiple slices are created then devices in the slice can |
| 63 | have access to only specified networks. More details of the application |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 64 | filtering can be found at - `TODO </overview/3gpp-compliance-4g>` |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 65 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 66 | New Features and Improvements |
| 67 | ----------------------------- |
| 68 | |
| 69 | Testing |
| 70 | ------- |
| 71 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 72 | - CI Run for all SD-Core repository |
| 73 | - Common Repository like simapp, config pod changes trigger CI for 4G/5G |
| 74 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 75 | Documentation |
| 76 | ------------- |
| 77 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 78 | SD-Core documentation is available at `docs.sd-core.opennetworking.org |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 79 | <https://docs.sd-core.opennetworking.org>`_ |
| 80 | |
| 81 | |
| 82 | Known Issues and Limitations |
| 83 | ---------------------------- |
| 84 | |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 85 | - For any 3gpp release compliance refer - (see :ref:`4g-compliance`) and (see :ref:`5g-compliance`) |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 86 | - Same IMSI can not part of multiple slices |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 87 | - Only 5 application filtering rules can be added per Slice |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame] | 88 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 89 | Component Versions in the 1.0 Release |
| 90 | ------------------------------------- |
| 91 | |
| 92 | Helm Chart Versions and their component charts and containers: |
| 93 | |
ajay | 0751498 | 2021-12-07 22:24:32 -0800 | [diff] [blame] | 94 | * sdcore-helm-chart: ``0.9.14`` |
| 95 | * omec-control-plane: ``0.9.13`` |
| 96 | * hssdb: ``registry.aetherproject.org/proxy/omecproject/c3po-hssdb:master-771c0c3`` |
| 97 | * hss : ``registry.aetherproject.org/proxy/omecproject/c3po-hss:master-771c0c3`` |
| 98 | * pcrf : ``registry.aetherproject.org/proxy/omecproject/c3po-pcrf:pcrf-a6bdc3d`` |
| 99 | * pcrfdb : ``registry.aetherproject.org/proxy/omecproject/c3po-pcrf:pcrf-a6bdc3d`` |
| 100 | * config4g : ``registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-03d4139`` |
| 101 | * spgwc : ``registry.aetherproject.org/omecproject/spgw:master-282dc78`` |
| 102 | * mme : ``registry.aetherproject.org/proxy/omecproject/nucleus:master-1225da6`` |
| 103 | * omec-sub-provision: ``0.3.2`` |
| 104 | * simapp: ``registry.aetherproject.org/omecproject/simapp:main-329c82d`` |
| 105 | * 5g-control-plane: ``0.5.5`` |
| 106 | * amf: ``registry.aetherproject.org/omecproject/5gc-amf:onf-release3.0.5-9683d5c`` |
| 107 | * smf: ``registry.aetherproject.org/omecproject/5gc-smf:onf-release3.0.5-46dfe2d`` |
| 108 | * nrf: ``registry.aetherproject.org/omecproject/5gc-nrf:onf-release3.0.5-13304e8`` |
| 109 | * nssf: ``registry.aetherproject.org/omecproject/5gc-nssf:onf-release3.0.5-aa3a60b`` |
| 110 | * pcf: ``registry.aetherproject.org/omecproject/5gc-pcf:onf-release3.0.5-9f7734b`` |
| 111 | * udm: ``registry.aetherproject.org/omecproject/5gc-udm:onf-release3.0.5-c28433a`` |
| 112 | * udr: ``registry.aetherproject.org/omecproject/5gc-udr:onf-release3.0.5-deef506`` |
| 113 | * ausf: ``registry.aetherproject.org/omecproject/5gc-ausf:onf-release3.0.5-be7d4ac`` |