mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c7343cf6d8
this patch adds a buffer len paramter to the receive_samples() call that protects the (also) provided buffer from overflowing. currently each call to srslte_ue_sync_zerocopy() which then calls receive_samples() relies on a buffer that is "big enough". But that buffer is sometimes 2 subframes, sometimes 3 or 5, sometimes has space for the maximum PRB size, sometimes only for 6 PRBs (i.e. during cell search). By extending the interface to pass the buffer size we can make sure that only samples are received that actually fit inside the provided buffer. |
5 years ago | |
---|---|---|
.. | ||
agc | 5 years ago | |
ch_estimation | 5 years ago | |
channel | 5 years ago | |
common | 5 years ago | |
dft | 5 years ago | |
enb | 5 years ago | |
fec | 5 years ago | |
io | 5 years ago | |
mimo | 5 years ago | |
modem | 5 years ago | |
phch | 5 years ago | |
resampling | 5 years ago | |
rf | 5 years ago | |
scrambling | 5 years ago | |
sync | 5 years ago | |
ue | 5 years ago | |
utils | 5 years ago |