-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
manifest: nrf_modem: v2.5.0 release #12425
Conversation
ddd45bb
to
563a331
Compare
* CEREG event tracking to ``lte_connectivity``. | ||
* The :c:macro:`NRF_MODEM_LIB_ON_DFU_RES` macro to add callbacks for modem DFU results. | ||
|
||
* Replaced the use of :c:macro:`SO_BINDTODEVICE` socket option with :c:macro:`SO_BINDTOPDN` to bind the socket to a PDN. The new option takes an integer for the PDN ID instead of a string. |
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.
* Replaced the use of :c:macro:`SO_BINDTODEVICE` socket option with :c:macro:`SO_BINDTOPDN` to bind the socket to a PDN. The new option takes an integer for the PDN ID instead of a string. | |
* Replaced the use of :c:macro:`SO_BINDTODEVICE` socket option with :c:macro:`SO_BINDTOPDN` to bind the socket to a PDN. | |
The new option takes an integer for the PDN ID instead of a string. |
563a331
to
0a0ea3a
Compare
16f3b16
to
5f89cd9
Compare
printk("Modem already initialized\n"); | ||
return; | ||
default: |
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.
We might need the default
back
86cf149
to
84ddabf
Compare
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.
Looks good, thanks!
84ddabf
to
86dcef8
Compare
0c767b8
to
a8f8bfc
Compare
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.
Please update SHAs and rebase
See CHANGELOG file in nrfxlib for details about library features. Co-authored-by: Emanuele Di Santo <emdi@nordicsemi.no> Co-authored-by: Tommi Kangas <tommi.kangas@nordicsemi.no> Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
a8f8bfc
to
3384c22
Compare
See CHANGELOG file in nrfxlib for details about library features.
nrfconnect/sdk-nrfxlib#1079
nrfconnect/sdk-zephyr#1316
test-sdk-nrf: sdk-nrf-pr-12425