Bump MMDVM-Host to pick up inbound Talker Alias - #19
Merged
Conversation
waypointd emits DMRA frames naming the caller, and the pinned host build predates the inbound path that consumes them, so the feature does nothing on a stack build. Closes KN4OQW/waypoint#270. The pin moves from 71e598c to 95a8e1d. That is not a fast-forward: the fork was rebased onto newer g4klx in the meantime, so the old SHA is no longer an ancestor of master and its commits reappear under new hashes. Twenty-one commits come in — the fork's own M17 restore and deferred station identification, plus upstream DMR trunking, the P25 Motorola Soft ID option, an off-by-one call-hang fix in non-trunking mode, and removal of the DMRC startup message. Pinned to the commit rather than to master, as everything here is. The package version and the metapackage that names it exactly move with the pin, so a stack install still resolves. Signed-off-by: Clint Chance <clintchance@gmail.com>
kn4oqw-clint
marked this pull request as ready for review
August 23, 2026 20:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Moves the MMDVM-Host pin from
71e598cto95a8e1d, the commit that accepts a Talker Alias from the gateway. waypointd already emits DMRA; the old pin cannot consume it. Closes KN4OQW/waypoint#270.The old SHA is not an ancestor of the new one — the fork was rebased onto newer g4klx, so 21 commits come in. Package version and the metapackage that names it exactly move with the pin.
Draft: do not merge yet. Deploying this to the bench box crash-looped MMDVM-Host (11 restarts, exit 1). g4klx
b7d15b8deleted the[Info]section and movedRXFrequency/TXFrequencyinto[Modem]. waypointd still renders them under[Info], so the new host reads 0 Hz, the modem NAKsSET_FREQ, and it exits. Verified in both directions: same INI, old binary runs clean; and with the two keys moved to[Modem]in a scratch copy, the new binary starts clean and logsInbound Talker Alias: yes, soInboundTalkerAlias=1is parsed, not ignored.waypointd needs to render the frequencies under
[Modem]before this pin can land.Power,LocationandURLare also silently dropped now that[Info]is gone.