mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-06 10:58:27 +00:00
Also log txack errors for mac-only downlinks.
This commit is contained in:
parent
3cf05e8fb9
commit
0a5c38d322
@ -70,7 +70,7 @@ impl TxAck {
|
|||||||
ctx.decode_phy_payload()?;
|
ctx.decode_phy_payload()?;
|
||||||
|
|
||||||
if ctx.is_error() {
|
if ctx.is_error() {
|
||||||
if ctx.is_application_payload() {
|
if ctx.is_application_payload() || ctx.is_mac_only_downlink() {
|
||||||
ctx.get_device().await?;
|
ctx.get_device().await?;
|
||||||
ctx.get_device_profile().await?;
|
ctx.get_device_profile().await?;
|
||||||
ctx.get_application().await?;
|
ctx.get_application().await?;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user