Versions Compared

Key

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

...

  • Reuse sendRanInitialConfig method of slicing use case to load initial data/properties. 

Changes to the getInitialConfigTree method to include the cucp list in the ran network.

https://gerrit.onap.org/r/gitweb?p=integration/simulators/ran-simulator.git;a=blob;f=ransim/ransimctrlr/RANSIM-CTRLR/src/main/java/org/onap/ransim/rest/api/services/RansimControllerServices.java;h=514666f09597e31819872b20f92960fb68025e77;hb=HEAD 

...

https://gerrit.onap.org/r/gitweb?p=integration/simulators/ran-simulator.git;a=blob;f=ransim/ransimctrlr/RANSIM-CTRLR/src/main/java/org/onap/ransim/rest/api/controller/RansimController.java;h=ddf25130a69628402dcca5063f442e5211f69538;hb=HEAD 


HONEYCOMB:

Add new MessageTypes for son-use-case:

https://github.com/onap-oof-pci-poc/ran-sim/blob/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/websocket/models/MessageType.java

ANR control-loop changes:

  • Code to be added in onMessage method to receive son-usecase PM_MESSAGE

https://github.com/onap-oof-pci-poc/ran-sim/blob/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/websocket/WebsocketClient.java

  • New class to send PM notification to VES

https://github.com/onap-oof-pci-poc/ran-sim/tree/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/ves

  • Code to be added in writeData/updateData methods to handle changes when isHOAllowed is modified during ANR control-loop.

https://github.com/onap-oof-pci-poc/ran-sim/blob/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/NRCellCUNRCellRelationCrudService.java


PCI control-loop changes:

  • Code to be added in onMessage method to receive son-usecase FM_MESSAGE

https://github.com/onap-oof-pci-poc/ran-sim/blob/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/websocket/WebsocketClient.java

  • New class to send Fault notification to VES

https://github.com/onap-oof-pci-poc/ran-sim/tree/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/ves

  • Code to be added in writeData/updateData methods to handle changes when nRPCI is modified during PCI control-loop.

https://github.com/onap-oof-pci-poc/ran-sim/blob/master/hcsim-content/gnbsim/gnbsim-impl/src/main/java/com/wipro/www/NRCellDUAttributesCrudService.java