You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/12/03 16:23:01 UTC

[GitHub] [mynewt-core] danielkucera opened a new pull request, #2913: loramac: fix broken join1 interval

danielkucera opened a new pull request, #2913:
URL: https://github.com/apache/mynewt-core/pull/2913

   `lora_mac_process_radio_rx_timeout` is called from `lora_mac_process_rx_win2_timeout` which is triggered when RX2/join2 window starts. The problem here is that there still can be unfinished rx1 window downlink transmission (delay between rx1 and rx2 window start is fixed to 1sec and the message air time can be longer).
   In that case, we don't want to put radio to sleep - that would cancel the receive and the message would be dropped


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2913: loramac: fix broken rx1 interval

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #2913:
URL: https://github.com/apache/mynewt-core/pull/2913#issuecomment-1336194484

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] kasjer merged pull request #2913: loramac: fix broken rx1 interval

Posted by GitBox <gi...@apache.org>.
kasjer merged PR #2913:
URL: https://github.com/apache/mynewt-core/pull/2913


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2913: loramac: fix broken rx1 interval

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #2913:
URL: https://github.com/apache/mynewt-core/pull/2913#issuecomment-1336193059

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org