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 rewriting the MAC parser, it became clear that the names in the code need to match the spec. My guess is that the names pre-dated the LoRaWAN 1.0 spec. In any case, I changed the bulk of the MCMD_... symbols to be MCMD_{specname}. So for example, MCMD_DCAP_REQ became MCMD_DutyCycleReq. This led to discovery of several errors, and made it much easier to go back and forth between code and spec.
The text was updated successfully, but these errors were encountered:
When rewriting the MAC parser, it became clear that the names in the code need to match the spec. My guess is that the names pre-dated the LoRaWAN 1.0 spec. In any case, I changed the bulk of the MCMD_... symbols to be MCMD_{specname}. So for example,
MCMD_DCAP_REQ
becameMCMD_DutyCycleReq
. This led to discovery of several errors, and made it much easier to go back and forth between code and spec.The text was updated successfully, but these errors were encountered: