Versions Compared

Key

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

Table of Contents

Overview

BBEThe BBS-ep service is responsible for handling two types of events for the BBS use case.

First The first type of event are PNF re-registration internal events that is published by PRH. The BBS-ep must process these service processes the internal events to understand if they

actually constitute ONT(CPE) relocation events. In the relocation case, it the BBS-ep service publishes an event towards unauthenticated.DCAE_CL_OUTPUT

DMaaP topic to trigger further Policy actions related to BBS use case.


Second The second type of events are event us the CPE authentication events event originally published by the Edge SDN M&C component of BBS use case architecture.

Through the RestConf-Collector or VES-Collector, these events are this event us consumed by the BBS-ep service and they are forwared then forwarded towards unauthenticated.DCAE_CL_OUTPUT

DMaaP topic to trigger further Policy actions related to BBS use case.


The BBE-ep service periodically polls for the two events. Polling The polling interval is configurable and can be changed dynamically from Consul. Its implementation

...

Deployment Prerequisite/dependencies

The BBS-ep service requires DMaaP and A&AI to be functional in ONAP.

It The BBS-ep service consumes/publishes messages from/to DMaaP and it also fetches (never updates) information from A&AI related to the BBS use-case logic.

...