[PR #143] [MERGED] [IMPROVEMENTS] Merging RC Version 2.2.2 Fixes and Added Features #148

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

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/143
Author: @dr-dolomite
Created: 3/31/2025
Status: Merged
Merged: 4/3/2025
Merged by: @iamromulan

Base: development-SDXPINNHead: development-SDXPINN


📝 Commits (6)

  • 1d5faf3 Merging Release Candidate v2.2.0
  • e5aa61f Added more fixes for RC v2.2.2
  • 99295a5 Update version
  • 9d3768d Added improvements to network addressing
  • 677cdbb Added more improvements and fixes.
  • 721bbd9 Adjusted RSRP and RSRQ to also use servingcell for home data

📊 Changes

137 files changed (+323 additions, -237 deletions)

View changed files

📝 ipk-source/sdxpinn-quecmanager-beta/CONTROL/control (+1 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/404.html (+1 -1)
📝 ipk-source/sdxpinn-quecmanager-beta/root/www/404/index.html (+1 -1)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/8KEGh7PNDWPjxgfaZ18av/_buildManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/8KEGh7PNDWPjxgfaZ18av/_ssgManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/9vo0aXb0uub-Az8MCUlzi/_buildManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/9vo0aXb0uub-Az8MCUlzi/_ssgManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/CLEsEyocYsreIdPoy58DO/_buildManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/CLEsEyocYsreIdPoy58DO/_ssgManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/DogtQgS5nJUaCphfRGIBM/_buildManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/DogtQgS5nJUaCphfRGIBM/_ssgManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/Un-ym4UMWvWnxj7ICGng5/_buildManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/Un-ym4UMWvWnxj7ICGng5/_ssgManifest.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/0d696766-f8433f3082fb824f.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1074-d79f1d7c29de56fa.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1203-e2b7ef24adadbbd0.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1203-eba766727ba305cb.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1209-e502eb4151bc1e9a.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1630-ef39e3282b1968a7.js (+1 -0)
ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/241-87951836d46a7543.js (+1 -0)

...and 80 more files

📄 Description

New Features

  • Network Addresses Section:

    • Added a new section displaying network addresses.
  • APN Profiles List:

    • Included a list of APN profiles for improved visibility and management.
  • Dynamic Custom APN Selection:

    • Previously, the custom APN was hardcoded to Profile 1 of CGDCONT, which could lead to incorrect configurations.
    • The system now dynamically selects the correct profile index based on QMAP="WWAN", ensuring it matches the profile used for the active data connection.
  • Home Page Data Recovery:

    • Implemented automated refresh attempts when an error occurs while displaying the necessary information on the home page.
  • SMS Phone Number Input:

    • Improved phone number input for SMS sending. The input now includes a country code.

🛠️ Fixes

  • Correct PCI Display in Band Table:

    • Fixed incorrect PCI values in the band table.
  • Accurate RSRP and RSRQ Values for NR5G-SA and NSA SCC Bands:

    • Resolved issues with inaccurate RSRP and RSRQ values for NR5G-SA SCC bands.
  • IMEI Mangling:

    • Fixed an incorrect tooltip message and improved the card description.
  • Cellular Basic Settings:

    • Fixed incorrect usage of AT+COPS when saving changes, which previously caused some settings not to apply.

🔧 Scripts

  • New Script Added:
    /www/cgi-bin/quecmanager/home/fetch_public_ip.sh
    
    • This script fetches the public IP address.

🔄 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/143 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `development-SDXPINN` ← **Head:** `development-SDXPINN` --- ### 📝 Commits (6) - [`1d5faf3`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/1d5faf38d152b752d34e9ac80913438ae747d6bd) Merging Release Candidate v2.2.0 - [`e5aa61f`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/e5aa61f31f44e44ab54390f5df73e8a04f165b4c) Added more fixes for RC v2.2.2 - [`99295a5`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/99295a5061c476ae37b522176b2dc45d07d5e366) Update version - [`9d3768d`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/9d3768dccff96b609c124fd4d25c25010d6b1f9a) Added improvements to network addressing - [`677cdbb`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/677cdbb66d3512d3d6feb7d9053f659486693846) Added more improvements and fixes. - [`721bbd9`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/721bbd9bfb36df7b4b43fbde1018a6ce3481c77c) Adjusted RSRP and RSRQ to also use servingcell for home data ### 📊 Changes **137 files changed** (+323 additions, -237 deletions) <details> <summary>View changed files</summary> 📝 `ipk-source/sdxpinn-quecmanager-beta/CONTROL/control` (+1 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/404.html` (+1 -1) 📝 `ipk-source/sdxpinn-quecmanager-beta/root/www/404/index.html` (+1 -1) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/8KEGh7PNDWPjxgfaZ18av/_buildManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/8KEGh7PNDWPjxgfaZ18av/_ssgManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/9vo0aXb0uub-Az8MCUlzi/_buildManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/9vo0aXb0uub-Az8MCUlzi/_ssgManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/CLEsEyocYsreIdPoy58DO/_buildManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/CLEsEyocYsreIdPoy58DO/_ssgManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/DogtQgS5nJUaCphfRGIBM/_buildManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/DogtQgS5nJUaCphfRGIBM/_ssgManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/Un-ym4UMWvWnxj7ICGng5/_buildManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/Un-ym4UMWvWnxj7ICGng5/_ssgManifest.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/0d696766-f8433f3082fb824f.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1074-d79f1d7c29de56fa.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1203-e2b7ef24adadbbd0.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1203-eba766727ba305cb.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1209-e502eb4151bc1e9a.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/1630-ef39e3282b1968a7.js` (+1 -0) ➕ `ipk-source/sdxpinn-quecmanager-beta/root/www/_next/static/chunks/241-87951836d46a7543.js` (+1 -0) _...and 80 more files_ </details> ### 📄 Description ## ✨ New Features - **Network Addresses Section:** - Added a new section displaying network addresses. - **APN Profiles List:** - Included a list of APN profiles for improved visibility and management. - **Dynamic Custom APN Selection:** - Previously, the custom APN was hardcoded to **Profile 1** of `CGDCONT`, which could lead to incorrect configurations. - The system now dynamically selects the correct profile index based on `QMAP="WWAN"`, ensuring it matches the profile used for the active data connection. - **Home Page Data Recovery:** - Implemented automated refresh attempts when an error occurs while displaying the necessary information on the home page. - **SMS Phone Number Input:** - Improved phone number input for SMS sending. The input now includes a country code. ## 🛠️ Fixes - **Correct PCI Display in Band Table:** - Fixed incorrect **PCI** values in the band table. - **Accurate RSRP and RSRQ Values for NR5G-SA and NSA SCC Bands:** - Resolved issues with inaccurate **RSRP** and **RSRQ** values for **NR5G-SA SCC** bands. - **IMEI Mangling:** - Fixed an incorrect tooltip message and improved the card description. - **Cellular Basic Settings:** - Fixed incorrect usage of `AT+COPS` when saving changes, which previously caused some settings not to apply. ## 🔧 Scripts - **New Script Added:** ```bash /www/cgi-bin/quecmanager/home/fetch_public_ip.sh ``` - This script fetches the public IP address. --- <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:14 +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#148
No description provided.