Commit 68bd1bd9 authored by lengyelb's avatar lengyelb
Browse files

Merge branch 'DnPrefix_Update_28.623_Rel17' into 'Integration_Rel17_SA5_160_YANG'

28.623 CR 0523 Rel17 add invariant to dnprefix

See merge request !1676
parents e90446af 0b1a4556
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ module _3gpp-common-mecontext {
  prefix "mectx3gpp";

  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-yang-extensions { prefix yext3gpp ; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-common-subnetwork { prefix subnet3gpp; }
  import ietf-yang-schema-mount { prefix yangmnt; }
@@ -24,6 +25,7 @@ module _3gpp-common-mecontext {
    Integration Reference Point (IRP);
    Information Service (IS)";

  revision 2025-03-23 { reference "CR-0523"; } 
  revision 2024-07-17 { reference "CR-0381 CR-0382 CR-0383"; }

  grouping MeContextGrp {
@@ -31,6 +33,7 @@ module _3gpp-common-mecontext {

    leaf dnPrefix {
      type types3gpp:DistinguishedName;
      yext3gpp:inVariant;      
      description "It carries the DN Prefix information or no information.
        The instance of MeContext is the local root instance of the MIB.
        Otherwise the attribute shall be absent or carry no information.";