blob: 222c393d828303f658b72679528e9197140bc118 [file] [log] [blame]
ajayb3f40982021-12-08 14:26:11 -08001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
Zack Williamsccaa38a2021-11-16 15:36:05 -07005SD-Core 1.0 Release
6===================
7
ajayd19711c2021-12-07 12:07:04 -08008SD-Core support 4G & 5G network functions. SD-Core gives configuration APIs, metrics APIs.
9Access network can connected to AMF or MME depending on type of access used.
10
Zack Williamsccaa38a2021-11-16 15:36:05 -070011Highlights
12----------
13
ajayd19711c2021-12-07 12:07:04 -080014 - 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
ajay07514982021-12-07 22:24:32 -080032 - More details about 3gpp compliance can be found at (see :ref:`4g-compliance`)
33 and (see :ref:`5g-compliance`)
ajayd19711c2021-12-07 12:07:04 -080034
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
ajay07514982021-12-07 22:24:32 -080064 filtering can be found at - `TODO </overview/3gpp-compliance-4g>`
ajayd19711c2021-12-07 12:07:04 -080065
Zack Williamsccaa38a2021-11-16 15:36:05 -070066New Features and Improvements
67-----------------------------
68
69Testing
70-------
71
ajayd19711c2021-12-07 12:07:04 -080072 - CI Run for all SD-Core repository
73 - Common Repository like simapp, config pod changes trigger CI for 4G/5G
74
Zack Williamsccaa38a2021-11-16 15:36:05 -070075Documentation
76-------------
77
ajayd19711c2021-12-07 12:07:04 -080078SD-Core documentation is available at `docs.sd-core.opennetworking.org
Zack Williamsccaa38a2021-11-16 15:36:05 -070079<https://docs.sd-core.opennetworking.org>`_
80
81
82Known Issues and Limitations
83----------------------------
84
ajay07514982021-12-07 22:24:32 -080085 - For any 3gpp release compliance refer - (see :ref:`4g-compliance`) and (see :ref:`5g-compliance`)
ajayd19711c2021-12-07 12:07:04 -080086 - Same IMSI can not part of multiple slices
ajay07514982021-12-07 22:24:32 -080087 - Only 5 application filtering rules can be added per Slice
ajayd19711c2021-12-07 12:07:04 -080088
Zack Williamsccaa38a2021-11-16 15:36:05 -070089Component Versions in the 1.0 Release
90-------------------------------------
91
92Helm Chart Versions and their component charts and containers:
93
ajay07514982021-12-07 22:24:32 -080094* 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``