Commit graph

17 commits

Author SHA1 Message Date
Jonathan Naylor c0571edb0b Modify the P25 UID check slightly. 2017-03-29 20:46:27 +01:00
Ryan Butler aae96a1caf This adds the ability to override the UID checking in P25 code to force 7 digit IDs.
Jonathan added this code due to a lack of CRC on P25 checking but some parties desire the ability to have any id.

It's understood that on networked connections, the need to use a 7 digit unique ID like the DMR ID is necessary.

This change is affected by adding a new parameter to the [P25 Network] section called OverrideUIDCheck and it defaults to 0.

The logic is, if the network is enabled, or if the network is disabled and the override is disabled, the check is made, otherwise it is not.

This has been field tested for all 4 configuration cases and found to work as described above.
2017-03-29 10:18:54 -05:00
Jonathan Naylor 2ac7e43929 Alter and clean up the P25 network protocol. 2016-11-01 19:01:37 +00:00
Jonathan Naylor 6fdfb93514 Simplify the P25 protocol. 2016-11-01 07:42:34 +00:00
Jonathan Naylor 9f65e2f4ef Bring debug logging into line with the other modes. 2016-10-14 09:30:10 +01:00
Jonathan Naylor d11ade27fc Enable P25 RX network debugging. 2016-10-13 22:39:57 +01:00
Jonathan Naylor dd73ccb578 Try and make the network protocol closer to that of a Quantar. 2016-09-29 18:47:36 +01:00
Jonathan Naylor f627a18dd8 Handle network end markers and missing end of LDU frames. 2016-09-28 07:53:45 +01:00
Jonathan Naylor b0aecf12eb Small tweaks for the network data format. 2016-09-28 07:17:11 +01:00
Jonathan Naylor 5e22470b98 Enable the P25 network interface. 2016-09-27 20:46:41 +01:00
Jonathan Naylor 3577fbb14b Compare the created network packets with a reference. 2016-09-22 21:26:03 +01:00
Jonathan Naylor 98ab0845f3 Clean up of processing. 2016-09-22 20:31:25 +01:00
Jonathan Naylor 21ce2abcb2 Finish off the basics of the P25 network handling. 2016-09-22 19:39:19 +01:00
Jonathan Naylor 1ff9095b09 Skeleton P25 audio transmission. 2016-09-21 07:51:13 +01:00
Jonathan Naylor e9b330f01e Start work on the outgoing network data. 2016-09-20 07:53:16 +01:00
Jonathan Naylor 16ec0db6d8 Add full FEC decoding to LDU1 and LDU2. 2016-09-15 20:28:56 +01:00
Jonathan Naylor 9423fb25a6 Add P25 networking, and rename DMR network files. 2016-09-14 07:41:37 +01:00