You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the N310 needs Radix-2 rates (#171).
I believe simply changing the above line to return=1024 should fix the issue.
The text was updated successfully, but these errors were encountered:
srsRAN_4G/lib/src/phy/common/phy_common.c
Line 353 in ec29b0c
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 the N310 needs Radix-2 rates (#171).I believe simply changing the above line to
return=1024
should fix the issue.The text was updated successfully, but these errors were encountered: