robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
865 stars 194 forks source link

Smartnet Radio ID Issue #53

Closed dreinhold closed 8 years ago

dreinhold commented 8 years ago

I just noticed my last commit de5942c9d was grabbing the radio id from the last message.source. The issue is message.source has its least significant byte removed (well set to 0) as that is the status byte when it's the channel id. I have a patch I'll submit tomorrow, just wanted to open this if anyone one else is using the latest version and notices some duplicate radio ids on a smartnet system.

robotastic commented 8 years ago

I just merged in the change. Thanks for submitting, and catching this!