mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Merge branch 'master' into pocsag
This commit is contained in:
commit
d49c679b46
8 changed files with 23 additions and 15 deletions
|
|
@ -34,7 +34,8 @@ m_ldu1(NULL),
|
|||
m_ldu2(NULL),
|
||||
m_termlc(NULL),
|
||||
m_term(NULL),
|
||||
m_pdu(NULL)
|
||||
m_pdu(NULL),
|
||||
m_tsdu(NULL)
|
||||
{
|
||||
CBCH bch;
|
||||
|
||||
|
|
@ -97,6 +98,7 @@ CP25NID::~CP25NID()
|
|||
delete[] m_term;
|
||||
delete[] m_tsdu;
|
||||
delete[] m_pdu;
|
||||
delete[] m_tsdu;
|
||||
}
|
||||
|
||||
bool CP25NID::decode(const unsigned char* data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue