[PR #9] [MERGED] Added Various Fixes on Parsing and Added New Data Fields #70

Closed
opened 2026-02-27 14:38:59 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (7)

  • 08e5bc7 added various fixes and new data fields
  • 5234303 fixed unpaired div and missing html closing tag
  • 3b92169 fixed MCCMNC sometimes not showing
  • 899d405 added conversion function for SA band bandwidth
  • 9438fe5 added APN, Model, and Sim Slot query to loop
  • 8ba01af changed PCI to show both 4G and 5G when using NSA
  • d4a8d83 adjusted 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

image

Screenshot (103)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/iamromulan/quectel-rgmii-toolkit/pull/9 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 3/16/2024 **Status:** ✅ Merged **Merged:** 3/16/2024 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`08e5bc7`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/08e5bc7359db3eee6d19cd5bb09f6b6ffaa86d43) added various fixes and new data fields - [`5234303`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/5234303275d103dcf6303f93521feb6426baeb27) fixed unpaired div and missing html closing tag - [`3b92169`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/3b921694c6a1cf123cad3f3a626a707763798f50) fixed MCCMNC sometimes not showing - [`899d405`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/899d405d707f6e93bf7380e47c7d9763d99fa504) added conversion function for SA band bandwidth - [`9438fe5`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/9438fe515d023662a85f2ebfe7a1b23689876836) added APN, Model, and Sim Slot query to loop - [`8ba01af`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/8ba01af38480bc15bd99bf93bb907b414c2cfaed) changed PCI to show both 4G and 5G when using NSA - [`d4a8d83`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/d4a8d835863be898664c053c394dbf33686344bb) adjusted layouts for better readability ### 📊 Changes **6 files changed** (+327 additions, -243 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 ![image](https://github.com/iamromulan/quectel-rgmii-toolkit/assets/73575327/18a47a12-7687-4e37-9002-5a9bae155bb5) ![Screenshot (103)](https://github.com/iamromulan/quectel-rgmii-toolkit/assets/73575327/2b45eb47-9935-45a9-a96b-1c5d2fcb0159) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:38:59 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#70
No description provided.