P25 CRC algorithm

Status
Not open for further replies.

rickak

Member
Joined
Mar 30, 2003
Messages
389
Reaction score
0
Location
Fort Collins, CO
Wondering if anyone knows, and is willing to share, the CRC calculation algorithm for P25 trunking messages. I have a program I have put together for decoding the messages but this is one thing I have not been able to figure out yet.

Thanks,
Rick
 

mikey60

Member
Joined
Sep 15, 2003
Messages
3,543
Reaction score
55
Location
Oakland County Michigan
Wondering if anyone knows, and is willing to share, the CRC calculation algorithm for P25 trunking messages. I have a program I have put together for decoding the messages but this is one thing I have not been able to figure out yet.

Thanks,
Rick

There's actually two different CRC calculations you need to do, depending on if it's a standard packet(16 bit), or an extended (aka multi-packet) packet (32 bit).

The library I'm using for this is on the web. As the person that helped me get this working suggested, do a google search for "Ross Williams" CRCModel and you should be able to find it.

Mike
 
Status
Not open for further replies.
Top