Hello,
Is it possible to get access to the information contained on the SIB (System Information Block) in the nrf9160? if yes, is it through the nRF Connect v3.3.0?
Thanks,
Ana
Hello,
Is it possible to get access to the information contained on the SIB (System Information Block) in the nrf9160? if yes, is it through the nRF Connect v3.3.0?
Thanks,
Ana
Hi Ana,
You can access most of this information with the help of AT commands.
Either set up AT sockets in your application or just run the at client sample to quickly test out the AT commands with LTE Link Monitor.
Please check out the AT commando reference manual for more info.
Best regards,
Martin L.
Hi Ana,
You can access most of this information with the help of AT commands.
Either set up AT sockets in your application or just run the at client sample to quickly test out the AT commands with LTE Link Monitor.
Please check out the AT commando reference manual for more info.
Best regards,
Martin L.
The following SIB2 parameters would be helpful:
preambleTransMax-CE-r13
defaultPagingCycle-r13
rsrp-ThresholdsPrachInfoList-r13: 2 items
Item 0
RSRP-Range: -110dBm <= RSRP < -109dBm
Item 1
RSRP-Range: -120dBm <= RSRP < -119dBm
nprach-ParametersList-r13: 3 items
Item 0 maxNumPreambleAttemptCE-r13
numRepetitionsPerPreambleAttempt-r13
npdcch-NumRepetitions-RA-r13
Item 1
maxNumPreambleAttemptCE-r13
numRepetitionsPerPreambleAttempt-r13
npdcch-NumRepetitions-RA-r13
Item 2
maxNumPreambleAttemptCE-r13
numRepetitionsPerPreambleAttempt-r13
npdcch-NumRepetitions-RA-r13
npusch-ConfigCommon-r13
ack-NACK-NumRepetitions-Msg4-r13: 3 items
Item 0
ACK-NACK-NumRepetitions-NB-r13
Item 1
ACK-NACK-NumRepetitions-NB-r13
Item 2
ACK-NACK-NumRepetitions-NB-r13
Thanks, reported internally.