Commit ee24573d authored by lengyelb's avatar lengyelb
Browse files

added invariant to dnprefix

parent 664a6d00
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ module _3gpp-common-managed-element {
  prefix "me3gpp";
    
  import _3gpp-common-yang-types { prefix types3gpp ; }
  import _3gpp-common-yang-extensions { prefix yext3gpp ; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-common-measurements { prefix meas3gpp; }
  import _3gpp-common-subscription-control { prefix subscr3gpp; }
@@ -35,7 +36,7 @@ module _3gpp-common-managed-element {
      3GPP TS 28.620 
      Umbrella Information Model (UIM)";
      
  revision 2024-11-19 { reference "Add STM"; } 
  revision 2025-03-25 { reference "CR-0516"; } 
  revision 2024-10-01 { reference "CR-0437,CR-0438" ; } 
  revision 2024-01-30 { reference CR-0328 ; } 
  revision 2023-11-14 { reference CR-0305 ; }
@@ -147,6 +148,7 @@ module _3gpp-common-managed-element {
        A Distingushed Name(DN) is defined by 3GPP TS 32.300,
        which splits the DN into a DN Prefix and Local DN";
      type types3gpp:DistinguishedName;
      yext3gpp:inVariant;
    }
    
    leaf userLabel {
+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-25 { reference "CR-0516"; } 
  revision 2025-03-24 { reference "CR-0517 CR-0382 CR-0516"; }
  revision 2024-07-17 { reference "CR-0381 CR-0382 CR-0383"; }

@@ -32,6 +34,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.";
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ module _3gpp-common-subnetwork {
  prefix "subnet3gpp";
    
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-yang-extensions { prefix yext3gpp ; }
  import _3gpp-common-top { prefix top3gpp; }
  import _3gpp-common-measurements { prefix meas3gpp; }
  import _3gpp-common-subscription-control { prefix subscr3gpp; }
@@ -35,6 +36,7 @@ module _3gpp-common-subnetwork {
      3GPP TS 28.620 
      Umbrella Information Model (UIM)";
  
  revision 2025-03-25 { reference "CR-0516"; } 
  revision 2024-11-19 { reference "Add STM"; } 
  revision 2024-01-30 { reference CR-1337 ; } 
  revision 2024-01-30 { reference CR-0328 ; } 
@@ -158,6 +160,7 @@ module _3gpp-common-subnetwork {
    
    leaf dnPrefix {
      type types3gpp:DistinguishedName;
      yext3gpp:inVariant;      
      reference "Annex C of 32.300 ";
    }