ORAN 7.2 Benetel RAN650 RU #91
-
Hi, First of all, it is really great news that 7.2 split is now supported by srsRAN_Project! :) Congratulations to the whole team for the great achievement. We are looking forward to start experimenting with it. In our lab, we have a couple of Benetel RAN650 RU that are the outdoor version of the RAN550 used in the tutorial. I saw that RAN650 is also mentioned in your news letter last February (https://srs.io/srs-introduces-new-oran-native-5g-cu-du-solution-at-mwc/). Hence, I am wondering if you have any experience with those RUs as well. Do you have any guidelines on how to connect the RAN650 to the DU? Is the procedure similar to the RAN550? Meaning, should the compression parameters be set as instructed in the tutorial and are the same registers for both RU types (c0350, c0351, c0352 and c0353)? Finally, is there another modification in the example configuration file needed related to RAN650 RU? Thank you very much in advance for the information. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Hi Vasilis, Thanks for your feedback. I think RAN650 and RAN550 should be compatible from the point of view of interaction with DU and basic configuration. My best recommendation is to follow the "Software User Guide for RANxx0 CAT-A O-RUs" from Benetel, or contact them directly. Regarding those registers in particular, the manual doesn't seem to show any difference between RU models, so I think you could try following the same procedure. Please let us know how the integration works. Regards |
Beta Was this translation helpful? Give feedback.
-
Hi Vasilis, I am working on the same setup at the moment (with the RAN650). I believe that this command should help you set the registers: Regards, |
Beta Was this translation helpful? Give feedback.
-
@vamaglog @merimdzaferagic @ismagom I have a question about TDD pattern which is mentioned in the srsRAN manual. There is 6-3 pattern motioned. |
Beta Was this translation helpful? Give feedback.
-
Hi @faluco @ismagom |
Beta Was this translation helpful? Give feedback.
Hi @mateuszmichalskiacc
In the logs you have shared there are traces like this one:
This log line gets printed each time the OFH library pushes the PRACH samples to the PRACH detector. I would suggest to enable phy layer logs to check what the detector sees, you can do this by enabling the
broadcast_enabled
in the log section of the config file and settingphy_level
to debug.We are using v0.8.1 for the RAN550, to enable the long prach format you have to run
long_form_prach.sh
inside the sbin dir in the RU or tweak the init radio script file. In this file there is a section to enable short prach, for our lab RU we have disabled this part to …