forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: lte_link_control: Skip parsing of unexpected %NCELLMEAS notif
Added check to skip %NCELLMEAS notification parsing when neighbor cell measurement has not been requested by calling lte_lc_neighbor_cell_measurement(). If the neighbor cell measurement is triggered by sending the AT%NCELLMEAS AT command to the modem, LTE LC does not know how the received notification should be parsed, sometimes leading to a parsing error. Signed-off-by: Tommi Kangas <tommi.kangas@nordicsemi.no>
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters