|
|
|
@ -110,7 +110,7 @@ namespace dmr
|
|
|
|
network::BaseNetwork* network, bool duplex, lookups::RadioIdLookup* ridLookup, lookups::TalkgroupIdLookup* tidLookup,
|
|
|
|
network::BaseNetwork* network, bool duplex, lookups::RadioIdLookup* ridLookup, lookups::TalkgroupIdLookup* tidLookup,
|
|
|
|
lookups::IdenTableLookup* idenTable, lookups::RSSIInterpolator* rssiMapper, uint32_t jitter, bool verbose);
|
|
|
|
lookups::IdenTableLookup* idenTable, lookups::RSSIInterpolator* rssiMapper, uint32_t jitter, bool verbose);
|
|
|
|
/// <summary>Sets local configured site data.</summary>
|
|
|
|
/// <summary>Sets local configured site data.</summary>
|
|
|
|
static void setSiteData(uint32_t netId, uint8_t siteId, uint8_t channelId, uint32_t channelNo);
|
|
|
|
static void setSiteData(uint32_t netId, uint8_t siteId, uint8_t channelId, uint32_t channelNo, bool requireReq);
|
|
|
|
/// <summary>Sets TSCC Aloha configuration.</summary>
|
|
|
|
/// <summary>Sets TSCC Aloha configuration.</summary>
|
|
|
|
static void setAlohaConfig(uint8_t nRandWait, uint8_t backOff);
|
|
|
|
static void setAlohaConfig(uint8_t nRandWait, uint8_t backOff);
|
|
|
|
|
|
|
|
|
|
|
|
|