X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=init%2Fconfig-file.json;fp=init%2Fconfig-file.json;h=3cc7966997d7217299b130dbaa761bc741143988;hb=b9d7e9c232a4371ddfed51c58e5a57f87b057229;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=ric-app%2Fadmin.git diff --git a/init/config-file.json b/init/config-file.json new file mode 100644 index 0000000..3cc7966 --- /dev/null +++ b/init/config-file.json @@ -0,0 +1,29 @@ +{ + "service_ports":{ + "xapp_port":4560, + "rmr_port":4561 + }, + + "rmr":{ + "protPort": "tcp:4560", + "maxSize": 2072, + "numWorkers": 1, + "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ", "RIC_CONTROL_REQ"], + "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_SUB_DEL_FAILURE", "RIC_INDICATION", "RIC_CONTROL_ACK", "RIC_CONTROL_FAILURE"], + "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\nnewrt|end" + }, + + "envs":{ + "GNODEB":"NYC123", + "THREADS":"1", + "A1_SCHEMA_FILE":"/etc/xapp/adm-ctrl-xapp-schema.json", + "VES_SCHEMA_FILE":"/etc/xapp/ves_schema.json", + "SAMPLE_FILE":"/etc/xapp/samples.json", + "VES_COLLECTOR_URL":"127.0.0.1:6350", + "VES_MEASUREMENT_INTERVAL":"30", + "LOG_LEVEL":"MDCLOG_INFO", + "OPERARING_MODE":"CONTROL", + "TEST_MODE":"1" + } +}