Skip to content

Commit bd80da0

Browse files
manifest: update to ncs-3.3.0
Update to ncs-3.3.0 Signed-off-by: Trond F. Christiansen <trond.christiansen@nordicsemi.no>
1 parent 1f57d3e commit bd80da0

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

app/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ CONFIG_SMF_INITIAL_TRANSITION=y
157157
CONFIG_LOCATION=y
158158
CONFIG_LOCATION_DATA_DETAILS=y
159159
CONFIG_LOCATION_METHOD_GNSS=y
160+
CONFIG_LOCATION_SERVICE_EXTERNAL=y
160161
CONFIG_LOCATION_SERVICE_NRF_CLOUD_GNSS_POS_SEND=y
161162
CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_TIMEOUT=60000
162163
CONFIG_LOCATION_REQUEST_DEFAULT_WIFI_TIMEOUT=10000

app/src/modules/network/network.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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.

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)