diff options
Diffstat (limited to 'csit/scripts/healthcheck/data/testdata/policy.json')
-rw-r--r-- | csit/scripts/healthcheck/data/testdata/policy.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/csit/scripts/healthcheck/data/testdata/policy.json b/csit/scripts/healthcheck/data/testdata/policy.json new file mode 100644 index 00000000..ac1b538b --- /dev/null +++ b/csit/scripts/healthcheck/data/testdata/policy.json @@ -0,0 +1,9 @@ +{ + "scope": { + "ueId": "ue3100", + "qosId": "qos3100" + }, + "qosObjectives": { + "priorityLevel": 3100 + } +} |