mirror of
https://github.com/4IceG/luci-app-modemdata.git
synced 2026-04-26 11:16:06 +03:00
[GH-ISSUE #4] luci-app-Modemdata issue #2
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/luci-app-modemdata#2
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 @johnpaultads on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/4IceG/luci-app-modemdata/issues/4
No value pop up displayed for RSSI and RSRQ indicators when the device is connected to a 5G NSA network. Despite this UI issue, the underlying software remains robust and functional.
@4IceG commented on GitHub (Aug 30, 2025):
The LuCI package shows this if a given parameter has no value, so it is not an error. Do you know that at commands do not return all data for 5G?
There is an error, but in the script it should also show RSRQ.
[ -n "$T6" ] && [ "$T6" != "-" ] && addon $((POS + 7)) "(S${IDX}) RSRP" "$T6 dB"RSRQ line
@johnpaultads commented on GitHub (Aug 30, 2025):
Thanks for clarification.