Commit 3044b351 authored by lengyelb's avatar lengyelb
Browse files

Merge branch...

Merge branch 'Rel_18_TS28541-CR1388_Add_qFMonitoredSatelliteBackhaulCategoriese_YANG' into 'Integration_Rel18_SA5_156_YANG'

Rel_18_TS28541-CR1338_Add_qFMonitoredSatelliteBackhaulCategoriese_YANG

See merge request !1325
parents 7ac79d61 18e14750
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -122,7 +122,25 @@ 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 DYNAMIC_GEO;
        enum DYNAMIC_MEO;
        enum DYNAMIC_LEO;
        enum DYNAMIC_OTHER_SAT;
        }
      }
    }
  }    
      

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

+1 −1

File changed.

Contains only whitespace changes.