remove this call drop logic, like every other piece of equipment without crypto keys just play garble, so the user will want to jam a screwdriver into their ear canal;

pull/2/head
Bryan Biedenkapp 11 months ago
parent 52ea75bd78
commit 27cf9fcceb

@ -534,14 +534,6 @@ namespace dvmconsole
return;
}
if ((channel.algId != cpgChannel.GetAlgoId() || channel.kId != cpgChannel.GetKeyId()) && channel.algId != P25Defines.P25_ALGO_UNENCRYPT)
{
slot.RxStreamId = e.StreamId;
channel.Background = ChannelBox.RED_GRADIENT;
Log.WriteLine($"({system.Name}) P25D: Traffic *CALL DROPPED * PEER {e.PeerId} SRC_ID {e.SrcId} TGID {e.DstId} [STREAM ID {e.StreamId}]");
continue;
}
byte[] newMI = new byte[P25Defines.P25_MI_LENGTH];
int count = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.