Francisco Paisana
|
1400777639
|
removed 1st thread from GTPU
|
5 years ago |
Francisco Paisana
|
0539d932b8
|
clang format on the interface files
|
5 years ago |
Andre Puschmann
|
40bacb80b1
|
fixing comments from Xavier's review
|
5 years ago |
Andre Puschmann
|
e05ecdb139
|
adding NB-IoT DL channel estamiation and NPBCH code
|
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
|
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
|
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
|
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
|
62230c6ab9
|
Starting to have overflow protection in PDCP NR tx
|
5 years ago |
Pedro Alvarez
|
1d56fa6308
|
Improved speed of tests for COUNT wraparound, by setting the PDCP initial state.
|
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
|
ceea761ca4
|
Added append_bytes method to byte_buffer_t class. Continue to reduce boilerplate.
|
5 years ago |
Pedro Alvarez
|
b7fdcaabc5
|
Starting to add reordering timers at PDCP NR entity. Timeout seems to be triggered correctly and pass the SDUs to the upper layers when it expires. First tests passing.
|
5 years ago |
Pedro Alvarez
|
b92c99ad2f
|
Removing PDCP config from rrc_interfaces_types. Starting to add t_reordering configuration.
|
5 years ago |
Pedro Alvarez
|
45d298507b
|
Starting to move pdcp configs to rrc_interface_types. Starting to add test for reorder timeout.
|
5 years ago |
Pedro Alvarez
|
6cf2bd7bc3
|
Starting to add reordering queue in the PDCP.
|
5 years ago |
Pedro Alvarez
|
ff15ed5018
|
Starting to add timers to the NR PDCP.
|
5 years ago |
Francisco Paisana
|
35c9f02579
|
added quant cfg parsing and addition to measCfg
|
5 years ago |
Francisco Paisana
|
427fdb83fe
|
using std::make_tuple now to support old compilers. Move operator== definitions for meascfg types to rrc_asn1_types
|
5 years ago |
Francisco Paisana
|
200e18ee3a
|
added diff computation for reportconfig and measid. Tests passing
|
5 years ago |
Francisco Paisana
|
1524e28c3a
|
finished the function to compute diffs between cells/measObjs of two var_meas_cfg objects. Added tests for this. Now the update of a UE's var_meas_cfg is made via a shared pointer.
|
5 years ago |
Francisco Paisana
|
b7559171b7
|
added logic to insert cells from conf file into var_meas_cfg and calculate diffs between meas_objs
|
5 years ago |
Andre Puschmann
|
f4a0bebe1f
|
fix handling of invalid MAC LCIDs
|
5 years ago |
Andre Puschmann
|
aa9733eb59
|
add packing for CCCH over UL-SCH for MAC NR
|
5 years ago |
Francisco Paisana
|
7e62d6d1f9
|
added parser for rrc_cnfg section of rr.conf file, and dummy rrc_mobility class
|
5 years ago |
Francisco Paisana
|
8440126d35
|
removal of srslte::timers class
|
5 years ago |
Francisco Paisana
|
9ae5563331
|
fixed timer issue with setting the duration. Setting the duration cannot reset the on-going timer run
|
5 years ago |
Francisco Paisana
|
d2c56caf7e
|
applied new timer class to the whole code base
|
5 years ago |
Francisco Paisana
|
5953d5ef96
|
fixed some potential bug related to timer getting stopped, but signaling that it expired
|
5 years ago |
Francisco Paisana
|
551192705e
|
allow for pre-reservation of timers vector and priority queue
|
5 years ago |
Francisco Paisana
|
50a1c9d557
|
addressed potential overflow, and extended timer test to check if ordering is working correctly
|
5 years ago |