srsLTE/srsue/hdr
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.
2019-11-28 16:33:35 +01:00
..
phy Changes in ACK procedure to support CA. Tested 1 cell in SISO/MIMO 2019-10-14 11:20:35 +02:00
stack do not automatically consider cells for which a measurment has been received as "in sync" 2019-11-28 16:33:35 +01:00
metrics_csv.h update copyright notice 2019-04-29 09:20:02 +02:00
metrics_stdout.h update copyright notice 2019-04-29 09:20:02 +02:00
ue.h remove expert config and split into PHY and general config, cleanup ue.conf.example 2019-07-15 06:18:34 -04:00
ue_metrics_interface.h add RRC metrics and remove extra methods to query RRC state 2019-07-13 14:33:43 +02:00