You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **Does SD-Core support for roaming architecture?**
8
+
**Does SD-Core support roaming architecture?**
9
9
10
-
*SD-Core is primarily focused for private 5G & private LTE use cases and*
11
-
*hence roaming aspects of architecture are not supported.*
10
+
SD-Core is primarily focused on private 5G and private LTE use cases, and
11
+
therefore roaming aspects of the architecture are not currently supported.
12
12
13
-
* **Does SD-Core support charging functionality or CHF (charging network function)?**
13
+
**Does SD-Core support charging functionality or CHF (Charging Network Function)?**
14
14
15
-
*SD-Core is primarily focussed for private 5G & private LTE use cases and*
16
-
*hence chargingrelated aspects are not supported.*
15
+
SD-Core is primarily focused on private 5G and private LTE use cases, and
16
+
therefore charging-related aspects are not currently supported.
17
17
18
-
* **Is SD-Core/5G-Core cloud native?**
18
+
**Is SD-Core/5G-Core cloud native?**
19
19
20
-
*SD-Core is not cloud native, but it runs in K8s environment.*
21
-
*As per road map AMF, SMF will be cloud native by the Q3 of 2022. This is WIP.*
20
+
SD-Core components are designed to run in Kubernetes environments with cloud-native
21
+
principles including containerization, scalability, and dynamic configuration.
22
22
23
-
* **What are the changes omec 5G has on top of free5gc?**
23
+
**What is SD-Core's relationship with free5GC?**
24
24
25
-
* Configuration APIs to configure all network functions
26
-
* QoS support at default flow and per application flow
27
-
* 5000 subscribers with 10 calls per second stability achieved (Single Instance)
28
-
* Error cases with UPF connectivity fixed
29
-
* Error case of no response or message retransmission towards UPF
30
-
* Error cases with Network functions restarts fixed
31
-
* Stability issues on NGAP interfaces and N1 interfaces fixed
32
-
* 100+ code commits to achieve code stability
33
-
* 3gpp compliance of 5G core is added in SD core documentation
34
-
* per UE FSM in AMF & SMF
35
-
* Transaction support in AMF & SMF
36
-
* UE address allocation by UPF support at SMF
37
-
* **There are many more changes done and above are just high level summary**
38
-
* Go through `google document link <https://docs.google.com/document/d/1B4WQdgK5QwLcsmgg9qMRP0lupawVzh1F8N5YjTpLBCM/edit#>`_ to get more details about changes.
25
+
SD-Core's 5G control plane leverages seed code from the free5GC project, upon which
26
+
the SD-Core community has implemented numerous architectural enhancements and optimizations.
27
+
Key improvements include:
39
28
40
-
* **Network Performance Testing of SD-Core**
29
+
- Configuration APIs to configure all network functions
30
+
- QoS support for default flows and per-application flows
31
+
- Stability improvements supporting 5000 subscribers with 10 calls per second
32
+
(single instance)
33
+
- Fixed error cases related to UPF connectivity
34
+
- Improved handling of message retransmission and timeout scenarios with UPF
35
+
- Enhanced stability during network function restarts
36
+
- Stability improvements on NGAP and N1 interfaces
37
+
- Over 100 code commits focused on stability improvements
38
+
- 3GPP compliance documentation for 5G core
39
+
- Per-UE Finite State Machine (FSM) in AMF and SMF
40
+
- Transaction support in AMF and SMF
41
+
- UE address allocation by UPF support in SMF
41
42
42
-
*No performance results available. Limited scale testing is performed to check*
43
-
*the control plane subscriber capacity and transaction rate. But still its not*
44
-
*formal enough to share with wider community. Watch out for release notes and testing
45
-
*section to get current performance results*
43
+
This is a high-level summary. For more details, see the
0 commit comments