Defaut in-sync for neighbour cell to true

This commit is contained in:
Ismael Gomez 2018-02-13 00:05:52 +01:00
parent ea07f695ad
commit 230364a604
1 changed files with 1 additions and 1 deletions

View File

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