Commit 9c749424 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-trace.yang

parent 96e9eb0a
Loading
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -113,16 +113,17 @@ module _3gpp-common-trace {
      slice ids (S-NSSAI).";

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

    list sliceIdList {
      key idx;
      description "It specifies the PNI-NPN identified by CAG ID ";
      leaf idx { uses types5g3gpp:SNssai; }
      description "It specifies the list of associated slice Ids (S-NSSAI).";
      min-elements 1;
      key "mcc mnc";
      uses types5g3gpp:SNssai;
      }
  }