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

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

parent dccee35e
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -126,6 +126,28 @@ module _3gpp-5gc-nrm-GtpUPathQoSMonitoringControl {
        delay for GTP-U path QoS monitoring.";
      type uint32;
    }
    
    list qFMonitoredSatelliteBackhaulCategories {
      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;
        }
      }
    }
  }    

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