From 9f7aaafe037c030b54021c9b3233adb6e91d9894 Mon Sep 17 00:00:00 2001 From: sjana Date: Wed, 1 Apr 2020 13:30:49 -0400 Subject: [PATCH] Support A1 Health check policy Issue-ID: RICAPP-30 Signed-off-by: sjana Change-Id: I830ce685b89f60d1c69dd5286d8cad7a4483668d --- init/config-file.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }, -- 2.16.6