Motorola OTA Alias support for P25P1/P2 #1074
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This (finally) adds support for Motorola OTA aliases on P25 systems. These aliases are broadcast on the voice channel and visible to units in the talkgroup. If used in the system, they can supplement the current
unitTagsmetadata about participants in a call.To this effect, the following changes are proposed:
unitTagsOTA), and toggle whether OTA or user-defined aliases take precedence (unitTagsMode)unit_tags.ccto use the improved csv handler and support theunitTagsOTAcacheGeneral operation is as follows:
shortNameunitTagsOTAfile if configuredunitTagsOTAentry has incomplete metadata (i.e. started as a simple [unit, alias] list), records will be enriched with additional information as it is discoveredWhile this PR does not handle other types of aliases, enabling the message queue will allow further analysis and development of information present on the voice channel.