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

Compare with Current View Page History

« Previous Version 15 Next »


  • ONAP Optimization Framework (OOF) provides a policy-driven and model-driven framework for creating optimization applications for a broad range of use cases
  • For Casablanca, OOF enhancements include formulation and solving of optimization problems
  • Following test cases are for an OOF Proof of Concept (POC) for Casablanca for Physical Cell ID (PCI) Optimization
    §PCI Optimization is a well-understood problem
    §The reading/writing of the Physical Cell ID (PCI) configuration parameter has been included in SDN-R POC
  • Objective of the POC is to demonstrate disaggregation of the PCI SON functionality, and the data flows needed to implement this in ONAP using OOF
  • The focus of the POC is on data flow and interfaces, and the role of OOF, Controller and Policy etc
    §Objective is to incorporate an algorithm in ONAP using OOF, not to develop an algorithm
    §The POC will help to develop details of ONAP interfaces and flows needed to get the required network data to OOF for optimization, determine the recommended reconfiguration, and execute it using the Controller









PCI Optimization Flow 1 - RAN Inventory Change

StepComponentFunctionalityUser Stories
1PCI-Handler-MS, Policy

Fetch configuration policies

PCI-Handler MS fetches policies that specify how PCI-Handler-MS will respond to triggers or requests from SO, from DCAE (via DMaaP), SDNC(R) (via DMaaP),


2PCI-Handler-MS, OOF

Request for PCI optimization for network region.

PCI-Handler MS invokes OOF for pre-defined workflow for PCI Optimization via REST API.This call includes data for the cell and the network reqion involved.


3OOF, Policy

Fetch PCI optimization policies

OOF fetches policies that specify how OOF will execute PCI optimization in response to PCI request for optimization


4OOF, AAI

Fetch Inventory data for cells in the region

OOF fetches inventory and topology of cells in network region from AAI


5OOF, SDNC(R)

Fetch Config data for cells in the region

OOF fetches PCI and Nbr List config data for cells in network region from SDNC(R)


6.OOF, PCI-Handler-MS

Recommended PCI configuration

OOF provides PCI recommendation to PCI-Handler-MS in response to the request from


7PCI-Handler-MS, Policy

Recommended PCI configuration

PCI-Handler-MS provides PCI recommendation to Policy


8Policy, SDNC(R)

PCI Configuration decisions

Policy sends message to SDNC(R) with instruction for configuration changes


9SDNC(R), RAN

Change PCI Configuration

SDNC(R) applies config changes


10SDNC(R), AAI

Update Inventory

SDNC(R) updates inventory as needed for PCI config change


PCI Optimization Flow 3 - RAN Config Change


Flow for PCI Optimization for trigger from fault

PCIOptimization

  • No labels