[PR #83] [MERGED] Added Cellular Settings Functionality #121

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

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/83
Author: @dr-dolomite
Created: 10/5/2024
Status: Merged
Merged: 10/5/2024
Merged by: @iamromulan

Base: development-SDXPINNHead: QuecManager


📝 Commits (1)

  • 0adddef added network pref and nr5g mode control functionalities

📊 Changes

17 files changed (+1124 additions, -267 deletions)

View changed files

📝 www/about.html (+3 -3)
📝 www/advance-settings.html (+11 -6)
📝 www/bandlock.html (+3 -3)
📝 www/cell-locking.html (+3 -3)
📝 www/cell-scanner.html (+7 -4)
📝 www/cell-settings.html (+222 -210)
📝 www/cell-sms.html (+7 -4)
www/cgi-bin/apn-profile.sh (+153 -0)
www/cgi-bin/cell-settings.sh (+66 -0)
www/cgi-bin/fetch-apn-profiles.sh (+45 -0)
📝 www/cgi-bin/home_data.sh (+1 -1)
📝 www/css/custom.css (+63 -0)
📝 www/home.html (+3 -3)
www/js/cell-settings/apn-profile.js (+179 -0)
www/js/cell-settings/fetch-settings.js (+309 -0)
📝 www/js/home/main.js (+47 -28)
📝 www/js/utils/restart-connection.js (+2 -2)

📄 Description

  • Added custom APN
  • Added Network Preference
  • Added nr5g mode control
  • Added ICCID based APN profiles

🔄 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/83 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 10/5/2024 **Status:** ✅ Merged **Merged:** 10/5/2024 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `development-SDXPINN` ← **Head:** `QuecManager` --- ### 📝 Commits (1) - [`0adddef`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/0adddef63a0b4820fa12856ec197dcf310e5eb03) added network pref and nr5g mode control functionalities ### 📊 Changes **17 files changed** (+1124 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `www/about.html` (+3 -3) 📝 `www/advance-settings.html` (+11 -6) 📝 `www/bandlock.html` (+3 -3) 📝 `www/cell-locking.html` (+3 -3) 📝 `www/cell-scanner.html` (+7 -4) 📝 `www/cell-settings.html` (+222 -210) 📝 `www/cell-sms.html` (+7 -4) ➕ `www/cgi-bin/apn-profile.sh` (+153 -0) ➕ `www/cgi-bin/cell-settings.sh` (+66 -0) ➕ `www/cgi-bin/fetch-apn-profiles.sh` (+45 -0) 📝 `www/cgi-bin/home_data.sh` (+1 -1) 📝 `www/css/custom.css` (+63 -0) 📝 `www/home.html` (+3 -3) ➕ `www/js/cell-settings/apn-profile.js` (+179 -0) ➕ `www/js/cell-settings/fetch-settings.js` (+309 -0) 📝 `www/js/home/main.js` (+47 -28) 📝 `www/js/utils/restart-connection.js` (+2 -2) </details> ### 📄 Description - Added custom APN - Added Network Preference - Added nr5g mode control - Added ICCID based APN profiles --- <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:08 +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#121
No description provided.