srsRAN_4G
srsRAN_4G copied to clipboard
Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
> [ 90%] Building CXX object srsenb/src/stack/mac/CMakeFiles/srsenb_mac.dir/sched_grid.cc.o In file included from /home/ubuntu/srsRAN/srsenb/hdr/stack/mac/sched_phy_ch/../sched_common.h:25, from /home/ubuntu/srsRAN/srsenb/hdr/stack/mac/sched_phy_ch/sched_result.h:25, from /home/ubuntu/srsRAN/srsenb/hdr/stack/mac/sched_grid.h:26, from /home/ubuntu/srsRAN/srsenb/src/stack/mac/sched_grid.cc:22: /home/ubuntu/srsRAN/lib/include/srsran/adt/bounded_bitset.h: In member function ‘srsenb::alloc_result srsenb::sf_grid_t::alloc_ul_data(srsenb::sched_ue*, srsenb::prb_interval, bool, bool)’: /home/ubuntu/srsRAN/lib/include/srsran/adt/bounded_bitset.h:336:32: error: ‘newmask.srsran::bounded_bitset::buffer[]’...
srseNB crashes when tries to unpack SEQUENCE AS-Config (RRC HandoverPreparationInformation message) with sourceOtherConfig-r9 field. It happens because RRC decoder tries to unpack sourceOtherConfig-r9 SEQUENCE to `source_other_cfg_r9` which contains no preallocated...
## Issue Description ## srsue can successfully talk to srsgnb via zeromq and attach to the core network. It can then ping remote hosts and receive replies. However, around 10-20...
When I try to build the project with CMake, it prompts me that packages like "FFTW3F," "pkg-config," and "mbedtls" are missing. I searched a lot of information online, and I...
## Issue Description ## I am trying to use srsUE to connect to open5gs via zeroMQ, according to this article: (https://docs.srsran.com/en/latest/app_notes/source/5g_sa_E2E/source/index.html) However, the PDU session cannot be established at final...
## Issue Description ## [Attach failed] ## Setup Details ## device: Ubuntu18.04 srsepc and srsenb: bladeRFx40 srsue: bladeRFx40 ## Expected Behavior ## I expect the srsue to attach to the...
I am following below link test srsRAN4G with open 5gs epc network in raspberrypi4B V1.5 with usrpB210 https://docs.srsran.com/projects/4g/en/next/app_notes/source/pi4/source/index.html#running-the-pi4-enodeb I am using commit fa56836b14dc6ad7ce0c3484a1944ebe2cdbe63b (HEAD, tag: release_23_04_1, origin/master, origin/HEAD, master) latest...
## Issue Description ## cmake fail trying to install srsRAN with ZeroMQ ## Setup Details ## I am following this [tutorial](https://docs.srsran.com/projects/4g/en/next/app_notes/source/zeromq/source/index.html) and it's not working. Ubuntu 20.04 and ZeroMQ enabled....
https://github.com/srsran/srsRAN_4G/blob/fa56836b14dc6ad7ce0c3484a1944ebe2cdbe63b/srsepc/src/mme/s1ap_nas_transport.cc#L332-L336 According to TS 24301 4.4.4.3: All ESM messages are integrity protected except a PDN CONNECTIVITY REQUEST message if it is sent piggybacked in ATTACH REQUEST message and NAS security...
When using `srsue` by adding `[slicing]` section to `ue.conf` as NR-UE, change not to include NSSAI IE in `Plain NAS 5GS Message` of `InitialUEMessage` according to the following specifications. `3GPP...