v1.9.18: SMS concatenation — incoming reassembly + outgoing limit

Incoming: _parse_sms_concat parses UDH for IEI 0x00 (8-bit ref) and
IEI 0x08 (16-bit ref). PoRSubmitHandler accumulates segments, sorts by
num, and reassembles complete payload when all parts arrive.

Outgoing: MAX_ENVELOPE_SEGMENTS=5 limits the secured packet to 5
ENVELOPE chunks (650B max at 130B/chunk).

10 new tests for concat parsing and reassembly.
This commit is contained in:
2026-08-30 23:26:55 +03:00
parent 54dfb2f6b6
commit 856e691255
5 changed files with 377 additions and 52 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v29';
const CACHE = 'otaman-v30';
const URLS = [
'index.html',
'help.html',