You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 8ef0d6c6ca do not automatically consider cells for which a measurment has been received as "in sync"
the in_sync flag has been misused in some parts of the code
receiving a PHY measurement for a cell does not automatically
mean that we are "in sync", as it is used in RRC as a condition
to indicate if we are camping on cell

the in_sync/out_of_sync condition should only be altered by the
corresponding functions sent from the PHY for the currently selected
cell (and not automatically for all cells)

the commit also removes the deletion of cells which are not "in sync"
from the list of neighbor cells. Instead, RRC calls a clean-up function
peridically that deletes old cells eventually.
5 years ago
..
hdr do not automatically consider cells for which a measurment has been received as "in sync" 5 years ago
src do not automatically consider cells for which a measurment has been received as "in sync" 5 years ago
test Fix compilation issue when enabling TTCN3 5 years ago
CMakeLists.txt update copyright notice 6 years ago
ue.conf.example Do not change master clock rate if not necessary. Hint in ue/enb configs for low BW cells 5 years ago