Versions Compared

Key

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

Requirement Description

The requirement is to

  1. discover the RAN and Core endpoints at NSMF
  2. auto-populate the Core and RAN endpoints in the TN Slice Profile Screen (UUI)
  3. discover the endpoints of CU, DU & RU nodes at NSMF 

All these endpoints are required as an input to TN NSSMF to create the logical links that denotes back-haul, front-haul and mid-haul interfaces. Endpoint consists of IPAddress, logicInterfaceID and nexthopinfo.

Note:

1.  Core, RAN endpoints for back haul are manually entered in UUI and other RAN nodes endpoints for FH and MH are predefined values in the previous releases.

2.  RAN endpoint for back haul will be covered in this release

3. Core endpoint, FH and MH endpoints are stretch goal


 

Back-haul endpoints Discovery:

This involves finding the EP (endpoint) details of RAN (CUCP) and Core (AMF) .

RAN Node (CUCP) EP details:

Sequence Diagram to find the CUCP IP address:

draw.io Diagram
bordertrue
diagramNamePopulate CUCP IP address
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth541
revision2

AN endpoint - logicInterfaceID:

AN endpoint - nexthopinfo:

Core Node EP details:

Sequence Diagram to find AMF NF IP address:

Core endpoint - logicInterfaceID:

Core endpoint - nexthopinfo:

Mid-haul endpoints Discovery:

Mid-haul is the connection between the CU and DU network functions. 

CUCP & DU EP details:

IP Address: CUCP and DU IP address can be found in the similar way mentioned in the section RAN Node (CUCP) EP details.

NextHopInfo:

Front-haul endpoints Discovery:

Front-haul is the interface between the DU and RU network functions. 

DU & RU EP details:

DU - IP Address:  DU IP address can be found in the similar way mentioned in the section RAN Node (CUCP) EP details.

DU - logicInterfaceID:

DU - NextHopInfo:

RU - IP Address:  

RU - logicInterfaceID

...

More than one CUCP can be applicable and can be configured for a slice. 

The returned IP addresses should be populated in a list box and all the IP addresses should be chosen as an input to TN NSSMF.

UUI should display a warning and should not allow to the next page, if all the IP addresses are not selected.

The details should be populated in UUI on loading the page.

API Details

  1. UUI ↔ SO


2. SO ↔ CPS


3. SO ↔ SDNC


AN endpoint - logicInterfaceID:

As specified in TS 28 541, this field could be a VLAN ID (See IEEE 802.1Q [39]), MPLS Tag or Segment ID. This will be some predefined value in SO to denote the VLAN Id.


AN endpoint - nexthopinfo:

NextHopInfo is stored in AAI and it is stored at the time of Simulator Registration with ESR. The nexthopinfo information will be retrieved from AAI and populated in UUI.

NextHopinfo is same for more than one network Functions. This value is going to be populated in text box as before.

The value should be populated in UUI on load of the page.

API Details

SO ↔ AAI