Disaggregated CU cannot attach to Near RT RIC #881
Replies: 1 comment 1 reply
-
Hi, do you have any update on this? I want to know whether srsCU supports E2 in the latest code. I don't think it supports. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to set up a network with srsRAN split CU and DU with Near RT RIC connected. I was able to get the CU and DU connected successfully (using Open5GS for AMF) and tried to do the next step which is connecting the Near RT RIC with the CU via E2 interface.
The Near RT RIC I am using is the one from this srsRAN tutorial.
As you can see, the RIC is running fine. However, when I go to run the CU, I get this error:
To try to troubleshoot this, I double checked my configuration file to see if anything was wrong. Actually, the address on my configuration was set to something totally different than what is found in the error. In the error, the CU is trying to connect to the RIC on 127.0.0.1:36421 but in the config, I have a different address and port set. Here is my CU config:
Naturally, I then went to the CU logs to see if there was anything there. I have attached the log. There is a section in the log where it basically reprints the full config file to show what the CU is using when it runs. Though the YAML file clearly has a section for e2, it does not appear in the log file. I thought maybe for some reason or another it was getting cut off after the logging section, but the
metrics
section is appearing on the logs.My cu.log with
enable_cu_e2: true
I tried turning CU E2 to false and similarly found that the e2 section was just not appearing in the CU log at all. Regardless of whether the config for the E2 addressing and ports are right (I'm pretty sure they aren't, still just trying everything), I am curious to know why the E2 section is missing in the CU log.
I tried to set up an E2 connection from the DU as well. I got similar errors, but at least in that log, the E2 part of the config was present. The DU also actually took into consideration changes in the config and it showed in the output (was not stuck on the 127 address like CU).
For the sake of brevity I won't go into the DU issues here. I think the problems are related, so if we can resolve the CU issue with RIC connection, I might also be able to troubleshoot what's going on with the DU.
Beta Was this translation helpful? Give feedback.
All reactions