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

Update 2 files

- /yang-models/_3gpp-5gc-nrm-GtpUPathQoSMonitoringControl.yang
- /yang-models/_3gpp-5gc-nrm-QFQoSMonitoringControl.yang
parent ce5d5eb2
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -127,29 +127,6 @@ module _3gpp-5gc-nrm-GtpUPathQoSMonitoringControl {
      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" {

    list GtpUPathQoSMonitoringControl {
+23 −0
Original line number Diff line number Diff line
@@ -122,6 +122,29 @@ 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 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" {