MultiTechSystems / libxDot-dev-mbed5

Bleeding edge development version of the xDot library for mbed 5. This version of the library is not guaranteed to be stable or well tested and should not be used in production or deployment scenarios.
Other
3 stars 0 forks source link

Disable - Duty Cycle #3

Open dsMartyn opened 5 years ago

dsMartyn commented 5 years ago

Hi,

When disabling the EU868 Duty cycle limit using the latest commit 'v3.2.2-23' the channel count sometimes degrades after each transmission.
When using previous commit 'v3.2.2-22' the channel count remains at 12 after each transmission. The 'getNextTxMs()' routine always returns 0 but even after waiting 10 minutes of no channel activity the channel count is still 0.

This is weird because i can't repeat it 100% each time but it's happened a few times during testing and the channel count doesn't match the different library versions. I'm using the MultiTech gateway's internal network server and i've tested on multiple gateways with gateway v5 and v1.7.2.

Transmission interval is 10 seconds (just for range testing purposes)

With 'v3.2.2-22' [TRACE] Number of available channels: 12

reissjason commented 5 years ago

What toolchain are you using? GCC or ARMCC?

dsMartyn commented 5 years ago

gcc-arm-none-eabi-6-2017-q2