blob: 2d79b40f04ba71c9b8a9806b1a3c055fffcb2a27 [file] [log] [blame]
Ajay Lotan Thakur4a85af92022-10-17 10:22:45 -07001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
5SD-Core Next Release
6========================
7
8We expect next SD-Core release to be available in the mid of **Jan 2023**.
9
10Metrics Support
11----------------
12
13 - Creating SD-Core metrics dashboard for 5G
14 - Should handle multiple instances of AMF, SMF
15 - Example statistics could be - `Number of UEs, UE status, UPFs status, gNB status, UE details`
16
17Extensions of AMF, SMF Cloud Native Support
18-------------------------------------------
19
20 - Robustness test with multiple AMF, SMF
21 - Auto scale AMF, SMF with CPU/Memory/Custom metrics
Ajay Lotan Thakur669c5f52022-12-06 22:42:14 -080022 - Adding SBI Load Balancer
Ajay Lotan Thakur4a85af92022-10-17 10:22:45 -070023 - Multiple instances of SCTP LBs
24 - Multiple instances of UPF adapter
Ajay Lotan Thakur4a85af92022-10-17 10:22:45 -070025
26Cloud Native UPF
27----------------
28
29 - Running multiple instances of UPF
30 - Storing states in DB
31
32gNBSim Features
33----------------
34
35 - gNBSim deployment as single docker container
36 - Running multiple gNodeBs under same gNBSim container
37 - gNodeB handover support
38
39NRF Notification
40----------------
41
42 - NRF discovery result cache support
Ajay Lotan Thakur669c5f52022-12-06 22:42:14 -080043 - NRF notification integration in AMF, SMF
44 - SCTPLb to use NRF notification, discovery APIs (postponed)
45 - Distributed Resource Sharing Module (DRSM) to use NRF notification & discovery APIs
46 - UPF Adapter to use NRF notification & discovery APIs
47
48Redundancy Events
49-----------------
50
51 - Testing restart of Sctplb
52 - Testing restart of upf adapter
53 - Testing restart of metric function
Ajay Lotan Thakur4a85af92022-10-17 10:22:45 -070054
55.. note::
56 Some of the features mentioned above are stretch goals and we rely on community members to
57 submit the code. There is chance that some of the code may not be able to make it to next
58 release.