Skip to content

Commit 2f7a372

Browse files
authored
Improve documentation index (omec-project#96)
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
1 parent bfc06c9 commit 2f7a372

File tree

2 files changed

+40
-12
lines changed

2 files changed

+40
-12
lines changed

conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ def get_version():
2828

2929
# -- Project information -----------------------------------------------------
3030

31-
project = u'SD-Core Docs'
31+
project = u'SD-Core'
3232
copyright = u'2021-current, Open Networking Foundation'
3333
author = u'Open Networking Foundation'
3434

3535
# The short X.Y version
3636
version = get_version()
3737

3838
# The full version, including alpha/beta/rc tags
39-
release = version
39+
# release = version # Temporarily set to 'Latest'
40+
release = u'Latest'
4041

4142
# -- General configuration ---------------------------------------------------
4243

troubleshooting/flowchart.rst

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,43 @@
11
..
2+
SPDX-FileCopyrightText: 2026 Intel Corporation
23
SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
34
SPDX-License-Identifier: Apache-2.0
45
5-
Connectivity Troubleshooting FlowChart
6-
======================================
6+
Connectivity Troubleshooting
7+
============================
78

8-
4G Metrics
9-
----------
10-
- eNB Status
11-
- Subscriber information: IP address, IMSI
9+
This section provides guidance for troubleshooting connectivity issues in SD-Core deployments.
1210

13-
5G metrics
14-
----------
15-
- eNB Status
16-
- Subscriber information: IP address, IMSI
11+
Key Metrics to Monitor
12+
----------------------
13+
14+
4G Networks
15+
^^^^^^^^^^^
16+
17+
When troubleshooting 4G connectivity issues, monitor the following:
18+
19+
- **eNB Status**: Check if the eNodeB is properly connected and registered
20+
- **Subscriber Information**: Verify IP address allocation and IMSI registration
21+
- **Bearer Status**: Ensure default and dedicated bearers are established correctly
22+
- **S1-AP Connection**: Verify the control plane connection between eNB and MME
23+
- **S1-U Connection**: Check the user plane connection between eNB and SGW/PGW
24+
25+
5G Networks
26+
^^^^^^^^^^^
27+
28+
When troubleshooting 5G connectivity issues, monitor the following:
29+
30+
- **gNB Status**: Check if the gNodeB is properly connected and registered
31+
- **Subscriber Information**: Verify IP address allocation and IMSI/SUPI registration
32+
- **PDU Session Status**: Ensure PDU sessions are established correctly
33+
- **NG-AP Connection**: Verify the control plane connection between gNB and AMF
34+
- **N3 Connection**: Check the user plane connection between gNB and UPF
35+
36+
Common Troubleshooting Steps
37+
----------------------------
38+
39+
1. **Verify Pod Status**: Ensure all SD-Core pods are running without errors
40+
2. **Check Logs**: Review logs from relevant network functions (AMF, SMF, UPF, etc.)
41+
3. **Validate Configuration**: Confirm subscriber, device group, and network slice configurations
42+
4. **Network Connectivity**: Test connectivity between components
43+
5. **Resource Availability**: Check CPU, memory, and network resources

0 commit comments

Comments
 (0)