-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: include: net: add SO_SENDCB to NCS extensions #25287
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
base: main
Are you sure you want to change the base?
manifest: sdk-zephyr: include: net: add SO_SENDCB to NCS extensions #25287
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 18b85863a23f207494265872e9b8845067bcc4e0 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
63a8990 to
11ddead
Compare
|
You can find the documentation preview for this PR here. |
0eb4cb0 to
0405659
Compare
df0f04c to
234376d
Compare
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
234376d to
fc75d21
Compare
Added support for SO_SENDCB in the socket offloading layer. This socket option supported by the modem firmware mfw_nrf9151-ntn allows the user to set a callback function that will be called when a send operation is done sending data on air. In order to map the nRF socket descriptor received from the modem to the appropriate ZVFS descriptor, the latter is now also stored in the offload socket context. Signed-off-by: Kacper Radoszewski <[email protected]>
fc75d21 to
18b8586
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3438