From 230364a6046bd3b2fbc1d8d88442e2fa4df560a3 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Tue, 13 Feb 2018 00:05:52 +0100 Subject: [PATCH] Defaut in-sync for neighbour cell to true --- srsue/hdr/upper/rrc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsue/hdr/upper/rrc.h b/srsue/hdr/upper/rrc.h index 4ac2dfa2f..1aaf6f29b 100644 --- a/srsue/hdr/upper/rrc.h +++ b/srsue/hdr/upper/rrc.h @@ -87,7 +87,7 @@ class cell_t this->phy_cell = phy_cell; this->rsrp = rsrp; this->earfcn = earfcn; - in_sync = false; + in_sync = true; bzero(&sib1, sizeof(sib1)); bzero(&sib2, sizeof(sib2)); bzero(&sib3, sizeof(sib3));