LRRP
https://github.com/pboyd04/Moto.Net/blob/main/Moto.Net/Mototrbo/LRRP/LRRPPacketType.cs
# Packet Type
ImmediateLocationRequest = 0x05
ImmediateLocationResponse = 0x07
TriggeredLocationStartRequest = 0x09
TriggeredLocationStartResponse = 0x0B
TriggeredLocationData = 0x0D
TriggeredLocationStopRequest = 0x0F
TriggeredLocationStopResponse = 0x11
ProtocolVersionRequest = 0x14
ProtocolVersionResponse = 0x15
# Response Codes
Success = 0
BadCommand = 0x0A //This seems to happen when I ask for something it can't understand
NoGPS = 0x10 //This seems to happen at startup when there is no GPS signal
NotEnoughGPS = 0x200 //This seems to happen when GPS is up but not enough to give good data