mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 14:45:49 +03:00
[GH-ISSUE #4] 5G NR-SA Bandwidth Values Not Parsed #4
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#4
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 @danry25 on GitHub (Feb 7, 2024).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/4
When connected to 5G-SA (5G Standalone), the Simple Admin bandwidth indicator is showing the increment between 0 and 14 then putting a Mhz tag on the end, but the value mappings (shown around page 97 in the AT Commands Manual ) show that 12 means that you are connected to a 100Mhz channel.
Looks like nr_bw is only called for NR-NSA (5G Nonstandalone) causing this value to not be parsed.
@iamromulan commented on GitHub (Feb 8, 2024):
Seems so! Good catch!
Yep there are a few issues with it that were inherited from the original source (ROOTer)
The Unknown NR band in NSA every time is what was the most glaring for me. I will look at this a little closer and see what I can improve. In the meantime feel free to PR 😁
@jpda commented on GitHub (Feb 9, 2024):
@iamromulan I have been using your tools for a while, thank you for putting all of this together.
for what it's worth, I have a few scripts here https://github.com/jpda/local-bin/blob/main/openwrt (openwrt, openwrtps) that I used for parsing out qeng=servingcell and qcainfo. I was getting the AT response from the web interfaces of openwrt/rooter, but the parsing is pretty much the same regardless of the source.
@dr-dolomite commented on GitHub (Mar 16, 2024):
I will try to look unto it since I already patched the bandwidth error for NSA NR bands.
@dr-dolomite commented on GitHub (Mar 16, 2024):
Update: missing function call for BW conversion. Fixed.

@iamromulan commented on GitHub (Mar 16, 2024):
SOLVED
Well done! Thank you for your contribution! Approved and merged!
https://github.com/iamromulan/quectel-rgmii-toolkit/pull/9
CLOSED