Versions Compared

Key

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

...

Information Coordinator Service (ICS)

The ICS is a data subscription service which decouples data producers from data consumers. A data consumer can create a data subscription (Information Job) without any knowledge of its data producers (one subscription may involve several data producers). A data producer has the ability to produce one or several types of data (Information Type). One type of data can be produced by zero to many producers.



Image Added


A data consumer can be an R-App using R1 APIs or a Near-RT RIC, which may use the A1-E API.

A data consumer can have several active data subscriptions (Information Job). One Information Job consists of the type of data to produce and additional parameters, which may be different for different data types. These parameters is not defined or limited by this service and may for instance include:

...

    • Parameters related to delivery (Kafka stream, callback URL etc.). These are different for different delivery protocols.
    • Filtering information (scope, filter or other discriminators).
    • Period-icy
    • Other info used for aggregation

...


APIs provided by the ICS service

...