Table of Contents |
---|
Sub-
...
UC1: Topology Discovery and Synchronization
CCSDK/SDNC-C Diagram
Flow Discription
...
1.Provider consumes notification event of Access SDN M&C
2.Restadaptor call sync topology request from Access SDN M&C
3.New DGs for sync topology , analyses data from Access SDN M&C and save it to AAI
4.Data model definition
To
...
Be Define
Topology model
SBI template file
...
- Access SDN M&C notify the ONT Registration Event to DCAE
- DCAE Publishes an ONT Registration Event(pnf_registeration) to SO via DMaaP
- SO Call Generic Resource API of SDN-C to trigger Access/Edge SDN M&C do the configuration
- Access SDN M&C notify the ONT Ready Event to DCAE and DCAE publishes the Pnf_ready event to SO via DMaaP.
New Development
...
(Depends on the Modeling definition)
Addition of new resource to generic-resource-api.yang.
Addition of new resource to GenericResourceApiProvider.java
New DGs for BBS PnP
Extending respective template for restapicall plugin in Network Adapters
Sub-UC3: Nomadic ONT Service
CCSDK/SDN-C Diagram
Flow Description
1.Access SDN M&C notify ONT Register Event to DCAE
2.DCAE notify SO ONT registration
3.SO Calls Generic Resource APIs of SDNC to trigger Access SDN M&C
4.SDNC calls Access SDN M&C to delete old RFS ONT;SDNC calls Access SDN M&C to configure new RFS ONT
5.SDNC calls Edge SDN M&C to configure AAA
New Development
1.GenericResourceApiProvider extensions to support new interface(delete ONT/configure ONT/configure AAA) ,define new yang model file
2.New DGs for BBS Nomadic
3.Restadaptor call delete old RFS ONT request from Access SDN M&C
4.Restadaptor call configure new RFS ONT request from Access SDN M&C
5.Restadaptor call configure AAA request from Edge SDN M&C
To Be Define
GenericResourceApiProvider yang model
SBI template file