mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 14:45:49 +03:00
[PR #9] [MERGED] Added Various Fixes on Parsing and Added New Data Fields #70
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/quectel-rgmii-toolkit#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/9
Author: @dr-dolomite
Created: 3/16/2024
Status: ✅ Merged
Merged: 3/16/2024
Merged by: @iamromulan
Base:
main← Head:main📝 Commits (7)
08e5bc7added various fixes and new data fields5234303fixed unpaired div and missing html closing tag3b92169fixed MCCMNC sometimes not showing899d405added conversion function for SA band bandwidth9438fe5added APN, Model, and Sim Slot query to loop8ba01afchanged PCI to show both 4G and 5G when using NSAd4a8d83adjusted layouts for better readability📊 Changes
6 files changed (+327 additions, -243 deletions)
View changed files
📝
simpleadmin/scripts/build_modem_status(+14 -2)📝
simpleadmin/scripts/modemstatus_parse.sh(+60 -7)📝
simpleadmin/scripts/tojson.sh(+25 -14)📝
simpleadmin/www/atcommander.html(+1 -3)📝
simpleadmin/www/index.html(+225 -214)📝
simpleadmin/www/ttl.html(+2 -3)📄 Description
Here was what I changed / updated on my fork:
Fixed Band Field not showing the bandwidth of NR Band due to incorrect regex for
Fixed MNCMCC not showing
Fixed tojson script to more robustly parse the data coming from signal.txt
Fixed index.html unpair div tag and unclosed html tag
Fixed Bandwidth value for NR5G SA bands
Added CGCONTRDP, CGMM, QUIMSLOT, and QCAINFO to build_modem_status to query the APN, Model Name, and current Sim Slot.
Added parser for MCCMNC, APN, Model Name, Sim Slot, and QCANFO to show the needed data
Added APN, Primary Band, Aggregated Bands, and Current SIM data fields on index.html
Added dynamic value for model name in "Quectel RMxxx Connection Info"
Changed build_modem_status wait time to 5 seconds according to the initial comment
Changed Navbar titles to Quectel Simpleadmin
Changed Tab title to Simple Admin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.