-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Deprecate at_params
, deprecate modem_info_type_get
, add enum modem_info_data_type
and modem_info_data_type_get
#20497
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c16ca8022c8597e86aa150825eb371d327a2b7d9 more detailssdk-nrf:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
669701a
to
9345ed7
Compare
9345ed7
to
3897a67
Compare
at_params
, deprecate modem_info_type_get
, add enum modem_info_data_type
and modem_info_data_type_get
3cb1c92
to
716a4fc
Compare
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
716a4fc
to
6601a40
Compare
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-20497/nrf/libraries/modem/at_params.html |
6601a40
to
64b47ab
Compare
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-20497/nrf/libraries/modem/at_params.html |
64b47ab
to
077a81f
Compare
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-20497/nrf/libraries/modem/at_params.html |
077a81f
to
be70c28
Compare
cfd828f
to
3223841
Compare
34041a4
to
0069154
Compare
0069154
to
a97d998
Compare
Deprecates the `at_params` module. It will be removed in a future release. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
* Adds the `enum modem_info_data_type` type for representing the LTE link information data types. * Adds the `modem_info_data_type_get` function for requesting the data type of the current modem information type. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
4e1f92d
to
ae5378f
Compare
Deprecates the `modem_info_type_get` function in favor of the `modem_info_data_type_get` function. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
ae5378f
to
c16ca80
Compare
|
Deprecates the
at_params
module.It will be removed in a future release.
Adds the
enum modem_info_data_type
typefor representing the LTE link information data
types.
Adds the
modem_info_data_type_get
functionfor requesting the data type of the current
modem information type.
Deprecates the
modem_info_type_get
functionin favor of the
modem_info_data_type_get
function.