mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-02 13:17:48 -04:00
DSD demod plugin: DMR: support of mobile voice
This commit is contained in:
parent
bfc19dcf8e
commit
960ba86785
@ -444,9 +444,9 @@ void DSDDemodGUI::formatStatusText()
|
|||||||
{
|
{
|
||||||
switch (m_dsdDemod->getDecoder().getSyncType())
|
switch (m_dsdDemod->getDecoder().getSyncType())
|
||||||
{
|
{
|
||||||
case DSDcc::DSDDecoder::DSDSyncDMRDataN:
|
case DSDcc::DSDDecoder::DSDSyncDMRDataMS:
|
||||||
case DSDcc::DSDDecoder::DSDSyncDMRDataP:
|
case DSDcc::DSDDecoder::DSDSyncDMRDataP:
|
||||||
case DSDcc::DSDDecoder::DSDSyncDMRVoiceN:
|
case DSDcc::DSDDecoder::DSDSyncDMRVoiceMS:
|
||||||
case DSDcc::DSDDecoder::DSDSyncDMRVoiceP:
|
case DSDcc::DSDDecoder::DSDSyncDMRVoiceP:
|
||||||
if (m_signalFormat != signalFormatDMR)
|
if (m_signalFormat != signalFormatDMR)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user