X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Ftest%2F1.1.x-alpha.2%2Fexample_files%2Fpolicy_type_STD_QoSNudging_0.2.0.json;fp=near-rt-ric-simulator%2Ftest%2F1.1.x-alpha.2%2Fexample_files%2Fpolicy_type_STD_QoSNudging_0.2.0.json;h=0000000000000000000000000000000000000000;hb=2d07867317ef49df4cd003899dcc7fe4c01b0352;hp=baf1bbec49c8e25475318fc0251f5895fd000e24;hpb=7d31c11783b82cb058005242e3d2d0c932c9a04d;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/test/1.1.x-alpha.2/example_files/policy_type_STD_QoSNudging_0.2.0.json b/near-rt-ric-simulator/test/1.1.x-alpha.2/example_files/policy_type_STD_QoSNudging_0.2.0.json deleted file mode 100644 index baf1bbe..0000000 --- a/near-rt-ric-simulator/test/1.1.x-alpha.2/example_files/policy_type_STD_QoSNudging_0.2.0.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "policySchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "STD_QoSNudging_0.2.0", - "description": "QoS policy type", - "type": "object", - "properties": { - "scope": { - "type": "object", - "properties": { - "ueId": {"type": "string"}, - "qosId": {"type": "string"} - }, - "additionalProperties": true, - "required": ["ueId", "qosId"] - }, - "statement": { - "type": "object", - "properties": { - "priorityLevel": {"type": "number"} - }, - "additionalProperties": false, - "required": ["priorityLevel"] - } - } - }, - "statusSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "statusSchema", - "description": "statusSchema", - "type": "object", - "properties": { - "enforceStatus": { - "type": "string", - "enum": ["UNDEFINED", "ENFORCED", "NOT_ENFORCED"] - }, - "enforceReason": { - "type": "string", - "enum": ["100", "200", "300", "800"] - }, - "additionalProperties": false - }, - "if": {"properties": {"enforceStatus": {"const": "NOT_ENFORCED"}}}, - "then": {"required": ["enforceReason"]} - } -}