Commit 4e26a803 authored by scottma's avatar scottma
Browse files

Update _3gpp-common-trace.yang

parent cbcd05d1
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ module _3gpp-common-trace {
  import _3gpp-common-yang-extensions {prefix yext3gpp; }
  import ietf-inet-types { prefix inet; }
  import _3gpp-common-files { prefix files3gpp; }
  import _3gpp-5g-common-yang-types { prefix 5gtypes3gpp}
  

  organization "3GPP SA5";
@@ -121,7 +122,7 @@ module _3gpp-common-trace {
    list sliceIdList {
      key idx;
      description "It specifies the PNI-NPN identified by CAG ID ";
      leaf idx { type types3gpp:SNssai; }
      leaf idx { type 5gtypes3gpp:SNssai; }
    }
  }