Commit 87de886a authored by scottma's avatar scottma
Browse files

Update _3gpp-common-trace.yang

parent e6aafd5b
Loading
Loading
Loading
Loading
Loading
+2 −21
Original line number Diff line number Diff line
@@ -108,26 +108,6 @@ module _3gpp-common-trace {
    }
  }
  
  grouping SliceIdScopeGrp {
    description "This <<datatype>> provides a PLMN Id and associated
      list of slice ids (S-NSSAI).";

    list plmnId {
      description "It specifies the PLMN ID.";
      uses types3gpp:PLMNId;
      key "mcc mnc";
      max-elements 1;
    }

    list sliceIdList {
      description "It specifies the list of associated slice Ids (S-NSSAI).";
      min-elements 1;
      key "sd sst";
      uses types5g3gpp:SNssai;
      }
  } 
  

  grouping AreaScopeGrp {
    description "Represents the AreaScope dataType.
      This <<dataType>> defines the area scope of MDT and QoE.
@@ -159,8 +139,9 @@ module _3gpp-common-trace {
      list sliceIdList {
        description "Network Slice list";
        key idx;
        uses SliceIdScopeGrp;
        uses types3gpp:PLMNInfo;
        min-elements 1;
        max-elements 1024;
        leaf idx { type string; }
      }