Commit cbcd05d1 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-trace.yang

parent 86cef56d
Loading
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -107,21 +107,21 @@ module _3gpp-common-trace {
    }
  }
  
  grouping SliceIdScope {
  grouping SliceIdScopeGrp {
    description "This <<datatype>> provides a PLMN Id and associated
      slice ids (S-NSSAI).";

    list pLMNId {
      description "The PLMN Id.";
      key "mcc";
      max-elements 1;
    list plmnId {
      key "mcc mnc";
      description "It specifies the PLMN Id of the NPN network.";
      uses types3gpp:PLMNId;
      max-elements 1;
    }

    list sNSSAIList {
      description "List of S-NSSAIs associated with the PLMN Id.";
      key "sd sst";
      uses types5g3gpp:SNssai;
    list sliceIdList {
      key idx;
      description "It specifies the PNI-NPN identified by CAG ID ";
      leaf idx { type types3gpp:SNssai; }
    }
  } 
  
@@ -156,7 +156,7 @@ module _3gpp-common-trace {

      list sliceIdList {
        description "Network Slice list";
        uses SliceIdScope;
        uses SliceIdScopeGrp;
        min-elements 1;
      }