Commit 8f157276 authored by ramanathan's avatar ramanathan
Browse files

Merge branch 'issue#32' into 'dev-v3.5.1'

issue#32 Implement FEAT05 - Add priority in NSD IFA014

See merge request nfv/SOL006!89
parents 6927ba55 2aaee78c
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1869,6 +1869,22 @@ submodule etsi-nfv-ns {
        }
      }

      leaf priority {
        type uint32;
        description
          "Specifies the priority for the NS instance.

           The allowed range will be reasonably high. The 'zero'
           value will express the highest priority and the fact
           that the NS instance based on this DF cannot be
           pre-empted during resource allocation.

           Examples for the usage of priority include conflict
           resolution in case of resource shortage.";
        reference
          "GS NFV IFA014: Section 6.3.2.2 NsDf information element";
      }

      leaf service-availability-level {
        type uint32;
        description