From 9837997ce17fb6cb09e9c617ee7025e81e30d008 Mon Sep 17 00:00:00 2001 From: Piotr Gawlowicz Date: Thu, 6 Apr 2023 10:18:19 +0200 Subject: [PATCH] e2_agent: fix enb config --- srsenb/enb.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srsenb/enb.conf.example b/srsenb/enb.conf.example index 55f20045c..51f7b5806 100644 --- a/srsenb/enb.conf.example +++ b/srsenb/enb.conf.example @@ -370,7 +370,7 @@ enable = false #auto_target_papr = 8 #ema_alpha = 0.0143 -# Expert configuration options +# E2 Agent configuration options # # ric_ip: IP address of the RIC controller # ric_port: Port of the RIC controller @@ -380,7 +380,7 @@ enable = false # ric_connect_timer: Connection Retry Timer for RIC connection (seconds) ##################################################################### [e2_agent] -enable = true +#enable = false #ric_ip = 127.0.0.1 #ric_port = 36421 #ric_bind_ip = 127.0.0.1