[PR #19] [MERGED] Added various new features and fixes #82

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

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/19
Author: @dr-dolomite
Created: 3/24/2024
Status: Merged
Merged: 3/24/2024
Merged by: @iamromulan

Base: developmentHead: development


📝 Commits (4)

  • 4a3307f added ATI as the default command
  • b423866 added reboot button
  • f58ccff added dedicated NR-CA SA parser
  • f9c9f97 Merge branch 'development' into development

📊 Changes

6 files changed (+149 additions, -80 deletions)

View changed files

📝 simpleadmin/scripts/modemstatus_parse.sh (+13 -2)
📝 simpleadmin/www/atcommander.html (+62 -28)
📝 simpleadmin/www/cgi-bin/get_atcommand (+2 -2)
simpleadmin/www/cgi-bin/get_sms (+24 -0)
📝 simpleadmin/www/sms.html (+7 -48)
simpleadmin/www/styles.css (+41 -0)

📄 Description

Changes:

  • Added ATI as default command when users click "Send AT Command"

  • Added Reboot button with loading modal

  • Added CGI script for SMS to automatically run text mode command

  • Fixed wait time variable for get_atcommand not using value in milliseconds

  • Added styles.css for storing HTML styling

  • Added a dedicated function for parsing NR-CA SA SCC bands.
    (Initial testing using dummy file worked fine on my end. However, it needs to be tested in real scenario. I also tried checking the RM521 that you shared but sadly it only uses 1 SA band.)


🔄 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/19 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 3/24/2024 **Status:** ✅ Merged **Merged:** 3/24/2024 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (4) - [`4a3307f`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/4a3307f68336f2fc176ce6f6871a52e464663b72) added ATI as the default command - [`b423866`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/b423866d0debe72d6bef7c9cedaef93e09b0698d) added reboot button - [`f58ccff`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/f58ccff0bf3ca6de9bbec0959916e4f3333b03f2) added dedicated NR-CA SA parser - [`f9c9f97`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/f9c9f97e95f58bebc5775353cd85c08d2dd22b07) Merge branch 'development' into development ### 📊 Changes **6 files changed** (+149 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `simpleadmin/scripts/modemstatus_parse.sh` (+13 -2) 📝 `simpleadmin/www/atcommander.html` (+62 -28) 📝 `simpleadmin/www/cgi-bin/get_atcommand` (+2 -2) ➕ `simpleadmin/www/cgi-bin/get_sms` (+24 -0) 📝 `simpleadmin/www/sms.html` (+7 -48) ➕ `simpleadmin/www/styles.css` (+41 -0) </details> ### 📄 Description Changes: - Added ATI as default command when users click "Send AT Command" - Added Reboot button with loading modal - Added CGI script for SMS to automatically run text mode command - Fixed wait time variable for get_atcommand not using value in milliseconds - Added styles.css for storing HTML styling - Added a dedicated function for parsing NR-CA SA SCC bands. (Initial testing using dummy file worked fine on my end. However, it needs to be tested in real scenario. I also tried checking the RM521 that you shared but sadly it only uses 1 SA band.) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:39:01 +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#82
No description provided.