srsRAN_Project icon indicating copy to clipboard operation
srsRAN_Project copied to clipboard

Open source O-RAN 5G CU/DU solution from Software Radio Systems (SRS) https://docs.srsran.com/projects/project

Results 28 srsRAN_Project issues
Sort by recently updated
recently updated
newest added

Hello With following set of antenna config, and the latest release of srsRAN, UE never gets attached. gNB: ``` nof_antennas_dl: 2 nof_antennas_ul: 2 ``` Amarisoft UE: ``` n_antenna_dl: 2, n_antenna_ul:...

## Issue Description ## Hello, I connected 3 UEs to the gNB, now I was trying to ping the core through the UEs but I can't. ## Setup Details ##...

## Issue Description ## Hello, I have built the End-To-End 5G Network following the tutorial ""https://docs.srsran.com/projects/project/en/latest/tutorials/source/cotsUE/source/index.html"", but I'm still unable to attach the UE. ## Setup Details ## # Hardware:...

I have a zmq-based setup, with gnuradio brokering gNB and UE: ``` self.zmq_source_ue_tx = zeromq.req_source( gr.sizeof_gr_complex, 1, f"tcp://{ue_ip}:6000", 100, False, -1 ) self.zmq_source_ue_tx.set_block_alias("UE TX") self.zmq_source_gnb_tx = zeromq.req_source( gr.sizeof_gr_complex, 1, f"tcp://{gnb_ip}:5000",...

## Issue Description ## RU gets Section Type 1 and Type 3 C-Plane messages From DU. But RU does not send U-Plane messages to DU. ## Setup Details ## gnb...

## Issue Description ## Hello I followed the tutorial "srsRAN gNB with COTS UEs" in the link: https://docs.srsran.com/projects/project/en/latest/tutorials/source/cotsUE/source/index.html I am using a OnePluss Nord5G 8T. I observed that the UE...

Fix the current disk space problems in CodeQL.

## Issue Description ## We are trying to run RAN550 in 2x2 mode with srsRAN gNB, and experienced high loss and low values of SINR. ## Setup Details ## -...

## Issue Description ## [Describe the issue in detail] two pc and two USRP, and the open5gs is running. I installed all the drivers needed , then build the projects...

## Issue Description ## Uplink PUSCH C-plane packets are missing in release_24_04. We have captured the pcap from fronthaul and couldn't find any Uplink PUSCH cplane packets other than PRACH...