Commit d4976474 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-trace.yang

parent 69366d54
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -111,15 +111,15 @@ module _3gpp-common-trace {
    description "This <<datatype>> provides a PLMN Id and associated
      slice ids (S-NSSAI).";

    leaf plmnId {
      description "It specifies a PLMN Id.";
      type types3gpp:PLMNId;
    leaf pLMNId {
      description "The PLMN Id.";
      uses types3gpp:PLMNId;
    }
    
    leaf-list sliceIdList {
      type types3gpp:SNssai;
      min-elements 1;
      description "It specifies slice identified by S-NSSAI.";
    list sNSSAIList {
      description "List of S-NSSAIs associated with the PLMN Id.";
      key "sd sst";
      uses types5g3gpp:SNssai;
    }
  }