Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

application: serial_lte_modem: new nRF Cloud service #11573

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

junqingzou
Copy link
Contributor

@junqingzou junqingzou commented Jun 20, 2023

Separate nRF Cloud service from the GNSS service to allow
include/exclude of nRF Cloud services by configurating prj.conf,
and allow more nRF Cloud-specific services be added later.

New configuration CONFIG_SLM_NRF_CLOUD for nRF Cloud access.
nRF Cloud A-GPS, P-GPS and Location service to be configured seperately with lib_nrfcloud configuration items:
.Remove CONFIG_SLM_LOCATION, to use CONFIG_NRF_CLOUD_LOCATION.
.Remove CONFIG_SLM_AGPS, to use CONFIG_NRF_CLOUD_AGPS.
.Remove CONFIG_SLM_PGPS, to use CONFIG_NRF_CLOUD_PGPS.

Enable nRF Cloud A-GPS and Location service by default.

@junqingzou junqingzou added the DNM label Jun 20, 2023
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jun 20, 2023
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jun 20, 2023

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
test-fw-nrfconnect-nrf-iot_serial_lte_modem X

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. and removed changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jun 21, 2023
Copy link
Contributor

@wiba-nordic wiba-nordic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doc build fails on the missing link target for nRF Cloud AT commands.

doc/nrf/releases/release-notes-changelog.rst Outdated Show resolved Hide resolved
applications/serial_lte_modem/doc/NRFCLOUD_AT_commands.rst Outdated Show resolved Hide resolved
applications/serial_lte_modem/prj.conf Show resolved Hide resolved
applications/serial_lte_modem/prj.conf Show resolved Hide resolved
applications/serial_lte_modem/Kconfig Show resolved Hide resolved
doc/nrf/releases/release-notes-changelog.rst Outdated Show resolved Hide resolved
@junqingzou junqingzou removed the DNM label Jun 29, 2023
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Jun 29, 2023
Separate nRF Cloud service from the GNSS service to allow
include/exclude of nRF Cloud services by configurating prj.conf,
and allow more nRF Cloud-specific services be added later.

New configuration CONFIG_SLM_NRF_CLOUD for nRF Cloud access.
nRF Cloud A-GPS, P-GPS and Location service to be configured
separately with lib_nrfcloud configuration items:
.Remove CONFIG_SLM_LOCATION, to use CONFIG_NRF_CLOUD_LOCATION.
.Remove CONFIG_SLM_AGPS, to use CONFIG_NRF_CLOUD_AGPS.
.Remove CONFIG_SLM_PGPS, to use CONFIG_NRF_CLOUD_PGPS.

Enable nRF Cloud A-GPS and Location service by default.

Signed-off-by: Jun Qing Zou <jun.qing.zou@nordicsemi.no>
@junqingzou
Copy link
Contributor Author

@kacperradoszewski
SLM default configuration is what LwM2M_Carrier wants now, so I updated your overlay.
Please have a look.

Copy link
Contributor

@MarkusLassila MarkusLassila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the documentation build failing, this looks good.

Copy link
Contributor

@kacperradoszewski kacperradoszewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Carrier integration changes look good to me

@@ -0,0 +1,850 @@
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2023

@junqingzou junqingzou requested a review from melwee01 June 30, 2023 05:21
@junqingzou
Copy link
Contributor Author

@melwee01 Please help to review the docs on behalf of @wiba-nordic

@junqingzou junqingzou dismissed wiba-nordic’s stale review July 3, 2023 08:55

all required doc changes have been addressed

@nordicjm nordicjm merged commit a0e0065 into nrfconnect:main Jul 4, 2023
12 checks passed
@junqingzou junqingzou deleted the pr_new_nrf_cloud branch July 4, 2023 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants