mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +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()?;
|
||||
|
||||
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_profile().await?;
|
||||
ctx.get_application().await?;
|
||||
|
Loading…
Reference in New Issue
Block a user