mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #73] No operator info on Fibocom FM350-GL at 1.0.67-20240421 version #57
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-3ginfo-lite#57
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 @prusa-dev on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/73
Hi, @4IceG

Operator's info disappeared in version 1.0.67-20240421.
In my MR, I have changed the
AT+COPScommand response parsing according to how the modem responds. This change is suitable for all modems.But in version 1.0.67-20240421, I see that you have canceled this change. Therefore, the operator's name disappeared.
Here is FM350-GL response:
As you can see, there is no space between
+COPS:and0. Therefore, I changed the regex and added\s?@4IceG commented on GitHub (Apr 22, 2024):
Hi @prusa-dev ,
Ok, I understand that my changes overwrote your modifications. I'll fix it later today.
@4IceG commented on GitHub (Apr 22, 2024):
It should be OK now.
@prusa-dev commented on GitHub (Apr 23, 2024):
Hi, @4IceG
Thank you. Now everything is fine.