|
|
|
|
@ -93,6 +93,9 @@ namespace p25
|
|
|
|
|
/// <summary>Helper to change the conventional fallback state.</summary>
|
|
|
|
|
void setConvFallback(bool fallback);
|
|
|
|
|
|
|
|
|
|
/// <summary>Helper to change the last MFId value.</summary>
|
|
|
|
|
void setLastMFId(uint8_t mfId) { m_lastMFID = mfId; }
|
|
|
|
|
|
|
|
|
|
/// <summary>Flag indicating whether P25 TSBK verbosity is enabled or not.</summary>
|
|
|
|
|
bool getTSBKVerbose() const { return m_dumpTSBK; };
|
|
|
|
|
/// <summary>Helper to change the TSBK verbose state.</summary>
|
|
|
|
|
|