Update several RICS with one OmmConsumer.Submit()

Is it possible to impact more than one RIC using one OmmConsumer.Submit()?

I know the OMMHandleItemCmd object contains one handle and one Msg object. I am assigning one PostMsg object that contains an object AttribInfo() that specifies the service name and the RIC name (item).

Is it correct to deduce that one PostMsg object can impact at most one RIC?

Is there a different way to affect more than one RIC using one message?

Best Answer

  • @Christophe.Hannosset

    A Submit() call can only post a message for only a RIC, so it is not possible to impact multiple RIC using one Submit() method called.

    For On-Stream post, the posting affects the RIC that the input handle associates with.

    For Off-Stream post, the posting affects the RIC that is specified in the Attribute Info of the post message.

    The posting normally is to post 'content' to the TREP components' cache or insert/contribute 'content' to service provider (i.e. ATS). The content normally is different per RIC

    Anyway, what is the information you want to post to affect more than one RIC?