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

Bug in LoRaMacMibSetRequestConfirm() of "case MIB_CHANNELS_DEFAULT_MASK:" #764

Closed
Dollar-Yao opened this issue Jul 21, 2019 · 1 comment
Closed

Comments

@Dollar-Yao
Copy link

chanMaskSet.ChannelsMaskIn = mibSet->Param.ChannelsMask;

It's should be chanMaskSet.ChannelsMaskIn = mibSet->Param.ChannelsDefaultMask;

@djaeckle djaeckle added the bug label Aug 2, 2019
@djaeckle djaeckle added this to the Release Version 4.4.3 milestone Aug 2, 2019
@djaeckle
Copy link

djaeckle commented Aug 2, 2019

Hi @Dollar-Yao ,

thanks for the report. We will fix this.

mluis1 pushed a commit that referenced this issue Aug 7, 2019
…bSetRequestConfirm for case MIB_CHANNELS_DEFAULT_MASK
@mluis1 mluis1 closed this as completed Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants