blob: fd16dbfd205bfa8ccea789e8d13edf69daa1d4cf [file] [log] [blame]
Zack Williamsccaa38a2021-11-16 15:36:05 -07001SD-Core 1.0 Release
2===================
3
ajayd19711c2021-12-07 12:07:04 -08004SD-Core support 4G & 5G network functions. SD-Core gives configuration APIs, metrics APIs.
5Access network can connected to AMF or MME depending on type of access used.
6
Zack Williamsccaa38a2021-11-16 15:36:05 -07007Highlights
8----------
9
ajayd19711c2021-12-07 12:07:04 -080010 - 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 Williamsccaa38a2021-11-16 15:36:05 -070061New Features and Improvements
62-----------------------------
63
64Testing
65-------
66
ajayd19711c2021-12-07 12:07:04 -080067 - CI Run for all SD-Core repository
68 - Common Repository like simapp, config pod changes trigger CI for 4G/5G
69
Zack Williamsccaa38a2021-11-16 15:36:05 -070070Documentation
71-------------
72
ajayd19711c2021-12-07 12:07:04 -080073SD-Core documentation is available at `docs.sd-core.opennetworking.org
Zack Williamsccaa38a2021-11-16 15:36:05 -070074<https://docs.sd-core.opennetworking.org>`_
75
76
77Known Issues and Limitations
78----------------------------
79
ajayd19711c2021-12-07 12:07:04 -080080 - Dedicated bearers are not supported in SD-Core
81 - Same IMSI can not part of multiple slices
82
Zack Williamsccaa38a2021-11-16 15:36:05 -070083Component Versions in the 1.0 Release
84-------------------------------------
85
86Helm Chart Versions and their component charts and containers:
87
88* sdcore-helm-chart: ``0.1.0``
Zack Williamsccaa38a2021-11-16 15:36:05 -070089 * omec-control-plane: ``0.1.0``
Zack Williamsccaa38a2021-11-16 15:36:05 -070090 * hssdb: ``c3po-hssdb:0.1.0``
ajay60fd69f2021-11-23 22:38:10 -080091 * 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``