diff --git a/yang-models/_3gpp-5gc-nrm-QFQoSMonitoringControl.yang b/yang-models/_3gpp-5gc-nrm-QFQoSMonitoringControl.yang index 6f3ae35267ae83b1c302fd60c4f11abee0eee6da..747720a5cad38bdb0401d069982308a59be9b7ad 100755 --- a/yang-models/_3gpp-5gc-nrm-QFQoSMonitoringControl.yang +++ b/yang-models/_3gpp-5gc-nrm-QFQoSMonitoringControl.yang @@ -43,6 +43,7 @@ in 3GPP TS 23.501."; } } + grouping QFQoSMonitoringControlGrp { description "Represents the QFQoSMonitoringControl IOC."; reference "3GPP TS 28.541"; @@ -119,6 +120,28 @@ 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" {