Skip to content

Commit

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

Automatically created by libmodem Github workflow.

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
  • Loading branch information
NordicBuilder committed Nov 19, 2024
1 parent 4f3ed25 commit 7a141f5
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 7 deletions.
31 changes: 24 additions & 7 deletions nrf_modem/include/nrf_modem_dect_phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -1249,13 +1249,30 @@ struct nrf_modem_dect_phy_init_params {
* Maximum supported value: 5000000.
*/
uint32_t harq_rx_expiry_time_us;
/**
* @brief Number of HARQ processes.
*
* The HARQ reception buffer is divided equally between processes.
* Supported values: 1, 2, 4, 8.
*/
uint8_t harq_rx_process_count;
struct {
/**
* @brief Number of HARQ processes.
*
* The HARQ reception buffer is divided equally between processes.
* Supported values: 1, 2, 4, 8.
*/
uint8_t harq_rx_process_count : 4;
/**
* @brief Reserved for future use.
*/
uint8_t reserved : 3;
/**
* @brief Band 4 support.
*
* 1 - Enables band 4 operation.
* 0 - Disables band 4 operation.
*
* @note
* Band 4 support may only be toggled when de-initialized.
* Toggling band 4 support when already initialized is not supported.
*/
uint8_t band4_support : 1;
};
};

/**
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 7a141f5

Please sign in to comment.