Versions Compared

Key

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

...

  1. NSI selection Request
    1. Input: Service profile
    2. NST details
    3. NSST details with subnet capabilities
    4. reuse: true/false
  2. Fetch Optimization policies
    1. Demand policy for NSI and Slice profiles
    2. Constraint policies for Selection
    3. Optimization policies for NSI selection and slice profile generation.
  3. NSI selection request - HAS
    1. Demand: NSI
    2. Constraint: Threshold policy, New policy(for CoverageArea )??
    3. Optimization: Maximize/minimize the service profile parameters
  4. Fetch NSI for AAI
    1. Input: NST info
    2. Output: List of NSIs as candidates
  5. Run Optimization
  6. NSI Solution
    1. Selected NSI candidate
  7. Slice profile generation request - HAS
    1. Demands: Slice profiles
    2.  Constraints: Threshold constraint, CrossDemandAggregation constraint
    3. Optimization:  Maximize/minimize the service profile parameters
  8. Generate slice profiles as candidates and select a suitable set of slice profiles
  9. Slice profile Solution
  10. Consolidated Solution based on the policy

Note:

For the non-shared scenario, Only slice profiles will be generated. HAS need not fetch the existing NSIs.

Demand

Candidates:

  • NSI (AAI Inventory)
  • Slice profiles (Generator)

...

JSON Viewer
hideMenutrue
height500
{"URLLC":[{"inventory_provider":"aai","inventory_type":"nsi","unique":"true", "passthrough_attributes": {"creation_cost": 0}, "filtering_attributes":{"service-role":"nsi","service-function":"shared","model-invariant-id":"21d57d4b-52ad-4d3c-a798-248b5bb9124a","model-version-id":"bfba363e-e39c-4bd9-a9d5-1371c28f4d22"}}, {"inventory_provider":"generator","inventory_type":"slice_profiles","unique":"true", "passthrough_attributes": {"creation_cost": 1.0},"filtering_attributes":{}}]}

...

JSON Viewer
{
"candidate_id": "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
"candidate_type": "nsi",
"inventory_type": "nsi",
"inventory_provider": "aai",
"cost": "1",
"uniqueness": "true",
"current_availability": {
"key":"value"},
"passthrough_attributes": {"creation_cost": 0}
}


Slice profiles Candidate

JSON Viewer
{
"candidate_id": "1ac71fb8-ad43-4e16-9459-c3f372b8236d",
"candidate_type": "slice_profiles",
"inventory_type": "slice_profiles",
"inventory_provider": "generator",
"cost": "1",

"uniqueness": "true",
"subnet_requirements": {
"core": {"key":"value"},
"ran": {"key":"value"},
"transport": {"key":"value"}
},
"slice_requirements": {"key":"value"}
"passthrough_attributes": {"creation_cost": 0}

}


Consumed APIs (AAI)

GET NSI info from AAI

...