When sending QoE metrics reports from the Media Session Handler to the Application Function the XML based reports are stored on the disk. The name that is used to store the reports currently contains "null" , for example:
It looks like ReceptionReport@clientID is not correctly parsed from the payload. Note that clientID contains a capital "D". See 26.247: <xs:attribute name="clientID" type="xs:string" use="optional"/>
Description
When sending QoE metrics reports from the Media Session Handler to the Application Function the XML based reports are stored on the disk. The name that is used to store the reports currently contains "null" , for example:
(null)_42c716b3e6cb4cc085f982cd5c31749b_2024-04-03T07:08:19.057Z.xml
It looks like
ReceptionReport@clientID
is not correctly parsed from the payload. Note thatclientID
contains a capital "D". See 26.247:<xs:attribute name="clientID" type="xs:string" use="optional"/>
Example