FreeTRX/MDUV380_firmware/application/source/functions
Marcus Kida 31c31df861 DMR text messages (SMS): ETSI/Motorola-TMS messaging on the radio
Full messaging support, implemented fresh in three layers:

- dmrDataProtocol: pure short-data codec (CSBK preamble, data/response
  headers, IP/UDP/TMS payload, ETSI CRCs) validated against on-air
  captures by a host-side test suite. Transmits Motorola TMS (UDP 4007),
  receives TMS and Anytone/"DMR standard" (UDP 5016).
- smsCore/smsStorage: TX queue with wait-for-channel and delivery
  confirmation (response PDU / ACK, resend prompt on timeout), ISR-side
  block assembly with layout auto-detection (confirmed/unconfirmed,
  rate-1/2 and full 18-byte rate-3/4 blocks), delivery reports to
  senders that request them, and a checksummed message store in SPI
  flash at 0xC00000 (inbox + sent, 8 each; 8 quick texts).
- UI: Messages hub (main menu or long-press GREEN), keypad compose with
  multi-tap (160 chars), inbox/sent/view with reply-resend-delete,
  quick-text picker/editor, options (Wait for ACK, My ID only), and an
  incoming-message popup with chime. Strings in all 20 languages.

The HR-C6000 does the BPTC/FEC; the driver streams 12-byte logical
bursts through the existing TX state machine (repeater wake included),
locks out PTT during a send, and leaves hotspot mode untouched.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 16:52:54 +02:00
..
aprs.c Initial Commit 2026-07-06 08:45:33 +02:00
calibration.c Initial Commit 2026-07-06 08:45:33 +02:00
codeplug.c Channels: on-radio add/delete from the Channel quick menu 2026-07-10 11:11:48 +02:00
dmrDataProtocol.c DMR text messages (SMS): ETSI/Motorola-TMS messaging on the radio 2026-07-13 16:52:54 +02:00
hotspot.c Initial Commit 2026-07-06 08:45:33 +02:00
rxPowerSaving.c Initial Commit 2026-07-06 08:45:33 +02:00
satellite.c Initial Commit 2026-07-06 08:45:33 +02:00
settings.c Release 0.2.0: fix Display Options crash with voice prompts on 2026-07-07 15:41:59 +02:00
smsCore.c DMR text messages (SMS): ETSI/Motorola-TMS messaging on the radio 2026-07-13 16:52:54 +02:00
smsStorage.c DMR text messages (SMS): ETSI/Motorola-TMS messaging on the radio 2026-07-13 16:52:54 +02:00
sound.c DMR text messages (SMS): ETSI/Motorola-TMS messaging on the radio 2026-07-13 16:52:54 +02:00
ticks.c Initial Commit 2026-07-06 08:45:33 +02:00
trx.c Initial Commit 2026-07-06 08:45:33 +02:00
voicePrompts.c Release 0.3.0: fix Screen Dim label voice-prompt crash 2026-07-07 16:29:21 +02:00
vox.c Initial Commit 2026-07-06 08:45:33 +02:00