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

manifest: sdk-nrfxlib: nrf_modem: update library #19998

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-nrfxlib#1637

@NordicBuilder NordicBuilder requested a review from a team as a code owner January 20, 2025 15:17
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jan 20, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jan 20, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@b5c1a84 (main) nrfconnect/sdk-nrfxlib#1637 nrfconnect/sdk-nrfxlib#1637/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jan 20, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 20

Inputs:

Sources:

sdk-nrf: PR head: 1f1c5a492dd645e18855eb981acee9f41bdf0d51
nrfxlib: PR head: 36923eb02bb8cf4dd13e839649c1fac05e2f5a11

more details

sdk-nrf:

PR head: 1f1c5a492dd645e18855eb981acee9f41bdf0d51
merge base: 983977e0050643b84d8f7647a137472ab910adf4
target head (main): 983977e0050643b84d8f7647a137472ab910adf4
Diff

nrfxlib:

PR head: 36923eb02bb8cf4dd13e839649c1fac05e2f5a11
merge base: 666064133f8dac62ee7ecbc797ede2d0c8635b7e
target head (main): b5c1a8486da16af75d36a6221d677768bc9556a6
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (51)
nrfxlib
│  ├── nrf_modem
│  │  ├── doc
│  │  │  ├── CHANGELOG.rst
│  │  │  │ dectphy.rst
│  │  ├── include
│  │  │  ├── nrf_modem_dect_phy.h
│  │  │  │ nrf_modem_softsim.h
│  │  ├── lib
│  │  │  ├── cellular
│  │  │  │  ├── nrf9120
│  │  │  │  │  ├── hard-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  │  │  ├── soft-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  │  ├── nrf9160
│  │  │  │  │  ├── hard-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  │  │  ├── soft-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  │  ├── nrf9230
│  │  │  │  │  ├── hard-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  │  │  ├── soft-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  ├── dect_phy
│  │  │  │  ├── nrf9120
│  │  │  │  │  ├── hard-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
│  │  │  │  │  ├── soft-float
│  │  │  │  │  │  ├── libmodem.a
│  │  │  │  │  │  │ libmodem_log.a
samples
│  ├── dect
│  │  ├── dect_phy
│  │  │  ├── dect_shell
│  │  │  │  ├── README.rst
│  │  │  │  ├── src
│  │  │  │  │  ├── dect
│  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  ├── dect_common.h
│  │  │  │  │  │  │  ├── dect_common_settings.c
│  │  │  │  │  │  │  ├── dect_common_settings.h
│  │  │  │  │  │  │  ├── dect_common_utils.c
│  │  │  │  │  │  │  ├── dect_common_utils.h
│  │  │  │  │  │  │  ├── dect_phy_api_scheduler.c
│  │  │  │  │  │  │  ├── dect_phy_api_scheduler.h
│  │  │  │  │  │  │  ├── dect_phy_common.h
│  │  │  │  │  │  │  ├── dect_phy_common_rx.c
│  │  │  │  │  │  │  │ dect_phy_common_rx.h
│  │  │  │  │  │  ├── dect_phy_ctrl.c
│  │  │  │  │  │  ├── dect_phy_ctrl.h
│  │  │  │  │  │  ├── dect_phy_scan.c
│  │  │  │  │  │  ├── dect_phy_scan.h
│  │  │  │  │  │  ├── dect_phy_shell.c
│  │  │  │  │  │  ├── dect_phy_shell.h
│  │  │  │  │  │  ├── mac
│  │  │  │  │  │  │  ├── dect_phy_mac.c
│  │  │  │  │  │  │  ├── dect_phy_mac_client.c
│  │  │  │  │  │  │  ├── dect_phy_mac_cluster_beacon.c
│  │  │  │  │  │  │  ├── dect_phy_mac_cluster_beacon.h
│  │  │  │  │  │  │  ├── dect_phy_mac_ctrl.c
│  │  │  │  │  │  │  │ dect_phy_mac_nbr.c
│  │  │  │  │  │  ├── perf
│  │  │  │  │  │  │  │ dect_phy_perf.c
│  │  │  │  │  │  ├── ping
│  │  │  │  │  │  │  │ dect_phy_ping.c
│  │  │  │  │  │  ├── rf_tool
│  │  │  │  │  │  │  │ dect_phy_rf_tool.c
│  │  │  │  │  ├── main.c
│  │  │  │  │  ├── utils
│  │  │  │  │  │  │ desh_print.c
│  │  │  ├── hello_dect
│  │  │  │  ├── Kconfig
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
west.yml

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • 🟠 Toolchain
  • 🟠 Build twister
  • 🟠 Integration tests
    • 🟠 test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • 🟠 test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • 🟠 test-fw-nrfconnect-nrf-iot_samples
    • 🟠 test-fw-nrfconnect-nrf-iot_lwm2m
    • 🟠 test-fw-nrfconnect-nrf-iot_mosh
    • 🟠 test-fw-nrfconnect-nrf-iot_positioning
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1637 branch 2 times, most recently from 9bef07d to f5556be Compare January 21, 2025 15:53
@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link.

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1637 branch 2 times, most recently from 8222e8c to 1107269 Compare January 21, 2025 16:43
@jhirsi jhirsi requested a review from a team as a code owner January 22, 2025 07:28
@github-actions github-actions bot added the doc-required PR must not be merged without tech writer approval. label Jan 22, 2025
@jhirsi jhirsi force-pushed the auto-manifest-sdk-nrfxlib-1637 branch from 1af4135 to d1fc3eb Compare January 22, 2025 07:33
@eivindj-nordic eivindj-nordic requested review from a team as code owners January 22, 2025 07:54
Copy link
Contributor

@peknis peknis left a comment

Choose a reason for hiding this comment

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

Just a minor nit.

@eivindj-nordic eivindj-nordic force-pushed the auto-manifest-sdk-nrfxlib-1637 branch from 4c9146c to cb67b26 Compare January 22, 2025 08:30
@jhirsi jhirsi force-pushed the auto-manifest-sdk-nrfxlib-1637 branch from cb67b26 to a7fefc9 Compare January 22, 2025 09:31
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-nrfxlib-1637 branch 7 times, most recently from 5248854 to 520ee69 Compare January 24, 2025 05:30
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@eivindj-nordic eivindj-nordic force-pushed the auto-manifest-sdk-nrfxlib-1637 branch from 520ee69 to 6b2e197 Compare January 24, 2025 08:19
jhirsi and others added 2 commits January 24, 2025 09:20
Major modem/libmodem api update. Also did related changes:
- new commands: activate/deactivate, radio_mode
- new setting: startup radio mode for activation
- pcc/pdc rx includes handle but not carrier/channel,
thus keeping up to date information for that.
- ping/perf/rf_tool: still own callbacks but no reinit of phy api,
doing cancel(all) instead.
- rf_tool: decreased --frame_repeat_count default to 15.
- rf_tool: "rf_tool command done" print at the end.
- radio mode query is used.
- latency info usage is added.
Jira: MOSH-621

Signed-off-by: Jani Hirsimäki <[email protected]>
Updates for libmodem 3.0.0 API changes. Adds support for configuring
the band group index for using band 4 with the sample.

Signed-off-by: Eivind Jølsgard <[email protected]>
@eivindj-nordic eivindj-nordic force-pushed the auto-manifest-sdk-nrfxlib-1637 branch from 6b2e197 to 1f1c5a4 Compare January 24, 2025 08:20
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. DNM doc-required PR must not be merged without tech writer approval. manifest manifest-nrfxlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants