Commit 2b91414b authored by qiwen's avatar qiwen
Browse files

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

parent f6f6f66b
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -43,12 +43,12 @@ in 3GPP TS 23.501.";
    }
  }

  grouping SatelliteBackhaulCategory {
  grouping satelliteBackhaulCategory{
    description "Specifies the satellite backhaul.";
    reference "3GPP TS 29.571";
    leaf satelliteBackhaulCat{
      description "The type of the satellite used in the backhaul.";
      reference "3GPP TS 29.571";
    reference "3GPP TS 23.501";

    leaf satellitebackhaulcat{
      description "";
      type enumeration{
        enum GEO;
        enum MEO;
@@ -143,11 +143,12 @@ 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.";
      key "satelliteBackhaulCat";
      key "satellitebackhaulcat";
      container attributes {
        uses satelliteBackhaulCat;
        uses satelliteBackhaulCategory;
      }
    }
    
  }    

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