File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ CONFIG_SMF_INITIAL_TRANSITION=y
157157CONFIG_LOCATION=y
158158CONFIG_LOCATION_DATA_DETAILS=y
159159CONFIG_LOCATION_METHOD_GNSS=y
160+ CONFIG_LOCATION_SERVICE_EXTERNAL=y
160161CONFIG_LOCATION_SERVICE_NRF_CLOUD_GNSS_POS_SEND=y
161162CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT=60000
162163CONFIG_LOCATION_REQUEST_DEFAULT_WIFI_TIMEOUT=10000
Original file line number Diff line number Diff line change @@ -358,16 +358,6 @@ static void network_task(void)
358358
359359 network_status_notify (NETWORK_DISCONNECTED );
360360
361- if (IS_ENABLED (CONFIG_LTE_LINK_CONTROL )) {
362- /* Subscribe to modem events */
363- err = lte_lc_modem_events_enable ();
364- if (err ) {
365- LOG_ERR ("lte_lc_modem_events_enable, error: %d" , err );
366- SEND_FATAL_ERROR ();
367- return ;
368- }
369- }
370-
371361 /* Resend connection status if the sample is built for Native Posix.
372362 * This is necessary because the network interface is automatically brought up
373363 * at SYS_INIT() before main() is called.
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ manifest:
1414 - name : nrf
1515 remote : ncs
1616 repo-path : sdk-nrf
17- revision : v3.2.0
17+ revision : v3.3.0-rc2
1818 import : true
You can’t perform that action at this time.
0 commit comments