Andre Puschmann
|
2401a2982b
|
adding various NB-IoT test captures
|
5 years ago |
Andre Puschmann
|
792e2f7f8f
|
add NB-IoT scrambling sequences
|
5 years ago |
Andre Puschmann
|
b20f7ba541
|
refactor RLC UM and add NR receiver
|
5 years ago |
Francisco Paisana
|
a9a33256e9
|
fixed some of the net utils functions
|
5 years ago |
Francisco Paisana
|
b0e0b3232f
|
fix linking issue
|
5 years ago |
Francisco Paisana
|
546ee98879
|
fixed small issue that was causing compilation errors
|
5 years ago |
Francisco Paisana
|
2de0eee9c7
|
clean up some comments
|
5 years ago |
Francisco Paisana
|
76673d2d40
|
cleaned up socket util methods, and made the S1AP non-blocking.
|
5 years ago |
Francisco Paisana
|
2c3e4a3daf
|
creation of util class net_addr_t that provides methods for conversion of IP addr const char* to sockaddr_in
|
5 years ago |
Francisco Paisana
|
31dffde6c3
|
simplified interface and made it more generic to different types of sockets
|
5 years ago |
Francisco Paisana
|
e37a718f21
|
created a sctp socket class
|
5 years ago |
Francisco Paisana
|
131b1a7e41
|
added a class to handle multiple sockets via a select
|
5 years ago |
Andre Puschmann
|
98ac39e617
|
fix compilation when macro SRSLTE_BUFFER_POOL_LOG_ENABLED is enabled
|
5 years ago |
Andre Puschmann
|
03bd63d9ab
|
rename RLC AM class to RLC AM LTE
|
5 years ago |
Francisco Paisana
|
ff62ae6ad0
|
created the method chain in RRC to receive and handle the response to a S1AP HORequired
|
5 years ago |
Francisco Paisana
|
50ed2ccfec
|
added the handling of ho preparation failure and an ue class to s1ap
|
5 years ago |
Francisco Paisana
|
57cd40ca31
|
added an ho required message send from SeNB to MME
|
5 years ago |
Francisco Paisana
|
690a9850e7
|
cleaned up some old patterns and run clang-format in RRC and scheduler
|
5 years ago |
Xavier Arteaga
|
2e1479e9d6
|
SRSENB: Added PHY CA PRACH workers
|
5 years ago |
Andre Puschmann
|
2d126371f6
|
adopt PDCP NR to use new timer class
|
5 years ago |
Pedro Alvarez
|
ac9ee9d863
|
Added comment.
|
5 years ago |
Pedro Alvarez
|
ea0a413c8a
|
Added check on wether the PDCP entity is initialized.
|
5 years ago |
Pedro Alvarez
|
9998b3e857
|
Small white space fix and clang-format on pdcp_nr_test.h
|
5 years ago |
Pedro Alvarez
|
cede56abe1
|
Fix small typo
|
5 years ago |
Pedro Alvarez
|
900d535baa
|
Added test for reception of duplicated packets
|
5 years ago |
Pedro Alvarez
|
347e10d967
|
Adding test for reception of duplicate packets.
|
5 years ago |
Pedro Alvarez
|
3614c1004e
|
Fixed issue in test with out-of-order packets.
|
5 years ago |
Pedro Alvarez
|
7542e5a936
|
Continue to change PDCP test to support timeouts.
|
5 years ago |
Pedro Alvarez
|
6265325e20
|
Starting to change test to also run the clock.
|
5 years ago |
Pedro Alvarez
|
8511fca940
|
Clang-formated to prepare for PR
|
5 years ago |
Pedro Alvarez
|
d3a07fdd38
|
Added check for overflow at RX. Adding more tests.
|
5 years ago |
Pedro Alvarez
|
eb1470621a
|
Added function to generate vector of PDUs
|
5 years ago |
Pedro Alvarez
|
ed24544a63
|
Added debug print for out of order, wraparound and duplicate RX PDUs. Adding a helper function to help generate a vector of test PDUs
|
5 years ago |
Pedro Alvarez
|
a191eb6606
|
Fixed up some PDCP tx tests.
|
5 years ago |
Pedro Alvarez
|
2752e3cff5
|
Starting to stop tx'ing packets if TX_NEXT overflows.
|
5 years ago |
Pedro Alvarez
|
62230c6ab9
|
Starting to have overflow protection in PDCP NR tx
|
5 years ago |
Pedro Alvarez
|
f872c1b55a
|
Added test for PDCP COUNT wraparound. (Needs to be changed, COUNT wraparound is not allowed.)
|
5 years ago |
Pedro Alvarez
|
f29dd3c5de
|
Added test for reordering at COUNT wraparound. Failing at the moment (as expected).
|
5 years ago |
Pedro Alvarez
|
1d56fa6308
|
Improved speed of tests for COUNT wraparound, by setting the PDCP initial state.
|
5 years ago |
Pedro Alvarez
|
ffc26a702d
|
Changed the name of more PDUs
|
5 years ago |
Pedro Alvarez
|
cb0466bce7
|
Starting to change the expected pdus name.
|
5 years ago |
Pedro Alvarez
|
49e0e3a24a
|
Added helper function to generate expected PDUs
|
5 years ago |
Pedro Alvarez
|
39943367ab
|
Starting to add the ability to tweak the initial state of the PDCP NR state, so that the tests of counter wraparound don't take hours.
|
5 years ago |
Pedro Alvarez
|
517ce8a220
|
Added test to test out of order COUNT wraparoung. Added setters to help with the testers.
|
5 years ago |
Pedro Alvarez
|
727436ec0b
|
Added helper function to compare two packets. Making generic function to test out of order packets.
|
5 years ago |
Pedro Alvarez
|
43c68fe78b
|
Sarting to add test for out of order wrap-around.
|
5 years ago |
Pedro Alvarez
|
ceea761ca4
|
Added append_bytes method to byte_buffer_t class. Continue to reduce boilerplate.
|
5 years ago |
Pedro Alvarez
|
59bc2baf3f
|
Continue to reduce boiler plate
|
5 years ago |
Pedro Alvarez
|
df7a020e5f
|
removing some boiler plate
|
5 years ago |
Pedro Alvarez
|
977238a79c
|
Added pdcp_nr_test.h to reduce boiler code in the pdcp_nr_test.cc
|
5 years ago |