[GH-ISSUE #73] No operator info on Fibocom FM350-GL at 1.0.67-20240421 version #57

Closed
opened 2026-03-04 11:58:13 +03:00 by kerem · 3 comments
Owner

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.
image

In my MR, I have changed the AT+COPS command 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:

AT+COPS=3,0;+COPS?;+COPS=3,2;+COPS?
+COPS:0,0,"MTS RUS",7

+COPS:0,2,"25001",7

OK

As you can see, there is no space between +COPS: and 0. Therefore, I changed the regex and added \s?

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. ![image](https://github.com/4IceG/luci-app-3ginfo-lite/assets/161749114/85900569-fffc-4c73-ba01-304e583623e6) In my [MR](https://github.com/4IceG/luci-app-3ginfo-lite/pull/70/files#diff-bfb9df31e7c9175e9d10b5dca27891b6c20b9997ed0df263b257f34796d5067aR278), I have changed the `AT+COPS` command 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: ``` AT+COPS=3,0;+COPS?;+COPS=3,2;+COPS? +COPS:0,0,"MTS RUS",7 +COPS:0,2,"25001",7 OK ``` As you can see, there is no space between `+COPS:` and `0`. Therefore, I changed the regex and added `\s?`
kerem closed this issue 2026-03-04 11:58:13 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2069282942 --> @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.
Author
Owner

@4IceG commented on GitHub (Apr 22, 2024):

It should be OK now.

<!-- gh-comment-id:2070234170 --> @4IceG commented on GitHub (Apr 22, 2024): It should be OK now.
Author
Owner

@prusa-dev commented on GitHub (Apr 23, 2024):

Hi, @4IceG
Thank you. Now everything is fine.

image

<!-- gh-comment-id:2072099536 --> @prusa-dev commented on GitHub (Apr 23, 2024): Hi, @4IceG Thank you. Now everything is fine. ![image](https://github.com/4IceG/luci-app-3ginfo-lite/assets/161749114/53715d5a-6668-4b03-920d-618f4efc9c0a)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-3ginfo-lite#57
No description provided.