Skip to content

Commit

Permalink
2023.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Esawi committed Mar 11, 2024
1 parent ada05f5 commit e913b09
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 38 deletions.
Binary file modified docs/cu-configuration/config_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/cu-configuration/cu_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/cu-configuration/topology_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/accelleran_logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 11 additions & 19 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Operational User Guide
# Operational User Guide

## 1. Introduction

Expand All @@ -18,15 +18,15 @@ This system release contains

| component | version |
|--------------|--------------------------------|
| RIC | 6.5.2 |
| CU CHART | 6.0.0 |
| CU APP | R4.2.3_jupiler |
| DU | 2023-05-08-q1-patch-release-01 |
| L1 | 8.7.4 |
| RIC | 7.0.0 |
| CU CHART | 7.0.0 |
| CU APP | R4.3.12_leffe |
| cell wrapper config | 0.2.4 |
| Effnet-DU | 2024-01-31-q3-patch-release-01-8.7.4 |
| Phluido-UL1 | 8.7.4 |
| BNTL650 | 0.7.0 |
| BNTL550 | 0.5.2/0.6.0 |
| cell wrapper | 2.3.0 |
| DU/RU | 5.1.0.30736 |
| BNTL550 | 0.7.1 |
| NodeH-DU/RU | 5.2.0.32092 |

## 3. Dashboard

Expand All @@ -51,15 +51,8 @@ The DRAX dashboard also uses grafana to view measurements and counters.
- UE Measured SINR
- DL Throughput on the NG-Interface per UE.
- UL Throughput on the NG-Interface per UE.
- Accessibility and Mobility Counters (e.g. Number of RRC Attempts or Number of Handover Execution Successes) can be viewed in the **5G PM Counters** dashboard. The dashboard includes:
- RRC Connection Attempts and sub-counters for each of the connection attempt cause (MO Signalling, MO Data, ... etc)
- RRC Connection Successes and sub-counters for each of the connection success causes (MO Signalling, MO Data, ... etc)
- PDU Session Setup Requests.
- PDU Session Setup Failures.
- Intra-gNB Handover Execution Attempts.
- Intra-gNB Handover Execution Successes.
- Mean and Max Number of RRC Connections.
> PS: The definition of these counters are included in 3GPP TS 28.552 .
- Accessibility and Mobility Counters (e.g. Number of RRC Attempts or Number of Handover Execution Successes) can be viewed in the **5G PM Counters** dashboard.
> PS: The definition of these counters are included in 3GPP TS 28.552 .
- A live view of the RIC/CU/CellWrapper Logs can be viewed using the **Loki Log Dashboard**.

Example **5G UE Monitoring** report:
Expand Down Expand Up @@ -88,7 +81,6 @@ Below sections will give more information on how to change some of the RAN param
* [RU/DU Configuraiton](modifying-ran650-or-ran550/index.md)
* [Handover Configuration](handover-configuration/index.md)
* [MOCN and Slicing](mocn-and-slicing/index.md)
* [Split 2 RU/DU Configuration](nodeh-du-ru-operation/index.md)
* [Logs Collection](logs-collection/index.md)


Expand Down
Binary file modified docs/logs-collection/grafana_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 5 additions & 17 deletions docs/logs-collection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ A directory in the DU machine with the DU/L1 logs and configuration files will b
A tcpdump on the CU VM can be started before running the test case to save all the packets exchanged between the core <-> CU <-> DU.

- Below command can be used from within the CU VM.
```bash
tcpdump -i enp1s0 'sctp' -w cu_side_trace.pcap
```

> - This is assuming the interface the CU VM is using is "enp1s0", please change it according to your setup.
> - It is better to save only sctp data unless the test/debug case in question is related to user plane packets otherwise use "sctp or udp" in the command.
> - This is assuming the interface the CU VM is using is ```enp1s0```, please change it according to your setup.
> - It is better to save only sctp data unless the test/debug case in question is related to user plane packets otherwise use ```sctp or port 2152``` in the command.
To save the CU logs:

- Create a file named collect_logs.sh with the content below.
- By default it will save the logs of the last 10minutes but to save the logs of the last 20mins for example, run: "``` ./collect_logs.sh 10```"
- By default it will save the logs of the last 10minutes but to save the logs of the last 20mins for example, run: ``` ./collect_logs.sh 10```
- The log files will be saved in below two files: ```/tmp/logs.tar.gz``` and ```/tmp/logs-previous.tar.gz```

```bash
Expand Down Expand Up @@ -72,13 +74,6 @@ done

LOGFILE="${LOGDIR}/version.txt"
helm list > "$LOGFILE"
{
kubectl get pods
helm status acc-5g-cu-cp
helm status acc-5g-cu-up
helm status ric
helm status cw
} > "$LOGFILE"

tar czf "$LOGDIR.tar.gz" "$LOGDIR"
rm -r "$LOGDIR"
Expand Down Expand Up @@ -114,13 +109,6 @@ done

LOGFILE="${LOGDIR}/version.txt"
helm list > "$LOGFILE"
{
kubectl get pods
helm status acc-5g-cu-cp
helm status acc-5g-cu-up
helm status ric
helm status cw
} > "$LOGFILE"

tar czf "$LOGDIR.tar.gz" "$LOGDIR"
rm -r "$LOGDIR"
Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Accelleran 5G O-RAN System - 2023.2.0 release
site_name: Accelleran 5G O-RAN System Operational Guide [2023.3.0]

site_url: https://accelleran.github.io/ran-operation-guide/
theme:
Expand Down Expand Up @@ -41,5 +41,4 @@ nav:
- 'modifying-ran650-or-ran550/index.md'
- 'handover-configuration/index.md'
- 'mocn-and-slicing/index.md'
- 'nodeh-du-ru-operation/index.md'
- 'logs-collection/index.md'

0 comments on commit e913b09

Please sign in to comment.