X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Fa1mediator%2Ffiles%2Fricmanifest.json;h=7883c8ad2ec7247db2e5f7f39fe0949b1520ae51;hb=aa4ffa78f3e6a9430cc9ae9933165e58105c9d65;hp=300d7e56947abc010502f2fe8a096c5d67650ade;hpb=24514469850dc9a543869f132385633039c5f5a6;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/files/ricmanifest.json b/integration_tests/a1mediator/files/ricmanifest.json index 300d7e5..7883c8a 100644 --- a/integration_tests/a1mediator/files/ricmanifest.json +++ b/integration_tests/a1mediator/files/ricmanifest.json @@ -1,7 +1,7 @@ { "controls":[ { - "name":"admission_control_policy", + "name":20000, "description":"various parameters to control admission of dual connection", "control_state_request_rmr_type":"DC_ADM_GET_POLICY", "control_state_request_reply_rmr_type":"DC_ADM_GET_POLICY_ACK", @@ -35,6 +35,12 @@ "description":"Minimum number of events in window to trigger blocking" } }, + "required":[ + "enforce", + "blocking_rate", + "trigger_threshold", + "window_length" + ], "additionalProperties":false }, "message_sends_rmr_type":"DC_ADM_INT_CONTROL_ACK", @@ -60,7 +66,7 @@ } }, { - "name":"test_policy", + "name":20001, "description":"for the purposes of testing", "message_receives_rmr_type":"TEST_REQ", "message_sends_rmr_type":"TEST_ACK",