Commit 80f9b425 authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch 'S5-213418_R-17_CR28.541_Correct_inconsistencies_in_definitions_around_network_slice_management' into 'Integration_Rel17_SA5_137_YANG'

Update _3gpp-ns-nrm-serviceprofile.yang

See merge request sa5/MnS!116
parents 88a7d855 89d4055e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ submodule _3gpp-ns-nrm-serviceprofile {
      type Exposure-enum;
    }
  }
  typedef DeterminCommAvailability {
  typedef DeterministicCommAvailability {
    type Support-enum;
  }  
  grouping DLThptGrp {
@@ -232,7 +232,7 @@ submodule _3gpp-ns-nrm-serviceprofile {
    }
    list deterministicComm {
      //Stage2 issue: deterministicComm is not defined in 28.541 chapter 6, 
      //              but I guess determinComm is meant
      //              but I guess deterministicComm is meant
      description "This list represents the properties of the deterministic 
        communication for periodic user traffic. Periodic traffic refers to the 
        type of traffic with periodic transmissions.";
@@ -258,9 +258,9 @@ submodule _3gpp-ns-nrm-serviceprofile {
      }
      leaf availability {
        //Stage2 issue: Defined differently in 28.541 chapter 6, but XML 
        //              uses DeterminCommAvailability
        //              uses DeterministicCommAvailability
        config false;
        type DeterminCommAvailability;
        type DeterministicCommAvailability;
      }
      leaf periodicityList {
        //Stage2 issue: Not defined in 28.541 chapter 6. XML and YAML 
@@ -291,7 +291,7 @@ submodule _3gpp-ns-nrm-serviceprofile {
      }
      uses DLThptGrp;
    }
    list uLThptPerSlic {
    list uLThptPerSlice {
      key idx;
      max-elements 1;
      leaf idx {