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 ## Cell and PLMN cannot be found when using srsUE ## Setup Details ## [ue] Ubunt22.04 USRPb210 [enb,epc] Ubunt22.04 BladRFA115 ## Expected Behavior ## I expect to...
## Issue Description ## Hello all, I am trying to run my x300 as a 5G gNB with srsRAN Project and my e320 as a UE with srsRAN 4G. I...
why when start-stop srsenb i faced with a strange error how can solve this error [ERROR] [UHD RF] std::bad_alloc
hello. i am new to srsRAN and i learn first run epc and then enb but my question is how can i recive or capture the LTE iq signals for...
## Issue Description ## A small issue in the subframe counter. ## Setup Details ## I am writing some of my own codes on top of srsRAN_4G. I found that...
Hello everyone,I want to add timing synchronization to the system, so I need sib9, but the value of the sched_info_list is always 1 and cannot be changed. I added this...
https://docs.srsran.com/en/latest/app_notes/source/5g_sa_COTS/source/index.html I built open5gs+srsran according to the steps of this website, trying to build a 5G network. But when I use UE to connect, UE cannot find the network I...
## Issue Description ## I just looked at current srsRAN_4G master (fa56836b14dc6ad7ce0c3484a1944ebe2cdbe63b) and as far as I can tell, srsENB is not implementing: * Tx of eNB DIRECT INFORMATION TRANSFER...
bladerf_frequency is a 64-bit number. Change format strings to use %llu (long long unsigned int) as per the [code guide]. [code guide]: https://docs.srsran.com/projects/project/en/latest/dev_guide/source/code_guide/source/5_recommendations.html#fixed-width-integer-types Fixes #1179.
## Issue Description ## The `unpack_constrained_whole_number` method in `src/asn1/asn1_utils.cc:509` contains a bug in the way it decodes integers from packet data. In particular, when packets use Aligned PER rules, the...