Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date

at 14:00 UTC

Note time is 14:00 UTC 

Meeting Link:  https://zoom.us/j/719188490?pwd=djdYTVJRUVFIUkpqNi80SEZQVmZvdz09 

Discussed


TMForumPerformanceManagementEnd2End.pdf

The sql query template:

select sum(measurementFields.additionalFields."UPF.N3IncPkt._Dnn"+measurementFields.additionalFields."UPF.N3OgPkt._Dnn") as totalTraffic from upf where commonEventHeader.sourceId = '${id}'  and  from_unixtime(commonEventHeader.lastEpochMicrosec/1000) <= from_iso8601_timestamp( '${timeStamp}') 

...