Commit 5c05bb03 authored by lengyelb's avatar lengyelb
Browse files

Merge branch 'Rel18_CR_28623_Add_measurement_bin_support_to_NRM_yang' into...

Merge branch 'Rel18_CR_28623_Add_measurement_bin_support_to_NRM_yang' into 'Integration_Rel18_SA5_152_YANG'

Rel18_28623__CR0299_Add_measurement_bin_support_to_NRM_yang

See merge request !944
parents 84c137a4 1a8cfe49
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ module _3gpp-common-managementdatacollection {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2023-11-18 { reference CR-0299 ; }
  revision 2023-09-18 { reference CR-0271 ; } 
  revision 2023-02-14 { reference "CR-0234"; }
  revision 2022-11-04 { reference "CR-0194"; }
@@ -259,7 +260,9 @@ module _3gpp-common-managementdatacollection {
        leaf-list name {
          type string;
          min-elements 1;
          description "The list may include metrics or set of metrics defined
          description "List of management data identified by name.

          The list may include metrics or set of metrics defined
            in TS 28.552, TS 28.554 and TS 32.422.

            The metrics are identified with their names/identifiers.
@@ -277,7 +280,10 @@ module _3gpp-common-managementdatacollection {
            For trace metrics (including trace messages, MDT measurements
            (Immediate MDT, Logged MDT, Logged MBSFN MDT), RLF and RCEF
            reports) defined in TS 32.422, the name (metric identifier) is
            defined in clause 10 of TS 32.422.";
            defined in clause 10 of TS 32.422.
            
            For non-3GPP specified managment data the name is defined 
            elsewhere.";
          }
      }
      mandatory true;
+7 −6
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ module _3gpp-common-measurements {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2023-11-18 { reference "CR-0299"; }
  revision 2023-09-18 { reference CR-0271 ; } 
  revision 2023-04-26 { reference CR-0250; }
  revision 2023-02-18 { reference "CR-0240"; }
@@ -181,9 +182,9 @@ module _3gpp-common-measurements {
        type string;
        min-elements 1;
        description "Performance metrics include measurements defined in
          TS 28.552 and KPIs defined in TS 28.554. Performance metrics can
          also be specified by other SDOs or be vendor specific.
          Performance metrics are identfied with their names.
          TS 28.552 and KPIs defined in TS 28.554.

          Measurements are identified by name.

          For measurements defined in TS 28.552 the name is constructed as
          follows:
@@ -195,8 +196,8 @@ module _3gpp-common-measurements {
          For KPIs defined in TS 28.554 the name is defined in the KPI
          definitions template as the component designated with e).

          A name can also identify a vendor specific performance metric or a
          group of vendor specific performance metrics.";
          For non-3GPP specified measurements the name is defined
          elsewhere.";
      }

      leaf-list granularityPeriods {