Skip to content

enable change bits of ioctl to avoid race condition

Roland Schwarz requested to merge packetradio/soundmodem:nopttrace into master

I have observed that my transceiver randomly hangs with the ptt keyed permanently. An investigation of the situation revealed that the dcd routine interferes with ptt because they are using an unprotected shared resource, i.e. ioctl.

Using the commented out code path resolves the issue.

Merge request reports