diff --git a/yang-models/_3gpp-common-qmcjob.yang b/yang-models/_3gpp-common-qmcjob.yang index c68ca941be8bf9d2ab63c1c2ca3101e70b8546df..b0c237c5a44b1f0440f424f220afe5b988ba8c28 100644 --- a/yang-models/_3gpp-common-qmcjob.yang +++ b/yang-models/_3gpp-common-qmcjob.yang @@ -8,7 +8,6 @@ module _3gpp-common-qmcjob { import _3gpp-common-yang-types { prefix types3gpp; } import _3gpp-5g-common-yang-types { prefix types5g3gpp; } import _3gpp-common-managed-element { prefix me3gpp; } - import ietf-inet-types { prefix inet; } organization "3GPP SA5"; @@ -26,6 +25,7 @@ module _3gpp-common-qmcjob { Integration Reference Point (IRP); Information Service (IS)"; + revision 2022-11-04 { reference "CR-0215"; } revision 2022-08-17 { reference "CR-0185"; } revision 2022-04-29 { reference "CR-0171"; } revision 2022-03-22 { reference "draftCR"; } @@ -103,6 +103,24 @@ module _3gpp-common-qmcjob { for Application Layer Measurement Configuration."; mandatory true; } + + leaf mDTAlignmentInformation { + type uint64; + description "This parameter indicates the MDT measurements with which + alignment of QoE measurement is required. This parameter is optional + and is valid for NR only."; + } + + leaf availableRANqoEMetrics { + type enumeration { + enum appLayerBufferLevelList; + enum playoutDelayForMedia; + enum Startup; + } + description "This parameter indicates available RAN visible QoE metrics + to the gNB. This parameter is optional and is valid for NR only."; + } + } grouping QMCJobSubTree {