Skip to content

Commit c6a8dc3

Browse files
committed
Update README
1 parent 2ffbed2 commit c6a8dc3

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,14 @@ The Figure below describes the contribution of OIE over ns-O-RAN project.
105105

106106
- Implemented from scratch
107107
108-
### 4.2 The implementation of KPM and RC
108+
### 4.2 The implementation of KPM, RC and CCC SM
109109

110110
1. Update the KPM ASN and model to KPM v3.00
111111

112112
2. Update the RC ASN and model to RC v1.03
113113

114+
3. Add CCC service model v06.00
115+
114116
### 4.3 Energy Saving under Cell Utilization (ES) xApp operation
115117

116118

@@ -134,8 +136,11 @@ The Figure below describes the contribution of OIE over ns-O-RAN project.
134136

135137
3. Cell deep-sleep implementation
136138

139+
4. RF Reconfiguration Scenario to Support the Energy-Saving Use Case.
140+
141+
5. Add CCC servic model and its handler functions.
137142

138-
4. **New run flags:**
143+
6. **New run flags:**
139144

140145
```
141146
--KPM_E2functionID=(double)
@@ -154,6 +159,7 @@ The Figure below describes the contribution of OIE over ns-O-RAN project.
154159
3. Run/Stop simulation from GUI with selection of simulation parameters
155160
5. Observe cell allocation and UEs positions
156161
6. Energy Saving Dashboard (Observe QoS KPIs,Energy State and Energy Consumpetion before and after ES xApp execuation)
162+
7. RF channel Reconfiguration Dashboard ( Observe UE Dl throughput , network avgPower, indication message conntent, Control message conntent and Power and Energy Consuption)
157163
7. A1 Policy Managment Dashboard (Set and Get for A1 Policies)
158164
9. Grafana platform deployed to observe simulation results
159165

@@ -437,7 +443,18 @@ To run kpm-rc xApp with 5G-LENA module
437443
5. Navigate to '/path/to/flexric/build/examples/xApp/c/kpm_rc ' and then run './xapp_kpm_rc'.
438444
6. To enable running xApp triggering from GUI, please copy two scripts from '/path/to/mmwave-LENA-oran/GUI/FlexRIC xApp GUI trigger' to '/path/to/flexric" and then type "python3 xApp_trigger.py"
439445

440-
#### 6.4.6 Observe KPIs with Grafana
446+
#### 6.4.6 RF Channel Reconfiguration xApp operation.
447+
To run RF channel REcnfiguration xApp with 5G-Lena module
448+
449+
1. Switch to flexric [OIE-add-CCC](https://gitlab.eurecom.fr/mosaic5g/flexric.git) branch .
450+
2. run './nearRT-RIC' following step 2 in 6.4.5 .
451+
3. Use The RIC-TaaP Studio, following Section 6.4.3, Points 1,2,3 and 4.
452+
4. Run the ***RF_Reconfiguration.cc*** scenario from RIC-TaaP Studio.
453+
5. Navigate to '/path/to/flexric/build/examples/xApp/c/orange' and then run './rf_reconfiguration_xapp' .
454+
6. you can monitor the RF channel reconfiguration KPIs from observe channel reconfiguration tab .
455+
![ns-O-RAN](fig/10.png)
456+
457+
#### 6.4.7 Observe KPIs with Grafana
441458
1. Grafana is being deployed together with GUI through Docker Compose.<br />
442459
2. It can be accessed by typing 127.0.0.1:3000 or 'NS3_HOST':3000 in the browser. <br />
443460
3. Default user/password: admin/admin

fig/10.png

819 KB
Loading

0 commit comments

Comments
 (0)