Remove FACCH2 processing and add voice body processing.

This commit is contained in:
Jonathan Naylor
2018-01-30 20:41:43 +00:00
parent ba31b6d8a7
commit d8086e468c
19 changed files with 131 additions and 254 deletions

View File

@@ -88,6 +88,11 @@ bool CNXDNLayer3::getIsGroup() const
return (m_data[2U] & 0x80U) != 0x80U;
}
unsigned char CNXDNLayer3::getCallOptions() const
{
return m_data[2U] & 0x1FU;
}
CNXDNLayer3& CNXDNLayer3::operator=(const CNXDNLayer3& layer3)
{
if (&layer3 != this)