UE long PRACH segfault
Testing the long PRACH on the latest develop branch and after SIB1 is decoded the UE sigfaults on line https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/develop/openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c#L77
Attaching the screenshot as well
To start the gNB I use
sudo -E env -i DISPLAY=$DISPLAY XDG_CONFIG_HOME=$XDG_CONFIG_HOME HOME=$HOME ./nr-softmodem -O ../../../../gnb.sa.band66.u0.25prb.prachlong.conf --sa --d --RUs.[0].att_tx 0 --RUs.[0].att_rx 33 --rfsim --rfsimulator.serveraddr server
gNB config gnb.sa.band66.u0.25prb.prachlong.conf UE config nrue.uicc.conf Visual code debug config launch.json
Sorry if this is just a misconfiguration from my side.