From: sjana Date: Wed, 1 Apr 2020 17:30:49 +0000 (-0400) Subject: Support A1 Health check policy X-Git-Tag: 1.0.0~10 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=inline;h=9f7aaafe037c030b54021c9b3233adb6e91d9894;hp=65ac2f814cdd9dc0f71ee35868dc6c75a7f69d6a;p=ric-app%2Fhw.git Support A1 Health check policy Issue-ID: RICAPP-30 Signed-off-by: sjana Change-Id: I830ce685b89f60d1c69dd5286d8cad7a4483668d --- diff --git a/init/config-file.json b/init/config-file.json index aa9e4c2..72c7926 100644 --- a/init/config-file.json +++ b/init/config-file.json @@ -10,7 +10,8 @@ "numWorkers": 1, "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ", "RIC_CONTROL_REQ", "A1_POLICY_RESP", "A1_POLICY_QUERY"], "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_SUB_DEL_FAILURE", "RIC_INDICATION", "RIC_CONTROL_ACK", "RIC_CONTROL_FAILURE", "A1_POLICY_REQ"], - "file_path":"/tmp/routeinfo/routes.txt", + "policies": ["1","00000"], + "file_path":"/tmp/routeinfo/routes.txt", "contents": "newrt|start\nrte|0|localhost:4560\nrte|2|localhost:38000\nrte|10002|localhost:4560\nrte|10005|localhost:4560\nrte|10003|localhost:38000\nrte|12010|localhost:38000\nrte|12020|localhost:38000\nrte|12011|localhost:4560\nrte|12012|localhost:4560\nrte|12021|localhost:4560\nrte|12022|localhost:4560\nrte|20000|localhost:4560\nrte|12040|localhost:38000\nrte|20001|localhost:4566\nrte|20011|localhost:4560\nrte|20012|localhost:4560\nnewrt|end" },