Read every occurrence of a repeatable TLV, and drop the unread tlvMap #25

Merged
lilleman merged 11 commits from multiple-tlvs into main 2026-09-25 18:54:29 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cbfd6e0fbe - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ not for structure or style.
## Goals ## Goals
The nine goals, in priority order, live in The ten goals, in priority order, live in
[README.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/README.md#goals) — they say where this library is heading, which an outside [README.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/README.md#goals) — they say where this library is heading, which an outside
reader judges it by. The README states the audience alongside them. Everything below cites a goal by reader judges it by. The README states the audience alongside them. Everything below cites a goal by
number. number.
+1 -1
View File
@@ -654,7 +654,7 @@ See [MIGRATION.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/MIGRAT
## Goals ## Goals
In priority order, and the order is the point: where two of them pull against each other, the earlier In priority order, and the order is the point: where two of them pull against each other, the earlier
one wins. They do not override the hard rules below. one wins. They do not override the [hard rules](AGENTS.md#hard-rules).
1. **Correct on the wire.** SMPP 3.4 as SMSCs actually run it. Every other goal yields to this one; 1. **Correct on the wire.** SMPP 3.4 as SMSCs actually run it. Every other goal yields to this one;
the defect table below is what the alternative costs. the defect table below is what the alternative costs.