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