Versions Compared

Key

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


INITIAL DATA: 

  • Initial data pre-load in below sql script for gnbDuFunction, gnbCuFunction, nrCellDu, nrCellCu 

...

  • 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-GUI/src/main/webapp/ 

 

USECASE RELATED CHANGES: 

 

  • Modify handleModifyPciFromGuimethod to send message according to the new O-RAN model to honeycomb via NetconfClient. 

...

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/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/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.

...