Skip to content

Fixes and enhancements to modem rate setting in TDMA node class

Eric Gallimore requested to merge dev/tdma_match_rate_max_buf into master

Fixes:

  • Miniframe rate setting is respected (it was always using rate 1)
  • If the user attempts to set the bytes_per_[data|mini]frame to a value greater than the modem will accept, the value is clamped to the valid maximum.

Enhancements:

  • Rates and max number of bytes are not handled using getters/setters. This functionality is largely beneficial for derived TDMA node classes.

Version in package.xml is bumped to 6.1.0

Merge request reports

Loading