Codebot
|
4523ee6087
|
rename srsLTE to srsRAN
|
4 years ago |
Pedro Alvarez
|
89a23cec7e
|
Added statusReportRequired to the PDCP entity config.
|
4 years ago |
faluco
|
f424f2e113
|
- Upgraded PDCP classes in lib to use srslog.
- Update tests to new changes.
|
4 years ago |
Francisco
|
3265d940ec
|
remove byte buffer pool cached member variables as they are unnecessary now.
|
4 years ago |
Francisco
|
04ab4eefcd
|
use new make_byte_buffer() helper method to create unique_byte_buffers
|
4 years ago |
Andre Puschmann
|
07d2bc4fe8
|
change license header to agnostic version with hint to root LICENSE file
|
4 years ago |
Andre Puschmann
|
58ce9d3959
|
pdcp: adding basic test to check if control PDUs are handled correctly
use a 3 B long status PDU to check if its dropped from the rx'ing entity
|
4 years ago |
faluco
|
f0d651ae8e
|
- Fixed a leak in the MME class not releasing the static byte buffer pool.
- Now the pool gets destroyed on program exit using a unique_ptr.
- Removed manual cleanup() calls in all the code base to free the pool instance.
|
4 years ago |
Francisco Paisana
|
4f5e65781f
|
created task scheduler class to deal with timers, thread pool, multiqueue, internal tasks
|
4 years ago |
Pedro Alvarez
|
208a539499
|
Split PDCP tx_count state variable into tx_hfn and next_pdcp_tx_sn
variables.
|
4 years ago |
Pedro Alvarez
|
08578a7331
|
Switched to use a struct to hold the PDCP entity state variables. Deleted some unecessary setters.
|
4 years ago |
Francisco Paisana
|
30ae2226c1
|
common interface for stack multiqueue tasks, background tasks and timers
|
5 years ago |
Andre Puschmann
|
890f346808
|
pdcp: fixing LTE rx test
the test was introducing two lost SN and the number of expected SDUs
wasn't changed. Changed now counters, etc to only drop one SN.
|
5 years ago |
Andre Puschmann
|
5e9aa38551
|
pdcp: add test for reception of dublicate PDU
|
5 years ago |
Francisco Paisana
|
344eaf49ec
|
use logmap in the whole enb and ue
|
5 years ago |
Xavier Arteaga
|
e832769ae6
|
Updated copyright
|
5 years ago |
Pedro Alvarez
|
5dd081846b
|
Removed unnecessary macro and some newlines.
|
5 years ago |
Pedro Alvarez
|
aecfb151ce
|
Apply clang-format to the lib in preperation for PR.
|
5 years ago |
Pedro Alvarez
|
940626108b
|
Fix PDCP DRB test. Enabled encryption on PDCP LTE tests. Tests passing now.
|
5 years ago |
Pedro Alvarez
|
d98b888ca4
|
Separating PDCP read_header function from discard_header_function. Starting to add DRB unit test.
|
5 years ago |
Pedro Alvarez
|
dbb5c6c06c
|
Adding PDCP LTE SRB1 test. Test failing for now.
|
5 years ago |
Pedro Alvarez
|
284a0f7b4e
|
Starting to add PDCP LTE unit tests. Test failing for now.
|
5 years ago |