-
Notifications
You must be signed in to change notification settings - Fork 1.4k
lib: pdn: Remove deprecated function #25352
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
lib: pdn: Remove deprecated function #25352
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 11aacd2d3f468efea8a0095b5a06097d2475bba7 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)Outputs:ToolchainVersion: cfa6b06338 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
| * Removed: | ||
|
|
||
| * The deprecated :c:func:`pdn_dynamic_params_get` function. | ||
| Use the :c:func:`pdn_dynamic_info_get` function instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Removed: | |
| * The deprecated :c:func:`pdn_dynamic_params_get` function. | |
| Use the :c:func:`pdn_dynamic_info_get` function instead. | |
| * Removed the deprecated ``pdn_dynamic_params_get()`` function. | |
| Use the :c:func:`pdn_dynamic_info_get` function instead. |
Remove the deprecated pdn_dynamic_params_get function Signed-off-by: Markus Rekdal <[email protected]>
5007428 to
11aacd2
Compare
Remove the deprecated pdn_dynamic_params_get function