...
- 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
- Parameters to be stared in the database are
- id (Mandatory, Key entry) contains "MountpointId" (node-id) of device. This Id can be used to filter this entry. It needs to be the database "_id" for this reason.
- name (Optional) contains the name of the WEB System, that could be provided. (Parameter should not exist in database if not available).
- weburi (Mandatory) contains the URI/Link to the webtool that can be opended via link.
- The database entry is created if device is connected and removed, if device is not connected.
- Error handling: If Mandatory parameters are not available, do not write to database and create the log entry with "debug" level during startup.
- Parameters to be stared in the database are
- O-RAN related yang spec onap-system:2020-10-26 (Status: available)
- extend specific devicemanagers accordingly
- ONF-Core model 1.2 via network-element extensions (
)Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key SDNC-1498 - ONFCore model: network-element extension list, <value-name>webUri</value-name>
ONF Core model 1.4 via(Removed from list because GUI cut through not yet specified yet)- O-RAN: Support of generic GuiCutThrough (=URL Link) by ietf-system augmentation (onap/o-ran)
- yang spec onap-system:2020-10-26 available
- ONF-Core model 1.2 via network-element extensions (
- specific-devicemanager reads this information once during startup.
...
- 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
...