dPMR 'Version' Check Fix;

This commit is contained in:
lwvmobile 2023-01-07 15:16:52 -05:00
parent 0cff92101c
commit 235eeedcda
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ void processdPMRvoice (dsd_opts * opts, dsd_state * state)
{
//check to see if we are using scrambler
if (state->dPMRVoiceFS2Frame.Version[o] != 0)
if (state->dPMRVoiceFS2Frame.Version[o] == 3) //!= 0
{
state->synctype = 28; //fake it as nxdn
state->nxdn_cipher_type = 0x01; //turn on nxdn scrambler cipher