Skip to content

Commit

Permalink
nrf_modem: update library
Browse files Browse the repository at this point in the history
SHA: a52f6a06a9e4aeaf663a5636f015353ea0c33888

Automatically created by libmodem Github workflow.

Signed-off-by: Nordic Builder <[email protected]>
  • Loading branch information
NordicBuilder committed Dec 2, 2024
1 parent 66bc89a commit 1d0fad7
Show file tree
Hide file tree
Showing 17 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion nrf_modem/include/nrf_modem_dect_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ struct nrf_modem_dect_phy_hdr_type_2 {
*/
uint8_t num_spatial_streams : 2;
/**
* @brief Feedback info
* @brief Feedback info.
*/
union nrf_modem_dect_phy_feedback feedback;
} __nrf_modem_attr_packed;
Expand All @@ -537,7 +537,13 @@ union nrf_modem_dect_phy_hdr {
* @brief Header type 2.
*/
uint8_t type_2[10];
/**
* @brief Header type 1, bitfield accessor.
*/
struct nrf_modem_dect_phy_hdr_type_1 hdr_type_1;
/**
* @brief Header type 2, bitfield accessor.
*/
struct nrf_modem_dect_phy_hdr_type_2 hdr_type_2;
};

Expand Down Expand Up @@ -1267,6 +1273,13 @@ struct nrf_modem_dect_phy_init_params {
* 1 - Enables band 4 operation.
* 0 - Disables band 4 operation.
*
* Band 4 support is only available for nRF9151 devices.
*
* @warning
* When operating on band 4, carriers outside the [525, 551] range
* shall not be used as they interfere with other radio devices,
* including LTE devices, car keys, and others.
*
* @note
* Band 4 support may only be toggled when de-initialized.
* Toggling band 4 support when already initialized is not supported.
Expand Down
Binary file modified nrf_modem/lib/cellular/nrf9120/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9120/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9120/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9120/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9160/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/cellular/nrf9230/soft-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/hard-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/hard-float/libmodem_log.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/soft-float/libmodem.a
Binary file not shown.
Binary file modified nrf_modem/lib/dect_phy/nrf9120/soft-float/libmodem_log.a
Binary file not shown.

0 comments on commit 1d0fad7

Please sign in to comment.