mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-24 16:34:22 +01:00
Fix typo.
This commit is contained in:
parent
e68ab470ed
commit
cbeb2ed96a
|
|
@ -432,7 +432,7 @@ bool CP25Control::writeModem(unsigned char* data, unsigned int len)
|
|||
// Build a Group Voice Channel Grant response
|
||||
// Save original LCF and set Grant LCF for encoding
|
||||
unsigned char originalLcf = m_rfData.getLCF();
|
||||
m_rfData.setLCF(P25_LCF_GRP_VCH_GRANT);
|
||||
m_rfData.setLCF(P25_LCF_GROUP);
|
||||
m_rfData.setServiceType(0x00U); // Service options: 0x00 = routine priority, no emergency
|
||||
|
||||
// Encode TSDU with Grant response
|
||||
|
|
|
|||
Loading…
Reference in a new issue