Commit ecb2da8d authored by qiwen's avatar qiwen
Browse files

Update file _3gpp-5gc-nrm-QFQoSMonitoringControl.yang

parent d6d31f3e
Loading
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -43,6 +43,22 @@ in 3GPP TS 23.501.";
    }
  }

  grouping SatelliteBackhaulCategory{
    description "Specifies the satellite backhaul.";
    reference "3GPP TS 29.571";
    type enumeration{
      enum GEO;
      enum MEO;
      enum LEO;
      enum OTHER_SAT;
      enum DYNAMIC_GEO;
      enum DYNAMIC_MEO;
      enum DYNAMIC_LEO;
      enum DYNAMIC_OTHER_SAT;
      enum NON_SATELLITE;
    }
  }

  grouping QFQoSMonitoringControlGrp {
    description "Represents the QFQoSMonitoringControl IOC.";
    reference "3GPP TS 28.541";
@@ -119,6 +135,16 @@ in 3GPP TS 23.501.";
        packet delay for QoS monitoring per QoS flow per UE.";
      type uint32;
    }

    list qFMonitoredSatelliteBackhaulCategories{
      description "The satellite backhaul categories for which the QoS monitoring per QoS flow
       per UE is to be performed.";
       key satellite backhaul category;
      uses top3gpp:Top_Grp;
      container attributes {
        uses SatelliteBackhaulCategory;
      }
    }
  }    

  augment "/me3gpp:ManagedElement/smf3gpp:SMFFunction" {