lancepitka

Results 4 comments of lancepitka

After reviewing this problem more, I realized the better solution is to transmit chMaskCntl=7 every time the channel mask is sent to the node. This is what happens following a...

I have channels 8-15+65 enabled for my network (same at TTN). Here is an example of the channel plan being sent to the node (LoRaMac version 1.0.3) right after a...

Although the specs don't explicitly state this behavior for the network server, it could be assumed. Here are a few points for my reasoning: - Why periodically send the linkAdrReq...

Ah yes, looks like you are right. The official [LoRaMac-node](https://github.com/Lora-net/LoRaMac-node) project implements the channel plan reset for v1.0.3, but it probably shouldn't. This is briefly mentioned in [this](https://github.com/Lora-net/LoRaMac-node/issues/1204) issue. In...