Codebot
|
4d2b5b8eda
|
Adding AGPL copyright to new files
|
3 years ago |
Codebot
|
9211ad7d51
|
Merge branch 'next' into agpl_next
|
3 years ago |
Andre Puschmann
|
70eaec21e2
|
all: fix uninitialized variables detected by coverity
|
3 years ago |
Codebot
|
123f766935
|
Merge branch 'next' into agpl_next
|
3 years ago |
Robert Falkenberg
|
bb7339910f
|
rlc: separate types of rlc_amd_retx_t for LTE and NR
|
3 years ago |
Codebot
|
9664aa3cf4
|
Merge branch 'next' into agpl_next
# Conflicts:
# lib/include/srsran/phy/channel/ch_awgn.h
|
3 years ago |
Pedro Alvarez
|
9bd368e0a9
|
lib,rlc: changed back status and header logging helpers to log directly. Make sure RB name is automatically logged.
|
3 years ago |
Pedro Alvarez
|
b53da22eb1
|
lib,rlc: changed return of string helper functions from char* to std::string to avoid UB
|
3 years ago |
Pedro Alvarez
|
e157806db2
|
lib,rlc_am_lte: removed RB_NAME macro. changed status and data pdu logging helpers to return C strings. Using new logging macros to make sure that RB name is included when logging status and amd pdus.
|
3 years ago |
Codebot
|
dd2c1f7695
|
Merge branch 'next' into agpl_next
|
3 years ago |
Pedro Alvarez
|
63657ddfe6
|
Moved retx queue to rlc_am_data_structs, to enable it being re-used in RLC AM NR
|
3 years ago |
Codebot
|
e0734e584d
|
Merge branch 'next' into agpl_next
# Conflicts:
# lib/include/srsran/rrc/nr/rrc_nr_cfg_utils.h
# lib/src/rrc/CMakeLists.txt
# lib/src/rrc/nr/rrc_nr_cfg_utils.cc
|
3 years ago |
Codebot
|
861b0622b9
|
Adding AGPL copyright to new files
|
3 years ago |
Pedro Alvarez
|
debb4a0c6b
|
Refactored RLC AM segment pool for re-use in both LTE and NR
Moved RLC AMD PDU definitions from rlc_am_lte.h to rlc_common.h to make them re-usable in both RLC LTE and RLC NR
|
3 years ago |
Pedro Alvarez
|
d528d8af4c
|
Added initial skeleton for RLC AM NR entity
|
3 years ago |
Pedro Alvarez
|
2bb249bf09
|
Moved RLC AM LTE and NR packing functions to their own file.
|
3 years ago |