Commit 3cb518cc authored by scottma's avatar scottma
Browse files

Update _3gpp-common-trace.yang

parent a7515f88
Loading
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
@@ -107,6 +107,25 @@ module _3gpp-common-trace {
    }
  }
  
  grouping ScopeIdScope {
    description "This <<datatype>> provides a PLMN Id and associated
      slice ids (S-NSSAI).";
      
    leaf plmnId {
      description "It specifies a PLMN Id.";
      type types3gpp:PLMNId;
      min-elements 1;
    }

    list sliceIdList {
      key idx;
      min-elements 1;
      description "It specifies slice identified by S-NSSAI.";
      leaf idx { type types5g3gpp:snssai; }
    }
  } 
  

  grouping AreaScopeGrp {
    description "Represents the AreaScope dataType.
      This <<dataType>> defines the area scope of MDT and QoE.
@@ -137,7 +156,7 @@ module _3gpp-common-trace {

      list sliceIdList {
        description "Network Slice list";
        uses types5g3gpp:SNssai;
        uses SliceIdScope;
        min-elements 1;
        max-elements 1024;
        key "sd sst";