Commit 0211bf58 authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update 3 files

- /yang-models/_3gpp-common-managementdatacollection.yang
- /yang-models/_3gpp-common-trace.yang
- /yang-models/_3gpp-common-measurements.yang
parent f2543c9f
Loading
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ module _3gpp-common-managementdatacollection {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2024-11-07 { reference "CR-0460"; }
  revision 2024-04-12 { reference CR-0346; } 
  revision 2023-11-18 { reference CR-0299 ; }
  revision 2023-11-06 { reference "CR-0305"; }
@@ -211,14 +212,7 @@ module _3gpp-common-managementdatacollection {
          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.
            For performance measurements defined in TS 28.552 the name is
            constructed as follows:
              - 'family.measurementName.subcounter' for measurement types with
                subcounters
              - 'family.measurementName' for measurement types without
                subcounters
              - 'family' for measurement families
            The measurements metrics are identified as TS 28.552 e).

            For KPIs defined in TS 28.554 the name is defined according to the
            KPI definitions template as the component designated with a).
+1 −8
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ module _3gpp-common-measurements {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2024-11-07 { reference "CR-0460"; }
  revision 2024-05-06 { reference CR-0359; }
  revision 2024-02-24 { reference CR-0346; } 
  revision 2023-11-18 { reference "CR-0299 CR-0305"; }
@@ -92,14 +93,6 @@ module _3gpp-common-measurements {
        by other SDOs, or be vendor specific. Performance metrics are 
        identified with their names.

        For measurements defined in TS 28.552 the name is constructed as follows:
        - 'family.measurementName.subcounter' for measurement types with 
        subcounters
        - 'family.measurementName' for measurement types without subcounters
        `- 'family' for measurement families
        For KPIs defined in TS 28.554 [28] 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.";
    }
+9 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-trace {
      Integration Reference Point (IRP);
      Information Service (IS)" ;

  revision 2024-11-07 { reference "CR-0460"; }
  revision 2024-10-06 { reference "CR-0459"; }
  revision 2024-08-06 { reference "CR-0376 CR-0378 CR-0420"; }
  revision 2024-05-12 { reference "CR-0401"; }
@@ -1528,7 +1529,14 @@ module _3gpp-common-trace {
    
    leaf-list ueCoreMeasurements {
      type string;
      description "It specifies the List of 5GC UE level measurements.";
      min-elements 1;
      description "List of 5GC UE level measurements identified by name.

        The list may include 5GC UE level measurements defined in TS 28.558, 
        or vendor specific measurements.
        
        For non-3GPP specified 5GC UE level measurements the name is defined 
        elsewhere.";
    }

    leaf ueCoreMeasGranularityPeriod {