Skip to content

Commit

Permalink
Changes the example configuration for 5GMS QoE Metrics Reporting (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Apr 23, 2024
1 parent 8ff6b43 commit f5c7a9b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Binary file modified assets/images/5gms/postman-m1-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion pages/5g-media-streaming/tutorials/metrics-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,26 @@ variable with the value from the JSON file:

In Postman navigate to `Collections` and select `5G-MAG M1`. Navigate to `Metrics-Reporting` and
select `Create Metrics Reporting Configuration`. Then adjust the attributes in the payload section based on the desired
configuration. Click on `Send` once the configuration is set:
configuration. An example configuration looks the following:

````json
{
"scheme": "",
"dataNetworkName": "",
"reportingInterval": 10,
"samplePercentage": 100,
"urlFilters": [],
"samplingPeriod": 5,
"metrics": [
"urn:3GPP:ns:PSS:DASH:QM10#HTTPList",
"urn:3GPP:ns:PSS:DASH:QM10#BufferLevel",
"urn:3GPP:ns:PSS:DASH:QM10#RepSwitchList",
"urn:3GPP:ns:PSS:DASH:QM10#MPDInformation"
]
}
````

Click on `Send` once the configuration is set:

![Postman M1 Metrics](../../../assets/images/5gms/postman-m1-metrics.png)

Expand Down

0 comments on commit f5c7a9b

Please sign in to comment.