Posted on January 31, 2018 at 18:40I think the issue as observed here is the rejection of large packets where the receiver could be distracted from reception by large corrupt packets. The size is in the header burst as I recall.
The use case for the radio could be small control channel packets, where the radio only keys on these packets and the micro stays in deep sleep states ignoring larger bulk packets not destine for it.
The radio software in the LRWAN explicitly configures the default max to 64 bytes, although this may be changed later programmatically.
{ MODEM_LORA, REG_LR_PAYLOADMAXLENGTH, 0x40 }