Versions Compared

Key

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

Table of Contents

Scenario Scope in Guilin

This scenario is for the "RAN sub-net slicing with ONAP interacting with an External RAN NSSMF" in REQ-342.

...

  • AllocateNssi
  • DeallocateNssi


APIs of External RAN NSSMF Simulator

The following APIs of External RAN NSSMF Simulator reference 3GPP TS 28.531 V16.6.0.

AllocateNssi

MethodURI
POST/ObjectManagement/NSS/SliceProfiles

...

JSON Viewer
width720
height200
{
  "href": "c9520f103a7343b6b119819d447a72a6",
  "attributeListOut": {}
}


DeallocateNssi

MethodURI
DELETE/ObjectManagement/NSS/SliceProfiles/{sliceProfileId}

...

Response status code:
200: indicate the operation is succeeded.
others: indicate the operation is failed.


Response body: empty


Deployment Guide

1. Download:

git clone https://gerrit.onap.org/r/integration

cd integration/test/mocks/ran-nssmf-simulator

...

python3 setup.py install --user

python3 -m RanNssmfSimulator.MainApp


Register to ONAP ESR

1. Add an esr-thirdparty-sdnc to ESR:

...