Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MAC commands 8, 9, 0x0A #24

Closed
terrillmoore opened this issue Aug 7, 2017 · 2 comments
Closed

Add MAC commands 8, 9, 0x0A #24

terrillmoore opened this issue Aug 7, 2017 · 2 comments

Comments

@terrillmoore
Copy link
Member

LoRaWAN 1.0.2 has 3 MAC commands that are not in the LMIC code. They need to be:

  • added to lorabase.h
  • implemented, perhaps guarded by a conditional compile.
@terrillmoore
Copy link
Member Author

These commands are:

Value Downlink Uplink Comment
0x08 RXTimingSetupReq RXTimingSetupAns Set the timing of the reception slots.
0x09 TxParamSetupReq TxParamSetupAns Set the maximum allowed dwell time and Max EIRP of end-device based on local regulations.
0x0A DlChannelReq DlChannelAns Create an asymmetric RX1 channel frequency setup

@terrillmoore terrillmoore self-assigned this Feb 7, 2018
@terrillmoore terrillmoore added this to To do in Pass pre-compliance tests via automation Aug 18, 2019
@terrillmoore terrillmoore moved this from To do to In progress in Pass pre-compliance tests Aug 18, 2019
@terrillmoore terrillmoore moved this from In progress to Done in Pass pre-compliance tests Aug 24, 2019
@terrillmoore
Copy link
Member Author

Fixed in #378

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant