From: naman.gupta Date: Mon, 8 May 2023 12:11:58 +0000 (+0530) Subject: Adding configuration for rmr X-Git-Tag: 3.1.1~5^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F11045%2F1;p=ric-plt%2Fa1.git Adding configuration for rmr Adding configuration for rmr Signed-off-by: naman.gupta Change-Id: I18901dd232f35fdf81441dc415b5b714ced9ac25 --- diff --git a/config/config.yaml b/config/config.yaml index 80e08d8..52d906d 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -13,3 +13,12 @@ # limitations under the License. # log-level: debug + +#Config variable for rmr +NAME: "" +MAX_SIZE: 65534 +THREAD_TYPE: 0 +LOW_LATENCY: false +FAST_ACK: false +MAX_RETRY_ON_FAILURE: 1 +PORT : 4561 \ No newline at end of file