mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 14:45:49 +03:00
[GH-ISSUE #142] [TRACKED] Adding Support for RSRP and RSRQ Values for NR5G-SA Bands using QCAINFO=1 #52
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#52
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?
Originally created by @clndwhr on GitHub (Mar 29, 2025).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/142
On QuecManager 2.1.5 Beta. When setting
AT+QCAINFO=1, the fetch_data.sh?set=1 response array index 13, referencing +QCAINFO query, is missing the newline delimiter between SCC responses before the second SCC +QCAINFO entry.{ "command": "AT+QCAINFO", "response": "AT+QCAINFO\n+QCAINFO: \"PCC\",501390,12,\"NR5G BAND 41\",153,-11,-11,2549\n+QCAINFO: \"SCC\",126270,2,\"NR5G BAND 71\",1,93,0,-,-+QCAINFO: \"SCC\",521310,11,\"NR5G BAND 41\",1,153,0,-,-,-11,-11,2549\n", "status": "success" }Returning to
AT+QCAINFO=0the response contains the correctly expected newline delimiter.I don't believe this to be an issue in how fetch_data.sh is parsing the response, but more the response from the QCAINFO query does not contain the expected format to parse for all info, missing the newline delimiter.
@dr-dolomite commented on GitHub (Mar 29, 2025):
We are already aware of this but sadly Quectel still didn't fix how QCAINFO works for RM551E. It doesn't work or behave as intended.
@MiG-41 commented on GitHub (Mar 30, 2025):
And now what is the difference beetween 1 and 0 ? In LTE I dont see any... why to set it to 1 ? (Default is 0 ?)
@dr-dolomite commented on GitHub (Mar 30, 2025):
Should be for enabling verbosity to QCAINFO result
@MiG-41 commented on GitHub (Mar 30, 2025):
Verbosity in a way of more frequent change , or more parameters displayd ? ( since i havn't noticed difference... in what is displayd , same parameters in LTE bands).
@dr-dolomite commented on GitHub (Mar 30, 2025):
"Should be" more parameters but then again, QCAINFO doesn't properly work on RM551E right now.
@MiG-41 commented on GitHub (Mar 30, 2025):
Ok , in NSA i see the difference:
and with 1:
@clndwhr commented on GitHub (Mar 30, 2025):
It is working properly, the formatting isn't what is expected. Since Quectel isn't willing to put the effort in release a firmware update to fix this formatting bug and probably others for the moment, why not split the response on
+QCAINFOinstead of\n?This kind of split then supports both non-verbose and verbose output for NR5G bands and LTE Bands combine.@dr-dolomite commented on GitHub (Mar 31, 2025):
Actually, theres no problem with NSA and LTE since Im using servingcell for NR5G band. This combination could properly display the needed values without changing the default behavior of QCAINFO. However, the SCC bands of NR5G-SA doesnt return the expected values even with verbosity activated (QCAINFO=1) as shown here:
Thats why I said that QCAINFO on RM551E is still bugged. Sorry but no plans to change the QCAINFO behavior for now since it doesnt really help much. I also don't have a copy of NSA with 2 SCC NR5G bands so no idea how servingcell and QCAINFO responses would be shown.
@dr-dolomite commented on GitHub (Mar 31, 2025):
Even at this part, it doesnt show the expected response.
From RM551E document:
@iamromulan commented on GitHub (Mar 31, 2025):
With time comes progress
I heard a rumor that
RM551EGL00AAR01A03M8G_A0.001.A0.001is coming very very soon.Hopefully it will be fixed.
@dr-dolomite commented on GitHub (Mar 31, 2025):
The new firmware fixed some of the AT+QCAINFO's bugged response data. Will close this for now as I will rewrite the needed parsing logic to fit the new firmware as well as add support for older one.
@MiG-41 commented on GitHub (Mar 31, 2025):
And it is for sure realesed yesterday.
@MiG-41 commented on GitHub (Mar 31, 2025):
In AT+QENG="servingcell" thera are all parameters. But not sure if it is presents only one band for 5G...
And there are also commands: AT+QRSRP AT+QRSRQ AT+QSINR ....
@clndwhr commented on GitHub (Mar 31, 2025):
NSA mode with 2 NR5G SCC bands doesn't have the same issue that NR5G SA multiple SCC bands produces. I think it's relative to the output of just the NR5G SCC bands specifically in SA mode.
I'm curious to see the new firmware and if it resolves the formatting issues.
@MiG-41, I'm fairly certain those are only providing signal data for the PCC band
@clndwhr commented on GitHub (Mar 31, 2025):
For your reference, NSA Mode with 2 LTE/2NR5G
{ "command": "AT+QCAINFO", "response": "AT+QCAINFO\n+QCAINFO: \"PCC\",854,50,\"LTE BAND 2\",1,126,-93,-9,-66,12\n+QCAINFO: \"SCC\",66736,50,\"LTE BAND 66\",1,15,-89,-9,-72,17,0,-,-\n+QCAINFO: \"SCC\",501390,12,\"NR5G BAND 41\",153,-11,-11,2378\n+QCAINFO: \"SCC\",521310,11,\"NR5G BAND 41\",1,153,0,-,-,-11,-11,2378\n", "status": "success" }@MiG-41 commented on GitHub (Mar 31, 2025):
In new fw there is mentioned:
Secure Login AT+QADBKEY was no longer supportedNot sure if this couse ,that there will be no possible to wget toolkit via adb...
@dr-dolomite commented on GitHub (Mar 31, 2025):
We are already using the latest firmware. Just make sure that you have unlocked adb before flashing this version.
@STEVEBRZZW commented on GitHub (Apr 1, 2025):
@iamromulan @dr-dolomite
wander where can i get the a03 firmware
also https://forums.quectel.com/t/requesting-rm551egl00aar01a03m8g-a0-001-a0-001/45554/6
i see romulan saying it's worse than the a02 firmware, why say so?
@dr-dolomite commented on GitHub (Apr 1, 2025):
https://mega.nz/folder/CRFWlIpQ#grOByBgkfZe5uLMkX2M2XA/file/3d9EVbYR
New firmware removed the 4CC for NR5G-SA. It also removed the AT commands for unlocking ADB.
@STEVEBRZZW commented on GitHub (Apr 1, 2025):
4CC NR5G-SA isn't my concern since my carrier doesn't support it.
And i have already unlocked ADB.
i am currently running the a01 firmware, would you recommend updating to a02 or a03?
@dr-dolomite commented on GitHub (Apr 1, 2025):
You could test it out and personally see if there are improvements on your end. The toolkit and QuecManager is compatible with the latest firmware.
@STEVEBRZZW commented on GitHub (Apr 1, 2025):
OK
Thanks a lot.
In fact i am using some tricks to convert a Fibcom FM190W-GL into RM551E-GL, wander if i can follow the normal update procedure designed for a real RM551E-GL. Or do i need to flash the firmware and the xqcn file.
https://github.com/doner005/RMFaux51/blob/master/RMFaux51.md
This is the guide i follow
@STEVEBRZZW commented on GitHub (Apr 1, 2025):
Just finished updating.
Everything works fine, and NV Restore process is not needed.
After a quick speedtest it seems like the new firmware imporves both speed and stability for my use case.
@clndwhr commented on GitHub (Apr 3, 2025):
Is there a chance for the 4CC fix with the new firmware?
@dr-dolomite commented on GitHub (Apr 3, 2025):
Its a Quectel issue so theres nothing we can do about it rather than to wait for another firmware or hope that someone leaks a proprietary fix.