-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5GMSd - QoE Metrics Reporting - Clarification on sampling rate for buffer level #78
Comments
The request for sampling rate signalled in the M5 Service Access Information sounds reasonable to me. If agreeable to SA4, note that it would require a corresponding change to be made in the M1 Metrics Provisioning API. Some additional thoughts:
|
Question about whether this essential change to TS 26.512 Rel-17 for alignment with TS 26.532 Rel-17 can also be justified in TS 26.512 Rel-16? |
I will add this to my CR0037. |
Problem description
TS 26.512 Section 11.4.3 defines the metrics reporting format to be used for 5G Media Streaming referencing the scheme
urn:3GPP:ns:PSS:DASH:QM10
and TS26.247 clause 10.6.1 and 10.6.2.One of the metrics defined in TS26.247 and ISO/IEC 23009-1 is
BufferLevel
. Two questions/comments arose when looking into the reporting of theBufferLevel
as part of the reference implementation in the 5G-MAG Reference Tools.ServiceAccessInformation.clientMetricsReportingConfigurations.reportingInterval
). Or should it be derived periodically according to another configuration parameter? The report send on each iteration of the reporting interval would then contain multiple<BufferLevelEntry>
elements.BufferLevel
and theBufferLevelEntry
elements as they contain no media type. Instead thelevel
is defined as : Indicates the playout duration for which media data of all active media components is available starting from the current playout time.Suggested solution
bufferLevelSamplingPeriod
to the ServiceAccessInformation.Additional context
A related discussion can be found here: 5G-MAG/rt-5gms-media-stream-handler#33
The text was updated successfully, but these errors were encountered: