Skip to content

Commit

Permalink
Add urn:3GPP:ns:PSS:DASH:QM10# prefix to QoE Metrics (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Apr 26, 2024
1 parent a66b27c commit bb47371
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ object MetricReportingSchemes {
}

object Metrics {
const val BUFFER_LEVEL = "BufferLevel"
const val HTTP_LIST = "HTTPList"
const val REP_SWITCH_LIST = "RepSwitchList"
const val MPD_INFORMATION = "MPDInformation"
const val BUFFER_LEVEL = "urn:3GPP:ns:PSS:DASH:QM10#BufferLevel"
const val HTTP_LIST = "urn:3GPP:ns:PSS:DASH:QM10#HTTPList"
const val REP_SWITCH_LIST = "urn:3GPP:ns:PSS:DASH:QM10#RepSwitchList"
const val MPD_INFORMATION = "urn:3GPP:ns:PSS:DASH:QM10#MPDInformation"
}

object XmlSchemaStrings {
Expand Down

0 comments on commit bb47371

Please sign in to comment.