You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: lte_link_control: Send NEIGHBOR_CELL_MEAS event in case of error
Earlier, no LTE_LC_EVT_NEIGHBOR_CELL_MEAS event was sent in case an
error occurred during parsing of the %NCELLMEAS notification. Because
of this, the user of the library did not have any way to determine
when the operation had been completed. The implementation has been
changed so, that an LTE_LC_EVT_NEIGHBOR_CELL_MEAS event is always
sent, if lte_lc_neighbor_cell_measurement() has returned 0. In case
of an error, an empty LTE_LC_EVT_NEIGHBOR_CELL_MEAS (current_cell
set to LTE_LC_CELL_EUTRAN_ID_INVALID) is sent.
Signed-off-by: Tommi Kangas <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -495,6 +495,7 @@ Modem libraries
495
495
* :ref:`lte_lc_readme` library:
496
496
497
497
* Fixed handling of ``%NCELLMEAS`` notification with status 2 (measurement interrupted) and no cells.
498
+
* Added sending of ``LTE_LC_EVT_NEIGHBOR_CELL_MEAS`` event with ``current_cell`` set to ``LTE_LC_CELL_EUTRAN_ID_INVALID`` in case an error occurs while parsing the ``%NCELLMEAS`` notification.
0 commit comments