Commit eb3d0044 authored by qiwen's avatar qiwen Committed by lengyelb
Browse files

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

parent 6eb83098
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -124,23 +124,18 @@ in 3GPP TS 23.501.
    }
    
    list qFMonitoredSatelliteBackhaulCategories {
      description "The satellite backhaul categories for which the QoS monitoring
       per QoS flow per UE is to be performed.";
      description "The satellite backhaul categories for which the QoS 
      monitoring per QoS flow per UE is to be performed.";
      key satellitebackhaulcat;

      leaf satellitebackhaulcat{
        description "Specifies the satellite backhaul.";
        reference "3GPP TS 23.501";
        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;
        }
      }
    }