Versions Compared

Key

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

...

  • ConfigAssign  - Resolve application params and generates a configlet for network base-configuration and incremental configlets for PNF, VNFs and in the future CNFs. 
  • ConfigDeploys  - Deploy the configlet that is generated as part of the configAssign action to the network using netconf/restconf.

The 5G OOF PCI integration project is also introducing /PCI use case introduces a new API called "oofpcipoc-api", which supports the following RPCs:

  • greeting
  • configuration-payphy-cell-id
  • generic-neighbor-configuration
  • add-neighbor
  • delete-neighbor


Interface naming

CCSDK provide the following APIs:

  • ASDC-API : RESTCONF interface used to process certain non-TOSCA artifacts distributed by SDC (license model updates).
  • dataChange : RESTCONF interface pub/sub interface that allows controller to be notified on data change events (note: not currently used in ONAP use cases)
  • LCM : RESTCONF interface used to handle LifeCycle Management events
  • SLI-API : RESTCONF interface to service logic interpreter.  Used primarily for health check.
  • selfservice-api : gRPC interface used with CDS (see above)
  • oofpcipoc-api : RESTCONF interface used for OOF/PCI integration (see above)

Reference to the interfaces

...