Regenerate more NXDN voice data elements.

This commit is contained in:
Jonathan Naylor 2018-02-05 21:07:06 +00:00
parent 7737659729
commit bdc35d02bd
4 changed files with 36 additions and 16 deletions

View file

@ -87,9 +87,9 @@ bool CNXDNLayer3::getIsGroup() const
return (m_data[2U] & 0x80U) != 0x80U;
}
unsigned char CNXDNLayer3::getCallOptions() const
unsigned char CNXDNLayer3::getVoiceMode() const
{
return m_data[2U] & 0x1FU;
return m_data[2U] & 0x07U;
}
unsigned char CNXDNLayer3::getDataBlocks() const