ui: decode and abbreviate long PLMN lists in the network monitor (v2.7.16)

EF.HPLMNwAcT fell back to raw hex: efFindDecoder uppercases the requested
name but compared it against the mixed-case registry names
('EF.HPLMNwAcT'), and the monitor passes no FID, so the lookup failed.
Name matching is now case-insensitive, which also fixes EF.PLMNwAcT,
EF.OPLMNwAcT, EF.PLMNsel, EF.KcGPRS and EF.LOCIGPRS for name-only callers.

The decoded HPLMNwAcT list can still be long (one entry per PLMN/AcT
combination), so netStatePlmnList keeps the first three networks and
appends a '… +N' counter; the row tooltip keeps the full decoded list.

- tests: registry case-insensitivity, netStatePlmnList limit, HPLMNwAcT
  summary abbreviation; help EN/RU.
This commit is contained in:
2026-09-21 00:18:36 +03:00
parent 4730e81ec2
commit ef3726441b
8 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'simple-v218';
const CACHE = 'simple-v219';
const URLS = [
'index.html',
'help.html',