Commit a4fb209e authored by lengyelb's avatar lengyelb
Browse files

trace, subscription, type update

parent 70bbc07e
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ module _3gpp-common-subscription-control {

  description "Defines IOCs for subscription, notification list and heartbeat 
    control.
    Copyright 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    Copyright 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI,
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623
      Generic Network Resource Model (NRM)
@@ -21,7 +21,8 @@ module _3gpp-common-subscription-control {
      Solution Set (SS) definitions
      3GPP TS 28.623";

  revision 2025-11-07 { reference "CR-0551 CR-0586"; } //common for r19, r20
  revision 2026-03-19 { reference "CR-xxxx CR-xxxx"; } //common for r19, r20
  revision 2025-11-07 { reference "CR-0551 CR-0586"; } 
  revision 2025-08-13 { reference "CR-0551 CR-0561"; }
  revision 2025-05-13 { reference "CR-0548"; }
  revision 2025-03-24 { reference "CR-0516 0518"; }
@@ -331,6 +332,7 @@ module _3gpp-common-subscription-control {
      type uint64;
      config false;
      mandatory true;
      yext3gpp:notNotifyable;
      description "The sequence number of the last notification that was sent
        by a 'NtfSubscriptionControl' instance.";
    }
+4 −5
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ module _3gpp-common-trace {
  grouping EventTriggerConfigGrp {
    description "Represent the EventTriggerConfig data type. Defines the 
      configuration parameters of trigger event used for M10 measurement in NR. 
      For details, please refer to TS 32.422 [30] subclause 5.10.X.";
      For details, please refer to TS 32.422 subclause 5.10.45.";
    
    leaf eventType {
      type enumeration {
@@ -773,10 +773,8 @@ module _3gpp-common-trace {
    }
    
    leaf measurementQuantityRAN {
      type enumeration {
        enum RSRP;
      }
      default RSRP;
      type int32;
      mandatory true;
      description "It indicates the measurement quantity. For further details 
        see MeasTriggerQuantity in TS 38.331. See also clause 5.10.45 of 
        TS 32.422";
@@ -937,6 +935,7 @@ module _3gpp-common-trace {
        enum M7;
        enum M8;
        enum M9;
        enum M10;
      }
      description "It specifies the UE measurements that shall be
        collected in an Immediate MDT job. The attribute is
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@ module _3gpp-common-yang-types {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623";

  // common for rel-19, rel-20
  revision 2026-03-19 { reference "CR-xxxx"; }
  revision 2026-03-20 { reference "CR-xxxx"; }
  revision 2025-10-07 { reference "CR-0573 CR-0582 CR-583"; }
  revision 2025-10-01 { reference "CR-0578" ; }
  revision 2025-08-31 { reference "CR-0551 CR-0556 CR-0562"; }