mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 22:55:50 +03:00
[GH-ISSUE #118] [TODO] - ADD NR5G AND LTE NEIGHBOURCELL SCAN TO CELL SCAN #38
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#38
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 @dr-dolomite on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/iamromulan/quectel-rgmii-toolkit/issues/118
Initial logic:
Check for meas_info state
If 0: Activate it
If 1: Do nothing
Otherwise:
Error
Check for current network mode
If NSA:
Scan for both LTE and NR5G
If SA:
Scan for NR5G Only
If LTE:
Scan for LTE Only
Otherwise:
Error
Note: NR5G neighbourcell will only show limited information such as RSRP, ARFCN, and PCI
@dr-dolomite commented on GitHub (Feb 3, 2025):
Done. Waiting for feedback.