Changes between Version 37 and Version 38 of Other/Summer/2025/Cloud-Native-O-RAN
- Timestamp:
- Jul 23, 2025, 5:37:17 PM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2025/Cloud-Native-O-RAN
v37 v38 111 111 - This image displays the ODLUX (Opendaylight User Experience) web GUI from the SMO (Service Management and Orchestration) framework, accessed via the ONAP-integrated dashboard. 112 112 - It shows the current connection status of two network nodes—pynts-o-du-o1 and pynts-o-ru-hybrid—which represent simulated or virtualized components of the O-RAN Distributed Unit (O-DU) and Radio Unit (O-RU), respectively. 113 - '''Event Log View in ODLUX – SDN Controller Startup Status'''113 - '''Eventlog View in ODLUX – SDN Controller Startup Status''' 114 114 [[Image(https://www.orbit-lab.org/raw-attachment/wiki/Other/Summer/2025/Cloud-Native-O-RAN/Containers_Logs_Odlux.png, 70%)]] 115 115 - The image shows the Eventlog section of the ODLUX (Opendaylight User Experience) GUI within the SMO (Service Management and Orchestration) framework. 116 116 - This log provides real-time insight into system-level and controller-level operations. 117 117 - Each row in the table represents a startup event of a component managed by the SDN-Controller-0, the central Opendaylight instance in the SMO architecture. 118 '''Key columns in the Eventlog:''' 119 - '''Node Name:''' Identifies the source node generating the log entry. Here, all events originate from SDN-Controller-0. 120 - '''Counter:''' Indicates the occurrence count of each specific log entry. 121 - '''Timestamp:''' Records the exact time the event occurred, using ISO 8601 format (e.g., 2025-07-03T02:01:46.8Z). 122 - '''Object ID:''' Names the logical components involved in the event, such as: 123 - Device Manager Open-Roadm-71 124 - Device Manager Adapter Manager 125 - Device Manager Onf 126 - Device Manager O-Ran 127 These typically represent device manager modules or plugins supporting specific YANG models or protocols (e.g., Open-ROADM, ONF, O-RAN). 128 - '''Attribute Name:''' Denotes the operation being reported. In this view, all entries relate to the startup sequence. 129 - '''Message:''' Indicates the status of the operation; all are marked as done, meaning successful initialization. 130 - '''Source:''' Identifies the subsystem responsible for generating the event (Controller in this case). 131 This log confirms the successful initialization and registration of core device manager services within the SDN controller, which are crucial for interfacing with RAN elements in a Hybrid M-plane setup. 118 132 119 133 === Week 7