File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1253,11 +1253,7 @@ static void at_handler_ncellmeas(const char *response)
12531253 int err ;
12541254
12551255 __ASSERT_NO_MSG (response != NULL );
1256-
1257- /* Skip NCELLMEAS notification if positioning is not ongoing */
1258- if (!nrfcloud_sending_loc_req ) {
1259- return ;
1260- }
1256+ __ASSERT_NO_MSG (nrfcloud_sending_loc_req );
12611257
12621258 if (ncellmeas_search_type > 2 ) {
12631259 err = parse_ncellmeas_gci (response , nrfcloud_cell_data );
Original file line number Diff line number Diff line change @@ -230,8 +230,7 @@ Unsolicited notification
230230* The ``<status> `` parameter indicates the status of the location request.
231231
232232 * ``0 `` - Successful request. Other parameters are also present.
233- * ``-1 `` - Requesting location from the cloud failed.
234- * ``-2 `` - Neighbor cell measurements failed.
233+ * ``-1 `` - Location request failed.
235234 * ``<positive integer> `` - Requesting location from the cloud failed with cloud error as defined in :c:enum: `nrf_cloud_error ` values.
236235
237236This is emitted when a successful response to a sent location request is received.
You can’t perform that action at this time.
0 commit comments