Commit 27dc43e5 authored by Mirko Cano Soveri's avatar Mirko Cano Soveri
Browse files

Merge branch 'Integration_Rel17_SA5_147_YANG' into 'Rel-17'

YANG MR - Integration_Rel17_SA5_147_YANG into Rel-17 after SA5#147 and SA#99

See merge request !575
parents d71af106 3d26cadc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ module _3gpp-5gc-nrm-externalseppfunction {
  revision 2019-11-17 {
    description "initial revision";
    reference "Based on
      3GPP TS 28.541 V16.X.XX";
      3GPP TS 28.541 ";
  }

  grouping ExternalSEPPFunctionGrp {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ module _3gpp-5gc-nrm-scpfunction {
  revision 2019-10-20 {
    description "initial revision";
    reference "Based on
      3GPP TS 28.541 V16.X.XX";
      3GPP TS 28.541 ";
  }
  
  grouping SCPFunctionGrp {
+12 −3
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ module _3gpp-common-measurements {
      Integration Reference Point (IRP);
      Information Service (IS)";

  revision 2023-02-15 { reference "CR-0239";}
  revision 2022-11-03 { reference "CR-0193"; }
  revision 2022-10-31 { reference CR-0195;   }
  revision 2021-07-22 { reference "CR-0137"; }
@@ -193,6 +194,8 @@ module _3gpp-common-measurements {
          range 1..max ;
        }
        units seconds;
        description "Granularity periods supported for the associated 
          measurement types. The period is defined in seconds.";
      }

      leaf-list reportingMethods {
@@ -204,13 +207,13 @@ module _3gpp-common-measurements {
        min-elements 1;
      }

      leaf-list monitorGranularityPeriods {
      leaf-list reportingPeriods {
        type uint32 {
          range 1..max ;
        }
        units seconds;
        description "Granularity periods supported for the monitoring of
          associated measurement types for thresholds";
        description "Reporting periods supported for the associated 
          measurement types. The period is defined in seconds.";
      }
    }
  }
@@ -310,6 +313,7 @@ module _3gpp-common-measurements {
      min-elements 1;
      leaf idx { type uint32 ; }
      uses ThresholdInfoGrp;
      description "List of threshold info.";
    }

    leaf monitorGranularityPeriod {
@@ -446,6 +450,9 @@ module _3gpp-common-measurements {
      A threshold monitor checks for threshold crossings of performance metric
      values and generates a notification when that happens.

      The ThresholdMonitor is used only when NRM based threshold 
      monitoring is supported.
      
      To activate threshold monitoring, a MnS consumer needs to create a
      ThresholdMonitor instance on the MnS producer. For ultimate deactivation
      of threshold monitoring, the MnS consumer should delete the monitor to
@@ -477,6 +484,8 @@ module _3gpp-common-measurements {
      Multiple thresholds can be defined for multiple performance metric sets
      in a single monitor using thresholdInfoList. The attribute
      monitorGranularityPeriod defines the granularity period to be applied.
      The value is a multiple of a supported granularity period for the 
      measurements being monitored.

      Each threshold is identified with a number (key) called thresholdLevel.
      A threshold is defined using the attributes thresholdValue ,
+187 −173

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -195,5 +195,4 @@ module _3gpp-nr-nrm-rrmpolicy {
  augment "/me3gpp:ManagedElement/gnbdu3gpp:GNBDUFunction" {
    uses RrmPolicySubtree;
  }

}
 No newline at end of file
Loading