You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 48 Next »

Welcome to the E release page for the O-RAN Software community.

The E release is currently under development and its source code is maintained within the master branch of each repo. Once released further instructions related to separate maintenance branches and release image lists will be available here,

        


Near-Real-time RIC X-APPs (RICAPP)

Primary Goals: Expand the community working on open source xApps for O-RAN SC. Enhance the set of open source xApps in support of the R-SAC use cases (traffic steering, network slicing) as well new use cases. Update and enhance existing xApps to take advantage of the new features in xApp SDK (implemented by the xApp frameworks in C++, go, and python).

E release plan (12-01-21):

  • New xApps: RC (RAN Control) by Mavenir - implements subset of E2 SM RC
  • Improved xApps:
    • LP (Load Prediction) by ChinaMobile: Include trained ML model, will populate predictions in inFlux DB
    • AD (Anomaly Detection) by HCL: Will identify a new anomaly type (area anomaly), use geo-location as a feature.
    • QP (QoE Predictor) by HCL: Include prediction for current serving cell, incorporate predicted load as a feature, provide sequence of predictions.
    • TS (Traffic Steering) by UTFPR (University, Parana, Brazil): Call RC xApp to trigger UE handover, improvements in traffic steering logic.
    • Bouncer by HCL: Increase performance and functional testing capabilities; continue identifying RIC platform bottlenecks.
    • HW (HelloWorld) demo xApps in C++, go and python by AT&T and Samsung: Add usage of more platform features, update usage of platform features that are evolving.
  • Integration of AD, QP, TS, LP, RC, and KPIMON with Viavi simulator.
  • Extensive performance benchmarking of the RIC platform using Bouncer and E2 Simulator (HCL)
  • Design for xApps to support network slicing use case.

PTL: SUNIL SINGH  (former PTL still helping out: Matti Hiltunen)

Jira: Count of Epics, User Stories, Tasks, and Issues:  165 issues

Status (12-01-21): 

  • RC: Committers identified, design agreed, repo created
  • LP: Trained ML-model added to the xApp
  • AD: Work on new anomaly type - testing in progress
  • HW: New functionality added to HW-go and HW-python.
  • Bouncer: Bottleneck with E2 Subscriptions identified in RIC platform. - RIC benchmarking testing - In progress
  • Discussions on network slicing use case with HCL, Viavi, UTFPR. - Will come up with the proposal

E release source code, container images and deployment instructions

Will be provided when E Release is ready.

Near-Real-time RAN Intelligent Controller Platform (E2 Interface) (RICPLT)

Mission: E2 updates with first E2APv1.1 support and improvements in E2 subscription handling. A1 reimplementation

Original primary goals: Update to E2APv1.1 (E2 Node configuration transfer in E2 Setup and E2 Configuration Update (RIC-638, even if likely changing again in E2APv2.0) and E2SM OID support in internal E2SM function query interfaces (RIC-640)) // RIC-809 Subscription manager to delete subscriptions in case of E2 disconnect (incl. Xapp changes) // RIC-793 Prevent A1 Job ID conflicts from multiple RICs using the same A1 producer (SMO) // RIC-647 Reimplement A1 mediator in golang to avoid A1 being the only python container in RIC platform // RIC-709 E2 stats exposing individual counters instead of groups // RIC-714 support for DMS REST interface in addition to DMS CLI // RIC-113 DB: SDL CLI for debugging and testing // RIC-110 FindKeys/GetAllKeys SDL API to support glob-style patterns // 29 Epics planned: link and 30 items as stretch goals: link

Achieved E release highlights = high-level release notes (TODO) below (note that the release image list is here (once releases): TODO)

From the 29 epics planned (link) we implemented so far 10 (link). 11 items have been moved out of the E release, e.g, because of implementation delays (link). We expect 7 items to still complete and one item (RIC-375) is still under discussion what to do with it (link).

Status 2021-12-01: we are working on implementing the last planned development items below.

RIC-113 (DB) - expected to complete by Dec-3

RIC-779 to complete by Dec-7, RIC-790, RIC-816 asked from Sunil.

RIC-375 discussion with Anssi+Juha on whether move to F

RIC-647 + RIC-640 + RIC-638 Subhash commented: "(likely done by Dec-6) "

E release source code, container images and deployment instructions

We again plan to cut a branch from the master branch once the E release is released and goes into maintenance. Also we plan to provide an ready-made container image list.

Non-Real-time RIC (A1 Interface) (NONRTRIC)

Primary Goals:
  • The primary goal of Non-RT RIC is to support intelligent RAN optimization by providing policy-based guidance, ML model management and enrichment information to the near-RT RIC function so that the RAN can optimize, e.g., RRM under certain conditions.
  • It can also perform intelligent radio resource management function in non-real-time interval (i.e., greater than 1 second).
  • Non-RT RIC can use data analytics and AI/ML training/inference to determine the RAN optimization actions for which it can leverage SMO services such as data collection and provisioning services of the O-RAN nodes.
  • Non-RT-RIC will define and coordinate rApps (Non-RT-RIC applications) to perform Non-RT-RIC tasks.
  • Non-RT-RIC will also host the new R1 interface (between rApps and SMO/NONRTRIC services)

E Feature Scope:

  • E Release Priorities:
    • ONAP Control Loop -> O-RAN rApp : “The rApp-ification of ONAP Control Loops”
      • Adopt ONAP CL work as a starting point, continue to identify gaps, then extend
      • Identify & motivate where an rApp is different from a CL
      • Types of rApps:
        • Microservice-based rApps
        • Non-Microservice-based rApps
    • NONRTRIC Service Exposure/Gateway -> O-RAN R1 : “The R1-ification of Service Exposure”
      • Service-independent aspects
      • Types of exposure support in R1:
        • Microservice-based rApps & Service
        • Non-Microservice-based rApps & Service
    • Use cases of rApps & Exposing specific Services via R1
      • Requirements drivers & demonstrators
      • O-RU FH recovery (multiple), Slice Assurance, Existing Function Tests, various other use cases in ONAP
    • Continued Evolution & Support for A1 functions
  • NONRTRIC Functions:
    • Integrated A1 Adapter from ONAP (controller – mediation)
    • Integrated A1 Policy Management Service from ONAP (controller – A1 policies)
    • rApp/Control Loop Manager (ONAP & OSC)
    • OSC Enrichment Information Coordinator (controller – Data exposure & A1 EI Job management)
    • OSC Non-RT-RIC Control Panel (GUI – for A1-P & A1-EI Job management)
    • OSC A1 Simulator (a stateful test stub to simulate near-RT-RIC end of A1 interface – A1-P & A1-EI)
    • OSC APP catalog (for registering/querying APPs)
    • K8S Helm Chart LCM Manager - for APP µServices etc. (ONAP & OSC)
    • Exposure Gateway Functions
    • DMaaP → Information producer Mediator/Adapter
    • PM File Job Manager (ONAP & OSC) - TBC
  • E Release discussions: (NONRTRIC Release E Wiki)

Jira:

Operation and Maintenance (OAM)

Primary Goals:

  • Support of RSAC VES architecture updates
    • Deployment of VES-Collector and Message Bus at the edge
  • Support of O-DU use case ()
    • Definition of the to be used yang model. 
  • Support of pre-spec PM streaming - VES like approch (see https://wiki.o-ran-sc.org/download/attachments/35881433/E_rel_v3.pptx?api=v2 page #97)
    • creation of a CR to WG10 OAM Interface Specification - "Model-driven PM streaming"

See more details on OAM wiki: E-Release

E Feature Scope: 

  • Switch to Opendaylight version Silicon-SR2
  • Standard-defined VES for
    • NotifyNewAlarm
    • NotifyAlarmCleared
    • NotifyHeartbeat
    • NotifyMoiChanges
    • PerfDataStreamingMNS (does not include measurements - therefor a O-RAN-SC specific message-body required - ...hello-world.oas3.yaml)

E release source code, container images and deployment instructions (and status)

Jira: Count of Epics ( 15 issues ), User Stories, Tasks, and Issues:  166 issues

Source Code:

Integration:

  • to be done

Release notes:

O-RAN Central Unit (OCU)

Primary Goals: 
  • In the absence of O-CU, Radisys commercial CU image to be used for E2E testing

D Release Feature Scope: 

  • Radisys Commercial CU being used as a test fixture for E2E testing
PTL:

Status:

Radisys Commercial CU being used as a test fixture.

H/W and S/W requirements have been shared and awaiting the same to be configured.

D release source code, container images and deployment instructions

not applicable

O-DU High

Primary Goals: 

New Feature Development

  • Support for Multi UE (Connected = 16, Active =4, Per Slot = 1)

  • Only slot based round robin scheduling support for multi UE scheduling
  • Support for Multi Bearer

  • Basic RAN slicing support
  • Support for HARQ

Feature Verification

  • Closed Loop Automation Feature Verification
  • 16 QAM and 64 QAM Support Verification

End to End Integration Support

  • TDD/Mu1/100MHz

  • FDD/Mu0/20MHz * (Spillover from D release)

E Feature Scope: 

  • Support for Multi UE (Connected = 16, Active =4, Per Slot = 1)

  • Only slot based round robin scheduling support for multi UE scheduling
  • Support for Multi Bearer

  • Basic RAN slicing support
  • Support for HARQ
  • End to End Integration Support (TDD and FDD stack validation)
  • Closed Loop Automation Feature Verification

Status:

Updated: 17 Nov 2021

JIRA: Epics Status below:

Updates from HCL:

Dependency/Blockers:

 Blocked for PTP grandmaster at OSC lab to start the end to end integration activities


Updated: 10 Nov 2021

JIRA: Epics Status below:

Updates from HCL:

Dependency/Blockers:

 Blocked for PTP grandmaster at OSC lab to start the end to end integration activities


Updated: 20 Oct 2021

JIRA: Epics Status below:

Updates from HCL:

Dependency/Blockers:

 Blocked for PTP grandmaster at OSC lab to start the end to end integration activities


Updated:  15th Sept 2021

JIRA: Epics Status below:

Updates from HCL:

Dependency/Blockers:

 Blocked for PTP grandmaster at OSC lab to start the end to end integration activities

E release source code, container images and deployment instructions


O-DU Low

Primary Goals:  

—Continue O-DU low and O-DU high pairwise test.

—FAPI P7 message integration -> Ongoing

—Continue O-DU Low and O-RU emulator test.

—Further CU plane testing -> Ongoing

—Continue E2E test with UE simulator.

—Support the UE attachment test

—Development activity for Closed Loop Automation use-case

—Support and test for cell stop and restart within O-DU High layers


E Release Feature Scope: 


PTL: Luis Farias , Alternate: @Chenxi Yue
  • Status

E release source code, container images and deployment instructions

TODO

Simulators (SIM)

Primary Goals:

  • Support rapid prototyping by providing simulated interfaces

E Feature Scope:

  • Support of O-RAN-SC E-Release Network Slicing use case by Radisys - support of O-DU projects for end-to-end closed loop use cases for RAN network slicing (implement any message flows in the O-DU Simulator, if needed)
  • Align O1 Simulator with the latest specifications released by O-RAN Alliance.
  • Support of NETCONF CallHome via TLS, for the O1 simulator
  • VES stdnDefined implementation

Jira: Count of Epics, User Stories, Tasks, and Issues:  5 issues

Status:


E release source code, container images and deployment instructions

TODO

Infrastructure (INF)

Primary Goals: 

  • Implement the O-Cloud reference design, provide the real time performance to allow the O-DU and other components running on top of it.
  • Provide interaction capabilities with other components.

E release Feature Scope:  

  • Enable the 2 AIO severs with additional worker nodes deployment scenario
  • Major components upgrade
  • Implement the O2 interface as the MVP

Jira: Count of Epics, User Stories, Tasks, and Issues:

Update at   

  • EPICs:
    • INF-193 - Getting issue details... STATUS
      • 5 sub-tasks:
        • 2 done
        • 2 in-progress
        • 1 not started
    • INF-173 - Getting issue details... STATUS
      • 3 sub-tasks:
        • AIO-SX done: 
          • INF-224 - Getting issue details... STATUS
        • AIO-DX done: 
          • INF-225 - Getting issue details... STATUS
        • AIO-DX + worker done with defects: 
          • INF-226 - Getting issue details... STATUS
          • INF-240 - Getting issue details... STATUS
    • INF-215 - Getting issue details... STATUS
      • 8 sub-tasks
        • INF-217 - Getting issue details... STATUS
        • INF-218 - Getting issue details... STATUS
        • INF-219 - Getting issue details... STATUS
        • INF-220 - Getting issue details... STATUS
        • INF-221 - Getting issue details... STATUS
        • INF-222 - Getting issue details... STATUS
        • INF-223 - Getting issue details... STATUS
        • INF-231 - Getting issue details... STATUS
  • Issues:
    • INF-240 - Getting issue details... STATUS
    • INF-241 - Getting issue details... STATUS


Test status:


Release Note:

  • TODO once released

E release source code, container images and deployment instructions

  • TODO once released
  • No container image for INF project
  • Deployment instruction: TODO


Integration and Test (INT)

Primary Goals: To support OSC project CI pipeline. To test and validate the components and use cases

Feature Scope: 

  • Automated CLM and SonarQube Scanning CI Jobs
  • Improve CI for OSC projects
  • Validate and and Test platform and use cases 


PTL: 

Jira: Count of Epics, User Stories, Tasks, and Issues: 54 issues


E release source code, container images and deployment instructions

not applicable

Documentation (DOC)

Primary Goals: TODO
Bronze Feature Scope: TODO

Jira: Count of Epics, User Stories, Tasks, and Issues:

D release source code, container images and deployment instructions

not applicable

Service Management and Orchestration  (SMO)

Primary Goals: The primary goal of the SMO project is to integrate different software artifacts of existing open-source projects creating a fully functional open-source Service Management and Orchestration (SMO). 

E Feature Scope: In E-release, SMO will be extended to support network slicing. In particular, RSAC has come up with closed loop automation use case for network slicing which involves the SMO collecting PM counters related to network slicing, and based on them breaching some thresholds will cause a change in the configuration of the network slice. That means the SMO has to have support for PM counters related to network slicing, and an ability to reconfigure the O-DU for the network slice. Separately, AT&T has asked for a disaggregated VES solution that separates the collection of VES events from how it is presented to any application that wants to view them.

Status:  

Jira: Count of Epics ( 0 issues ), User Stories,

Tasks:

T Key Summary Assignee Reporter P Status Resolution Created Updated Due
Loading...
Refresh

and Issues:  6 issues

E release source code, container images and deployment instructions

Docker image and instruction on how to install SMO O1 interface can be found here.

Docker image for instructions on how to install SMO O1/VES interface can be found here.

For the O1 interface the repository can be found at "git clone --branch e-release (when a release has been created) "https://gerrit.o-ran-sc.org/r/smo/o1mo/o1", whereas the O1/VES repository can be had by "git clone --branch e-release "https://gerrit.o-ran-sc.org/r/smo/ves"


  • No labels