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 |
| 28 | - ``More details about Compliance can be found in compliance section`` |
| 29 | |
| 30 | - Multiple PLMN support. Sending multiple PLMNs in NRF registration |
| 31 | - Error handling on all interfaces. This includes message retransmission, |
| 32 | rejected response handling, no response handling |
| 33 | |
| 34 | - 4G specific features |
| 35 | - APN based Selection of User Plane Network function. |
| 36 | - CUPS compliant control plane |
| 37 | |
| 38 | - Metrics |
| 39 | |
| 40 | - Subscriber metrics |
| 41 | - eNB/gNB metrics |
| 42 | |
| 43 | - Scale Support |
| 44 | |
| 45 | - 4G - 16K calls at the rate of 100 calls have been tried |
| 46 | - Handover rate of 50 handovers per second is supported by SD-Core |
| 47 | - 5G - 5000 Calls at the rate of 10 calls per second |
| 48 | |
| 49 | - Operations Feature |
| 50 | |
| 51 | - UE/IMSI can be added while SD-Core is running |
| 52 | - Network slice can be created in runtime |
| 53 | - UE/IMSI can be removed from the slice at any time |
| 54 | |
| 55 | - Application Filtering |
| 56 | |
| 57 | - When multiple slices are created then devices in the slice can |
| 58 | have access to only specified networks. More details of the application |
| 59 | filtering can be found at - ``TODO`` |
| 60 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 61 | New Features and Improvements |
| 62 | ----------------------------- |
| 63 | |
| 64 | Testing |
| 65 | ------- |
| 66 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame^] | 67 | - CI Run for all SD-Core repository |
| 68 | - Common Repository like simapp, config pod changes trigger CI for 4G/5G |
| 69 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 70 | Documentation |
| 71 | ------------- |
| 72 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame^] | 73 | SD-Core documentation is available at `docs.sd-core.opennetworking.org |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 74 | <https://docs.sd-core.opennetworking.org>`_ |
| 75 | |
| 76 | |
| 77 | Known Issues and Limitations |
| 78 | ---------------------------- |
| 79 | |
ajay | d19711c | 2021-12-07 12:07:04 -0800 | [diff] [blame^] | 80 | - Dedicated bearers are not supported in SD-Core |
| 81 | - Same IMSI can not part of multiple slices |
| 82 | |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 83 | Component Versions in the 1.0 Release |
| 84 | ------------------------------------- |
| 85 | |
| 86 | Helm Chart Versions and their component charts and containers: |
| 87 | |
| 88 | * sdcore-helm-chart: ``0.1.0`` |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 89 | * omec-control-plane: ``0.1.0`` |
Zack Williams | ccaa38a | 2021-11-16 15:36:05 -0700 | [diff] [blame] | 90 | * hssdb: ``c3po-hssdb:0.1.0`` |
ajay | 60fd69f | 2021-11-23 22:38:10 -0800 | [diff] [blame] | 91 | * hss : ``TODO`` |
| 92 | * pcrf : ``TODO`` |
| 93 | * pcrfdb : ``TODO`` |
| 94 | * config4g : ``TODO`` |
| 95 | * spgw : ``TODO`` |
| 96 | * mme : ``TODO`` |
| 97 | * omec-sub-provision: ``TODO`` |
| 98 | * simapp: ``TODO`` |
| 99 | * 5g-control-plane: ``TODO`` |
| 100 | * amf: ``TODO`` |
| 101 | * smf: ``TODO`` |
| 102 | * nrf: ``TODO`` |
| 103 | * nssf: ``TODO`` |
| 104 | * pcf: ``TODO`` |
| 105 | * udm: ``TODO`` |
| 106 | * udr: ``TODO`` |
| 107 | * ausf: ``TODO`` |