Skip to content

Bump MMDVM-Host to pick up inbound Talker Alias - #19

Merged
kn4oqw-clint merged 1 commit into
mainfrom
fix/mmdvmhost-pin-inbound-dmra
Aug 23, 2026
Merged

Bump MMDVM-Host to pick up inbound Talker Alias#19
kn4oqw-clint merged 1 commit into
mainfrom
fix/mmdvmhost-pin-inbound-dmra

Conversation

@kn4oqw-clint

Copy link
Copy Markdown
Contributor

Moves the MMDVM-Host pin from 71e598c to 95a8e1d, 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 b7d15b8 deleted the [Info] section and moved RXFrequency/TXFrequency into [Modem]. waypointd still renders them under [Info], so the new host reads 0 Hz, the modem NAKs SET_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 logs Inbound Talker Alias: yes, so InboundTalkerAlias=1 is parsed, not ignored.

waypointd needs to render the frequencies under [Modem] before this pin can land. Power, Location and URL are also silently dropped now that [Info] is gone.

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
kn4oqw-clint marked this pull request as ready for review August 23, 2026 20:24
@kn4oqw-clint
kn4oqw-clint merged commit bf9ed6c into main Aug 23, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Talker Alias does nothing on a stack build: pins.env still points at the pre-DMRA MMDVM-Host

1 participant