Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

S. No

Test Case

Description

Priority

Dependency/Issue

Tester

Status

Remarks

Test Details

1.Trigger Bad/Poor NeighborRANSIM must generate Poor/Bad Neighbor for the cells in the request and send the PM message to honeycomb.1

Status
colourYellowGreen
titlein progressCompleted


Tested using the curl req: 

curl -X POST --header 'Content-Type: application/json' --header 'Accept: */*' http://localhost:8081/ransim/api/GeneratePmData -d '{ "nodeIdBad" : "15290" , "nodeIdPoor" : "14427" }' -i


2.Trigger Bad/Poor NeighborHoneycomb(using ORAN model) will send the PM message to VES.1

Status
colourYellowGreen
titlein progressCompleted


Tested using the curl req: 

curl -X POST --header 'Content-Type: application/json' --header 'Accept: */*' http://localhost:8081/ransim/api/GeneratePmData -d '{ "nodeIdBad" : "15290" , "nodeIdPoor" : "14427" }' -i

3.ANR Closed LoopSON-Handler will read the PM notification(through DMAAP) and  triggers Closed Loop action towards Policy.1

Status
colourYellowGreen
titleIn progressCompleted



4.ANR Closed LoopPolicy starts Closed Loop. Sends notification to SDNR(through DMAAP) to set 'isHOAllowed' parameter of the cells in the payload and waits for a response from SDNR to complete the Closed Loop.1

Status
colourYellow
titleNOT STARTEDIn Progress



5.ANR Closed LoopSDNR configures the 'isHOAllowed' parameter of the cells in the payload in honeycomb, updates the CPS and send sends success response to Policy.1

Status
titleNOT STARTED

Prerequisite:

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

6.ReconfigureHoneycomb sends the data of the cells whose 'isHOAllowed' param have been reconfigured to RANSIM.1

Status
titleNOT STARTED



7.ReconfigureRANSIM updates the DB and the UI shows the cell/cells as blacklisted.1

Status
titleNOT STARTED



...