blob: 3d329b85bfeff6a1e3e5830054a590a1ab33e30a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Hardware acceptance · MAX25-Stack 1.8.0
Manual RF acceptance criteria for release tagging.
## Smoke test matrix
| Device | Pass criterion |
|--------|----------------|
| `tnc2c` | UART boot-wait + KISS + decode at remote |
| `max25e0` | bcpr SER12 + PTT + on-air |
| `soft-crdop` | ALSA loopback or acoustic bench (optional for tag) |
## Offline test matrix
| Test | Scope |
|------|-------|
| `release-check.sh` | repo consistency |
| `scripts/tx-rx-test.sh` (L0) | TX/RX host paths — TNC + BayCom/based (bcpr) |
| `test_crdop_backend.py` | CRDOP backend |
| `test_bell202_line_code.py` | modem line code |
| `max25_test` target | offline smoke (includes `max25_tx_rx_test`) |
Live TX/RX (`--live` / `--tx`): see [TX-RX-TEST.md](TX-RX-TEST.md) — not CI.
## Blocker matrix
| Gate | v1.8.0 status |
|------|---------------|
| CI offline gates | pass target |
| Manual TNC RF | operator pending |
| Manual BayCom RF | operator pending |
## Related
| Goal | Doc |
|------|-----|
| Release readiness | [../RELEASE-READINESS.md](../RELEASE-READINESS.md) |
| v1 scope | [V1.0.0-SCOPE.md](V1.0.0-SCOPE.md) |
|