You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When LBM is compiled with relay RX support, the relay can choose to notify the Network Server that an unknown end device has sent a wake-on-radio frame. The current LBM implementation achieves this by sending an uplink on FPort=0, which is fine, but the payload is not prepended by the MAC command ID, which makes parsing on the Network Server not possible.
When LBM is compiled with relay RX support, the relay can choose to notify the Network Server that an unknown end device has sent a wake-on-radio frame. The current LBM implementation achieves this by sending an uplink on FPort=0, which is fine, but the payload is not prepended by the MAC command ID, which makes parsing on the Network Server not possible.
SWL2001/smtc_modem_core/lr1mac/src/relay/relay_rx/relay_rx.c
Lines 1304 to 1332 in c4f386a
Notice that the first element in the buffer is related to the device address of the unknown device, not the MAC command ID (which is decimal 70).
It is also the case that this implementation cannot piggy-back an existing uplink (via
FOpts
), but that's another problem.The text was updated successfully, but these errors were encountered: