Pedro Alvarez
|
76c33c78a9
|
lib,rlc_am_nr: starting to add test for segmentation. Starting to add functions for creating new segments and segment continuation.
|
3 years ago |
Pedro Alvarez
|
3e5b064a08
|
lib,rlc_am_nr: starting to add build_sdu_segment() function.
Also adding write_header function that receives as argument uint8_t* so
we can write the header straight to the payload.
|
3 years ago |
Pedro Alvarez
|
90ed04afd1
|
Fix unitialized header warning on rlc_amd_tx_pdu for ARM.
|
3 years ago |
Pedro Alvarez
|
dface7e4af
|
lib,rlc_am_nr: make sure header is initialized.
|
3 years ago |
Pedro Alvarez
|
e3b95ef131
|
lib,rlc_am_nr: remove unused structure
|
3 years ago |
Pedro Alvarez
|
4c02407d3e
|
Change the update of rx_next and rx_highest_status.
|
3 years ago |
Pedro Alvarez
|
3f000f0472
|
Adding t_reassembly to RLC AM NR
|
3 years ago |
Pedro Alvarez
|
37f8dba4ac
|
Make sure rlc_am_nr_header_t is initialized.
|
3 years ago |
Pedro Alvarez
|
8ae4d379aa
|
RLC AM NR: Added some logging functions to better debug the state and the received headers. Added initial handling of data pdu. Updating rx_next and rx_status_highest now.
|
3 years ago |
Pedro Alvarez
|
2d29e4005c
|
Starting to generate RLC NR status report.
Starting to check if status pdu generation is correct.
|
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 |