Setup Multiple DUs with 1 CU #683
-
Hi, I am wondering if I can setup multiple DUs (all connected to one CU). I see mentions of using cell configurations to do this but I am wondering if there is any documentation which explains how to set this up clearly. If so, can someone please share? If not, can someone share any guidelines? Further, can I connect these different DUs to the same RU (USRP) or do I need different RUs? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
you can check our HO tutorial: https://docs.srsran.com/projects/project/en/latest/tutorials/source/handover/source/index.html |
Beta Was this translation helpful? Give feedback.
-
@hpate063, I got a bit confused by your question. I understood that you want to work with a CU/DU split instead of a monolithic gNB (CU and DU co-located) and you want to have 2 or more DUs connected to a single CU, correct? If that's the case, you cannot share one RU across multiple DUs. Each DU has its own RU. From the perspective of the connection between the DUs and the CU (F1 interface), the main thing you have to ensure is that the F1 bind IP address of the DUs does not collide if they are in the same machine, and that the DUs have different |
Beta Was this translation helpful? Give feedback.
-
Hi,
|
Beta Was this translation helpful? Give feedback.
If you do not have the requirement that the two DUs are in separate machines, what you are asking should be possible. We already support "RU-DU1-CU + RU-DU2-CU" when using the monolithic gNB app. You just need to increase the number of cells to 2 and the RU will treat the 2nd DU as an extra cell of a single DU. I don't see any conceptual impediment to do the same with the split CU/DU. The standalone DU app could also contain an "RU-DU1 + RU-DU2".
I have to be honest though that I've not tested this yet, so I will have a look next week.