Versions Compared

Key

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

...

  • E2E Model structure optimization

  • 3 domain combination solution -Endpoint 

  • Add RAN Model
  • Add TN model

E2E Model structure optimization

  1. New/Enhanced features

    • Introduce Slice Profile Templates to carry user slicing subnet requirements, in ONAP we have 3 kinds of Slice Profile Templates, for RAN, Core and CN separately.
    • Add RAN NSST and TN NSST to support RAN and TN NSSI deployment, in TN side, also add TN Network Requirement Template to support TN connection links creation.
    • Has allotted resource relationship between slice subnet requirements and subnet slice resource, see 1, 2, 3. Allotted resource 4 is inner TN, between subnet resource and logical network resource.
    • Update relationship between NST and NSST using allotted resource, instead of nested, see 5. 
  2. Supprting for both option 1 and option 2
    ONAP option 1 and 2 differs on the RAN and FH/BH relationship, in option 1, RAN NSSMF will decide FH/MH requirements and send to TN side, so RAN NSST will nest FH/MH NSST, and slice profile requirements will contain not only RAN side requirements but also FH/MH. In option 2, FH and MH are independent requirments when doing E2E requirements decomposition. Detailed background of option 1 and 2, please see  E2E Network Slicing Use Case in R7 Guilin.

3 domain combination solution -Endpoint 

  In order to enable 3 subnet connectivity, making end-to-end forwarding and control plane interacting, in slicing services, we need slicing interworking identifier and information to tell how RAN and Core connect with TN. Slicing interworking identifier(in ONAP is vlan Id, allocated by NSMF) is used to isolate differerent service datas, and identify the unique slicing service across RAN, TN and Core, 1 S-NSSAI will need to be assigned with 1 slicing interworking identifier(vlan Id).  The slicing interworking  information is used as bridges to connect RAN/Core and TN, it should be RAN/Core side outgress and TN ingress, like port, ipAddress, next hops and etc.

...

EP attributes and AAI NetworkRoute schema mapping:

Endpoint(EP)NetworkRoute TypeDescription
idroute-id

String

Identifier of this EP.

ipAddress

ip-address

String

This parameter specifies the IP address(IPv4 address or IPv6 address) assigned to this endpoint, it can be DC gateway IP address.

logicInterfaceId

logic-interface-id

String

This is used for Slicing interworking identifier, it could be VLAN ID, MPLS Tag or Segment ID.

nextHopInfo

Next-hop

String

This parameter is used to identify ingress transport nodes identification. This can be any of combination of IP address of next-hop router of transport network, system name, port name, IP management address of transport nodes.

Add RAN Model


Add TN model


Supporting Files

Model Design Files

Description

File

Changes
WIP model of RAN part
Design Time model-Update Core model-(This sildes include latest RAN part)Fixed a typo
WIP Modeling files (Aug 6)
WIP Modeling files (Aug 14)
  1. Change EP design: NSST will have EP information while slice profile not.
  2. Change attribute(serviceRole and etc.) values.
  3. Add all RAN side templates(4 in total). 
WIP Modeling files (Aug 20)

1.DLThptPerSlice, uLThptPerSlice, maxNumberofConns and maxNumberofPDUSession

2.EP for supporting FH and MH

Design Time Template

Description

File

Changes
Guilin E2E Network Slicing Service Templates (Aug 28)
WIP RAN Option 1 (Oct 4)

AAI Instance Model

Description

File

Changes

AAI model proposal.

Including a E2E design and 3 domain subnets instance model.


AAI model proposal update
  1. Update different domain view(also separate option 1 and 2)
  2.  Update the attributes mapping for idenifying option1/option2, external/internal.

Final attributes mapping for service instance

update the latest changes of AAI, reusing Network-route to carry EP information, adding modeling overview picture 

...