srsRAN_4G
srsRAN_4G copied to clipboard
Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
is it possible to set up srsran enb project as multi-cell? I want to run a enb with two different earfcn simultaneously... can any one guide me? Thanks in advance
We use srsUE connected with a commercial gNB. When RRC Reconfigration from gNB with pdcch config below: "searchSpaceType": { "ue-Specific": { "dci-Formats": "formats0-1-And-1-1" } } PDCSH will CRC KO, and...
https://github.com/srsran/srsRAN_4G/blob/ec29b0c1ff79cebcbe66caa6d6b90778261c42b8/lib/src/phy/common/phy_common.c#L353 The function `srsran_symbol_sz_power2` seems to return a non-radix-2 symbol size when 75 PRB is the input. This creates an issue with using a USRP N310 at 75 PRB, as...
Hi, I'm running epc/enb and ue on two bladeRF micro 2.0 xA4 devices with Ubuntu24. I found UE never attach successfully. #### epc.conf [mme] mme_code = 0x1 mme _group =...
Hello, I am working on a 4G LTE project using SRSRAN and USRP B210 as the hardware. I have encountered an issue where the 4G LTE signal is detected intermittently....
Hi, when I run this project with usrp, UE always can't access successfully, and the whole logs are as the following. It looks fine at the beginning, but there are...
Hi folks, I want to upgrade the NR part of the ASN.1 to Release 16. What’s the simplest way to do this? Using asn1c directly seems to be incompatible with...
Although TS 24.501 states this field “may be included to assign a 5G-GUTI to a UE”, it is typed as 5GS mobile identity and may contain other values like SUPI...
I found that srsUE already supports TDD. Are there any corresponding TDD examples for reference? Thanks! When I was performing the N78 test with usrp b210, an error occurred.I have...