-
Notifications
You must be signed in to change notification settings - Fork 339
nrf_modem: update library #1863
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?
nrf_modem: update library #1863
Conversation
SHA: e91806dc2b3f1594a2c272cdcfa685cf97618d21 Automatically created by libmodem Github workflow. Signed-off-by: Nordic Builder <[email protected]>
Added API documentation for RS Capture API. Signed-off-by: Tommi Rantanen <[email protected]>
|
|
||
All notable changes to this project are documented in this file. | ||
|
||
nrf_modem 3.2.0 |
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.
nrf_modem 3.2.0 | |
nrf_modem |
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 could remove the version as it is added later towards the end of the release in the doc version PR.
uint16_t mnc; | ||
/** Index of the configuration used to capture the sample. Range: 0 ... 255 | ||
* | ||
* Index matches to the one given in @ref nrf_modem_rs_capture_prs_config. |
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.
* Index matches to the one given in @ref nrf_modem_rs_capture_prs_config. | |
* Index matches the one given in @ref nrf_modem_rs_capture_prs_config. |
* Only OFDM symbols containing PRS are stored except in 4 TX antenna configuration, where | ||
* every eight symbols is invalid. | ||
* | ||
* If present based on @ref num_samples variable, number of samples is |
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.
* If present based on @ref num_samples variable, number of samples is | |
* If present based on @ref num_samples variable, number of samples are |
|
||
All notable changes to this project are documented in this file. | ||
|
||
nrf_modem 3.2.0 |
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 could remove the version as it is added later towards the end of the release in the doc version PR.
* Offsets are relative to the normal LTE gain settings for the serving cell. | ||
* | ||
* This pattern is repeated one after the other in the RS capture procedure. | ||
* The table must be filled entirely but same value can be set into several indices. |
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.
* The table must be filled entirely but same value can be set into several indices. | |
* The table must be filled entirely, but the same value can be set into several indices. |
* Narrowband 0 is reserved for the central narrowband exactly in the middle of system BW. | ||
* | ||
* This pattern is repeated one after the other in the RS capture procedure. | ||
* The table must be filled entirely but same value can be set into several indices. |
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.
* The table must be filled entirely but same value can be set into several indices. | |
* The table must be filled entirely, but the same value can be set into several indices. |
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.
Should we mention somewhere that this API is only supported on 91x1/mfw 2.x.x?
Automatically created by libmodem Github workflow.