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
Copy file name to clipboardExpand all lines: README.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,12 +105,14 @@ The Figure below describes the contribution of OIE over ns-O-RAN project.
105
105
106
106
- Implemented from scratch
107
107
108
-
### 4.2 The implementation of KPMand RC
108
+
### 4.2 The implementation of KPM, RC and CCC SM
109
109
110
110
1. Update the KPM ASN and model to KPM v3.00
111
111
112
112
2. Update the RC ASN and model to RC v1.03
113
113
114
+
3. Add CCC service model v06.00
115
+
114
116
### 4.3 Energy Saving under Cell Utilization (ES) xApp operation
115
117
116
118
@@ -134,8 +136,11 @@ The Figure below describes the contribution of OIE over ns-O-RAN project.
134
136
135
137
3. Cell deep-sleep implementation
136
138
139
+
4. RF Reconfiguration Scenario to Support the Energy-Saving Use Case.
140
+
141
+
5. Add CCC servic model and its handler functions.
137
142
138
-
4.**New run flags:**
143
+
6.**New run flags:**
139
144
140
145
```
141
146
--KPM_E2functionID=(double)
@@ -154,6 +159,7 @@ The Figure below describes the contribution of OIE over ns-O-RAN project.
154
159
3. Run/Stop simulation from GUI with selection of simulation parameters
155
160
5. Observe cell allocation and UEs positions
156
161
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)
157
163
7. A1 Policy Managment Dashboard (Set and Get for A1 Policies)
158
164
9. Grafana platform deployed to observe simulation results
159
165
@@ -437,7 +443,18 @@ To run kpm-rc xApp with 5G-LENA module
437
443
5. Navigate to '/path/to/flexric/build/examples/xApp/c/kpm_rc ' and then run './xapp_kpm_rc'.
438
444
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"
0 commit comments