Ismael Gomez
6ffa036b84
srsue,stack: initialize sdap pointers
3 years ago
Ismael Gomez
a1905072b8
srsue,rrc_nr: check SDAP configuration before passing to SDAP module
3 years ago
Ismael Gomez
f8c2fa05bf
srsue,phy: support n_ta_offset parameter from sib1
3 years ago
Ismael Gomez
edeb8e8f18
srsue,nr: add TA support from RAR and MAC CE
3 years ago
Ismael Gomez
b3497c4a94
srsue,nr: decode SIB1 based on coreset0 configuration in MIB
3 years ago
Ismael Gomez
bfe69deccc
srsue, nr: Add SDAP to the UE. Supports only UL header
3 years ago
Ismael Gomez
a4f26fa5d6
srsue,rrc: send precanned UECapabilityInformation
3 years ago
Ismael Gomez
f83557b891
srsue,phy: use common pucch for msg3. Completed table for all pucch_common_idx values
3 years ago
Ismael Gomez
7bb6aa1f50
srsue,mac: do not add sbsr_ce on Msg3
3 years ago
Ismael Gomez
496b8e2748
srsue,mac: do not destroy active dl_harq_proc during a reconfiguration
3 years ago
Ismael Gomez
12435eae7d
srsue,phy: avoid changing the sampling rate while sync thread is already receiving
3 years ago
Ismael Gomez
7f8ac07b65
srsue: fix A1/S2 reports with CA. Fix some unstability issues when doing HO with multiple carriers due to frequent call to update_phy
3 years ago
Ismael Gomez
bdbfc3478b
srsue,phy: do not reestablish if configured more carriers than existing
3 years ago
Ismael Gomez
08b20ba4b2
srsue,phy: change stop order to avoid locking
3 years ago
Ismael Gomez
be5c3afc51
radio: fix invalid mapping of multiple channels to multiple devices
3 years ago
Ismael Gomez
6989d435d4
cmake: reduce version requirement
3 years ago
Ismael Gomez
65dbac0bd3
srsenb,metrics: use epre for snr computation instead of rsrp
3 years ago
Ismael Gomez
2bbeef6068
srsgnb,metrics: add ul_pucch_ni metric and refactor rssi/epre nomenclature. Fix bug in rsrp_avg computation in pucch
3 years ago
Ismael Gomez
cf647b1fd5
srsenb,metrics: add PUSCH/PUCCH RSSI metrics. Add bearer DL total data metric for RLC UM
3 years ago
Pedro Alvarez
9a0d7113bc
lib,rlc_am_nr: fix checking the wrong SDU rx state on t-Reassembly expiry
3 years ago
Pedro Alvarez
8e06861113
lib,rlc_am_nr: fixup rx_next_highest when t-Reassembly exipres
3 years ago
Pedro Alvarez
46872a8c84
lib,rlc_am_nr: fix unprotected access to rx_window during timer expiration
3 years ago
Pedro Alvarez
a15b4c039e
lib,rlc_am_nr: fix state debugging info logging. Also log current TX/RX window size
3 years ago
Pedro Alvarez
0ada2adac7
lib,rlc_am_nr: minor fixes to address coments. Re-added comment, deleted useless assignement and fixed incorrect comment
3 years ago
Pedro Alvarez
6a1f6a35c1
lib,rlc_am_nr: fix loops for updating st.rx_highest_status and st.rx_next to be bounded by st.rx_next_highest, since rx_next_highest holds the value of the highest possible missing SDU.
3 years ago
Pedro Alvarez
981983377d
lib,rlc_am_nr: fixes for retx_segment test for 18bits after changes for Rx_Highest_Status
3 years ago
Pedro Alvarez
1e0e451174
lib,rlc_am_nr: fixes for retx_segment_test after changes to RX_Highest_Status
3 years ago
Pedro Alvarez
f4ff72bff8
lib,rlc_am_nr: fixes for setting the rx_highest_status incorrectly and incorrect status report generation.
3 years ago
Robert Falkenberg
a5c61418d5
lib,rf_imp: load rf plugins when loading this library
...
This fixes race of concurrently loading the same plugins
when srsran_rf_open_devname is called by multiple threads
Plugins are now loaded when srsran_rf is loaded (for
shared lib) or right before main() (for static lib)
3 years ago
Pedro Alvarez
e6f42331ba
lib,rlc_am_nr: fix race condition in handle data PDU. This was causing SDUs being removed from the rx_window, while the status report was geing generated.
3 years ago
Robert Falkenberg
fbdbc81bdd
lib,pdcp: fix modulus for SN increments
3 years ago
Robert Falkenberg
79e8f7625e
lib,rlc_am_nr: fix log msg for AM NR PDU header
3 years ago
Robert Falkenberg
bd6e306c94
lib,rlc_am_nr: extend unit tests for 18-bit SN
3 years ago
Robert Falkenberg
7e13cd0712
lib,rlc_am_nr: rename get_tx_window_size() to get_tx_window_utilization()
3 years ago
Robert Falkenberg
329f3e519b
lib,rlc_am_nr: reset do_status flag after sending status PDU
...
and extend unit test to fail when redundant status PDUs exist.
3 years ago
Pedro Alvarez
12f440145d
lib,rlc_am_nr: changed build_retx_pdu_without_segmentation to pass retx
...
info by copy. This is to avoid accidently using retx info by reference
after pop'ing the retx from the queue.
3 years ago
Pedro Alvarez
c023dba175
lib,rlc_am_nr: cleaned up some test names and some comments.
3 years ago
Pedro Alvarez
b4814bfdc1
lib,rlc_am_nr: added test for polling bit set when retx queue is empty. Fixed lost PDU test now that we correctly set the polling bit.
3 years ago
Pedro Alvarez
47aea19bd3
lib,rlc_am_nr: added test for poll setting in RETXes
3 years ago
Pedro Alvarez
1d1e6dd832
lib,rlc_am_nr: added pollBYTE support and a unit test for it
3 years ago
Pedro Alvarez
eaa8fff6a0
lib,rlc_am_nr: Passing bool to get_pdu_poll() to differentiate the
...
behaviour between RETX and non-RETX PDUs.
3 years ago
Robert Falkenberg
b52a102021
lib,rlc_am_nr: extend unit tests for 18-bit SNs
3 years ago
Robert Falkenberg
5bb6cdec1e
lib,rlc_am_nr: use std:vector for nacks in rlc_am_nr_status_pdu_t
...
- Also create tx_status a member to avoid frequent allocations
for each created PDU.
- Remove unused member nack_range from rlc_am_nr_status_pdu_t.
3 years ago
Robert Falkenberg
0cf052e31d
lib,rlc_am_nr: replace hard-coded WINDOWS_SIZE
3 years ago
Robert Falkenberg
80e23624f8
lib,rlc_am_nr: extract function am_window_size()
3 years ago
Robert Falkenberg
717132e0c3
lib,rlc_am_nr: fix access of unconfigured entity
3 years ago
Robert Falkenberg
47c1845cdc
lib,rlc_am_nr: add pdu_retx_queue_base, rlc_ringbuffer_base as interfaces
...
that are independent from templated capacity.
3 years ago
Robert Falkenberg
11ac8c2529
lib,rlc_am_nr: add support for 18-bit SNs
...
and first bunch of corresponding unit tests
3 years ago
Robert Falkenberg
21cb5858f0
cmake: fix warning when searching for SKIQ
...
Replace INCLUDE(FindPkgConfig) by FIND_PACKAGE(PkgConfig REQUIRED)
to avoid following warning:
warning: The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (SKIQ). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern.
3 years ago
Xavier Arteaga
f57cf0b195
PHY: Initial PUCCH default resource selection (hard-coded row index 11)
3 years ago