Test Lab: Winlab

Legend:

NOT STARTED IN PROGRESS DEFERRED COMPLETED

JIRA: 

S. No

Test Case

Description

Priority

Tester

Status

Remarks

Test Details

1.Initial ConfigurationRANSIM loads O-RAN model initial data 1

COMPLETED



2.RANSIM UI RANSIM displays the cell, cell neighbors and cell data configuration of the O-RAN model in the UI.1

IN PROGRESS 

All UI updates are pending
3.Initial ConfigurationRANSIM must send the initial data configuration to honeycomb according to the ORAN Alignment1

COMPLETED




4.Trigger Collision/Confusion

RANSIM will send  the new neighbors and the Fault message to honeycomb if addition of new neighbors to a cell causes a Collision/Confusion in the UI.(Will send only the new neighbor data if there is no collision/confusion)

1

COMPLETED

UI - IN PROGRESS 

UI changes are pending

The FM data was triggered from the backend with the following curl command - 


curl -X POST --header 'Content-Type: application/json' --header 'Accept: */*' http://localhost:8081/ransim/api/ModifyACell -d '{ "nodeId" : "14427" , "newPhysicalCellId" : 0 , "newNbrs" : "11561,11562,11568" }' -i

5.Trigger Collision/ConfusionHoneycomb(using ORAN model) stores the neighbor change and sends the Fault Notification message to VES.1

COMPLETED



6.PCI closed loopSON-Handler receives the FM message(through Dmaap). Triggers OOF for optimization result, and triggers Closed Loop action towards Policy.1

COMPLETED

Prerequisite:

  1. Data should be loaded in CPS
  2. TBDMT templates should be preloaded

7.PCI closed loopPolicy starts Closed Loop. Sends notification to SDNR(through DMAAP) to configure the PCI of the cells in the payload and waits for a response from SDNR to complete the Closed Loop.1

COMPLETED



8.PCI closed loopSDNR configures the PCI of the cells in the payload(in honeycomb), updates the CPS and send sends success response to Policy.1

COMPLETED

Prerequisite:

  1. Data should be loaded in CPS
  2. TBDMT templates should be preloaded

9.ReconfigureHoneycomb sends the data of the cells whose PCI have been reconfigured to RANSIM.1

COMPLETED



10.ReconfigureRANSIM updates the DB and the UI shows the collision/confusion as resolved.1

COMPLETED

UI - IN PROGRESS

UI changes are pending.

Ransim db is updated.


  • No labels