mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 14:45:49 +03:00
[GH-ISSUE #113] [Feature request]: Display frequency in addition to bands #35
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#35
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 @hermsi94 on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/113
Is it possible to display the frequency in quecmanager in addition to the band used, as described here:
https://en.m.wikipedia.org/wiki/LTE_frequency_bands
https://en.m.wikipedia.org/wiki/5G_NR_frequency_bands
? This would make it even easier to assign the frequencies used and you wouldn't always have to look up which frequencies are currently being used in Wikipedia.
@dgel27 commented on GitHub (Jan 24, 2025):
The actually frecurency depend on which technology used: tdd, fdd. And it is not just band frequency. The SB frecurency (for NR) is coded in ARFCN. So need implement calculator, like this one:
https://www.cellmapper.net/arfcn
Also, it better implement offline calculator, because private networks usually not connected to internet...
@dr-dolomite commented on GitHub (Jan 24, 2025):
Sorry but I dont think that this feature will be viable or else, reliable in any way. Its not a 1:1 conversion and the modem doesnt provide native and direct information about it except for E/ARFCN. For now, you can use E/ARFCN calculators and it could produce estimations of its frequency.
@hermsi94 commented on GitHub (Jan 24, 2025):
Okay. then I'll use the calculator. I didn't know until now that I could get more precise information via the E/ARFCN.
Perhaps a calculator can be integrated offline in quecmanager at some point.
Regards
@dr-dolomite commented on GitHub (Jan 24, 2025):
No problem. I will still consider this and hopefully we can find a good way to implement it on our modem locally.
@dr-dolomite commented on GitHub (Mar 13, 2025):
NR/E/ARFCN Calculator was added to the latest beta 2.0.1. Closing this now.
@hermsi94 commented on GitHub (Mar 14, 2025):
Very nice. The cell search with the values, displayed frequencies etc. is really great. Thank you. 👌
Many thanks for your efforts
@dr-dolomite commented on GitHub (Mar 14, 2025):
Really appreciate that feed back 😁