Thanks! I'll work on this and post a patch if I succeed.
John ---- On 07/18/2017 03:34 PM, ikj1234i@yahoo.com [op25-dev] wrote:
This is virtually trivial. At the tail end of the update_state() method in file trunking.py, add something like this if self.debug >= 5: if new_frequency or new_slot: sys.stderr.write('%f set freq to %s tgid %s ... \n' % (curr_time, new_frequency, self.current_tgid))
If you get something that's working well send it along and I'll merge it...
Max