mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Fix P25 data reception, regeneration, and transmission.
This commit is contained in:
parent
323179d525
commit
082c2e1b1f
4 changed files with 96 additions and 43 deletions
|
|
@ -66,6 +66,7 @@ private:
|
|||
unsigned int m_rfErrs;
|
||||
unsigned int m_netFrames;
|
||||
unsigned int m_netLost;
|
||||
unsigned int m_rfDataFrames;
|
||||
CP25NID m_nid;
|
||||
unsigned char m_lastDUID;
|
||||
CP25Audio m_audio;
|
||||
|
|
@ -77,8 +78,7 @@ private:
|
|||
unsigned char* m_netLDU2;
|
||||
unsigned char* m_lastIMBE;
|
||||
unsigned char* m_rfLDU;
|
||||
unsigned char* m_rfPDURaw;
|
||||
unsigned char* m_rfPDUCooked;
|
||||
unsigned char* m_rfPDU;
|
||||
unsigned int m_rfPDUCount;
|
||||
unsigned int m_rfPDUBits;
|
||||
CRSSIInterpolator* m_rssiMapper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue