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

Compare with Current View Page History

« Previous Version 17 Next »

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:

a.  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.

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

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

d. Core endpoint cannot be populated in UUI, as the IP address of CNFs are available after slice allocation. (Deviation of #2 in Requirement Description)


 

Back-haul endpoints Discovery:

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

RAN Node (CUCP) EP details:

IP Address & NexHopInfo

IP Address:

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.


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

  1. UUI ↔ SO

MOCK SCREENS FOR UUI ENHANCEMENTS:

 AutoPopulate nodes for multiple selection in UUI as below,


If all the nodes are not selected it should show the below error message,

Multiple selection of nodes in TN selection page, the selected nodes should be displayed as below,


API exposed by SO:

Get AN &CN EndPoints

Method

URL

POST/onap/so/infra/3gppservices/v1/QueryEndPointInfo

Request Example:

Response Example:

2. SO ↔ CPS


3. SO ↔ SDNC


4. SO ↔ AAI

API Used:

To Fetch PNF's:

https://<ip-address>:<port>/aai/v23/network/pnfs

Response from AAI:

To Fetch p-interface from AAI:

https://<ip-address>:<port>/aai/v23/network/pnfs/pnf/networkId-providerId-10-clientId-0-topologyId-2-nodeId-10.1.1.3/p-interfaces

Response from AAI:

  • The interface name of the fetched p-interface will be the nextHopInfo of the endpoints.

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.





  • No labels