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

Compare with Current View Page History

« Previous Version 11 Current »

Related story:  SDNC-1396 - Getting issue details... STATUS

ODLUX Connect app provides a link to Device specific CLI Clients in the GUI. This function is in older SDN-C/SDN-R releases specific for ONF Core 1.2 devices.

In Guilin ODLUX GUI is requesting related information via RESTCONF interface. With ONF Core model 1.4 and O-RAN this function is implemented in different ways and needs to be moved into the related specific-devicemanager. 

Effected: ODLUX connectApp, data-provider, devicemanager, specific devicemanagers:  O-RAN, ONF, ONF1.4 , Simulators: O-RAN

Changes

  • data-provider rev. 20201110 YANG spec updated to contain related request. 
  • ODLUX adaption to use data-provider instead of restconf to query "GUI cut through" information
  • provide get at data-provicer rpc to request GUI cut through information for a device
  • yang spec onap-system:2020-10-26 available
  • extend specific devicemanagers accordingly
    • ONF-Core model 1.2 via network-element extensions
    • ONF Core model 1.4 via  (Removed from list because GUI cut through not specified yet)
    • O-RAN: Support of generic GuiCutThrough (=URL Link) by ietf-system augmentation (onap/o-ran)
  • specific-devicemanager reads this information once during startup. 

Architectural changes

  • data-provider model: Extend network-element-connection-entity with GUI link
  • specific devicemanager is reading GUI cut through information and pushing it to data-provider via network-element-connection-entity
  • data-provider rpc is reading information from database and providing it 
  • ODLUX uses data-provider to get GUI cut through information
  • Simulator should support this only for O-RAN + ONF1.4

For simulation the URL should be

  • No labels