Defaut in-sync for neighbour cell to true

master
Ismael Gomez 7 years ago
parent ea07f695ad
commit 230364a604

@ -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));

Loading…
Cancel
Save