srsRAN_4G
srsRAN_4G copied to clipboard
Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
## Issue Description ## Trying to connect Samsung S21+5G to the network with the srsgnb. The config files and pcap from Core here. ## Setup Details ## core: free5Gc (10.23.10.143)...
**When running srsENB for 5G NR SA:** ` Built in Release mode using commit f2dff0b7a on branch master. /root/srsRAN/srsenb/src/enb_cfg_parser.cc:1818: DL-ARFCN 173800 in band n5 not supported with coreset0 config. /root/srsRAN/srsenb/src/enb_cfg_parser.cc:1819:...
## Issue Description ## I’m trying to duplicate the scenario presented in the latest version of srsRAN using 5g SA configuration. I followed the guidelines mentioned in the latest release...
## Issue Description ## I'm trying to use a BladeRF xA4 and srsRAN to attach as many UE's to an LTE tower as possible. I'm not sharing internet though the...
## Issue Description ## I have configured 5G NSA END-to-END(https://docs.srsran.com/en/latest/app_notes/source/5g_nsa_zmq/source/index.html#g-nsa-zmq-appnote). I am using open5gs as the core network. I am able to connect ue to gnb. But using iperf3 I...
``` 92% tests passed, 114 tests failed out of 1356 Label Time Summary: chest = 38.28 sec*proc (22 tests) fec = 1.40 sec*proc (11 tests) ldpc = 0.03 sec*proc (1...
Config looks like this ``` cmake -C /var/tmp/portage/net-wireless/srsran-22.04/work/srsran-22.04_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_UHD=yes -DENABLE_BLADERF=yes -DENABLE_SOAPYSDR=yes -DENABLE_ZEROMQ=yes -DENABLE_HARDSIM=yes -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-wireless/srsran-22.04/work/srsran-22.04_build/gentoo_toolchain.cmake /var/tmp/portage/net-wireless/srsran-22.04/work/srsran-22.04 loading initial cache file /var/tmp/portage/net-wireless/srsran-22.04/work/srsran-22.04_build/gentoo_common_config.cmake -- The C compiler identification is...
Tested over zmq. Thanks a lot!
Hey! This change will allow allocating more than 254 addresses for UEs. I am pretty terrified that I missed something, so I would like your close inspection and your professional...
I am trying to dump the values of the PUCCH and PUSCH SNR values to a file which I will later do some analysis on these them. I simply added...