You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Name of Use Case:

BBS (Broadband Service)

Use Case Authors:

Swisscom, Huawei, Nokia

more participants are welcome

Presentation Materials:

Description:

The use case proposes using ONAP for the design, provisioning, lifecycle management and assurance of broadband services. It covers new scenarios, such as nomadic ONT (Optical Network Terminal) and subscription plan changes. It leverages on BBF (Broadband Forum) specifications.

Users and Benefits:

To be added

Use Case Flows:

Short description

This use case shows the extensibility of the ONAP platform in supporting the orchestration of Services in many different technology Domains. We believe that this use case will cover several different  ONAP components and may also introduce some new platform capabilities:

  • Nomadic ONT devices
    • PNF (Re-)Registration
    • Service reconfiguration / service continuity 
  • Subscription plan change
    • Change Management
    • External API
  • Data Collection, Analytics and Close-Loop
    • Including custom Data collectors and Analytics Microservices


Topology Discovery

  1. User resgister SDN M&C to ESR via ESR Portal
  2. ESR trigger third party controller registration event to SDN-C via DMaaP
  3. SDN-C sync pnf topology via access/edge SDN M&C.
  4. SDN-C decompose topo into corresponding A&AI node
  5. SDN-C save topo into A&AI

Plug And Play

Assumption: OLT/ONT/BNG related resource already modeled in SDC and distributed

1.OSS send the create service request to ONAP External API with Customer ID, OTO, PON Port, SN, service Package(string).
2.External API transfer the request to SO.
3.SO insert the information(Customer ID, OTO, PON Port, SN, service Package(string).) to A&AI and service status with inactive.
4.SO translate the CustomerId to Controller readable ID and send the request to SDN-C?
5.SDNC call SDN M&C /DHCP/ACS with specific DGs.
6.Customer receive the ONT and trigger the event to DCAE.
7.DCAE and Policy trigger SO(or directly) to update the service status into Active in A&AI.
8.So update Service status in A&AI.(To Be decide, SDN-C also could update A&AI directly?)

Nomadic ONT Service: 

Nomadic ONT Service in ONAP:

1.Access SDN M&C report the roaming event to DCAE.
2.DCAE and Policy notify SO the event.
3.SO query the Service in A&AI with SN or Customer ID.
4.So send the delete old ONT service instances request to SDNC.
5.SDNC delete the business on Access SDN M&C and Edge SDN M&C.
6.After successfully delete the business, So send the service creation request to SDNC.
7.SDNC create the business on Edge/Access SDN M&C,DHCP,ACS with specific DGs.
8.After successfully creation, so update service instance inside A&AI.

  • No labels