-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[devel] [GD73] Cannot link channels #414
Comments
@sgofferj To gather some information: which firmware is your GD-73 running? According to #188, dev was done against "v1.11" - just to make sure that's not an issue. (Some more discussion in #371, but main thread was #188) For the actual error message, if there are no secrets inside, could you attach the codeplug here or even try to strip it down to the parts causing the error? Most likely the parts that are reported in the error message? That should help @hmatuschek to find the cause. |
Yeah, it's 1.11. Nothing really secret. I'm mostly trying and testing. Don't like booting into Windows all the time, hence qdmr 😄 |
I'll have a look.
If you want to play along. |
I get:
Oooh. That is a bug in the manufacturer CPS. There are only 5 scan lists defined, the channel "CMLDMR" references scan list 6 (indices are 0-based, so the 7th scan list). |
Ok, I can be bug compatible. That is, I will just throw warnings for every unresolved reference I find. |
…tes buggy code plugs. Addresses #414.
Ok, should be fixed in the |
I'll try to get to it at the weekend. Thanks! |
Got some free slot. qdmr reads the radio now. |
The first issue should be resolved. I simply forgot to encode these settings. The latter might be correct, if the manufacturer does not allow for adding private calls to group lists. Usually, only group calls are allowed. Some firmwares (e.g., OpenGD77) however, handle private calls in group lists. |
I've checked it with the manufacturer CPS, the GD-73 only supports group calls in group lists. So that error message is correct. |
I actually have programmed the GD73 I'm reading with the manufacturer CPS. I don't have any private calls in the group list but I do have an all-call in the group list. |
You do not need all-calls in group lists. They are received always. I would close this issue now. Feel free to reopen is, if an issue remains. |
Thank you for your work! |
Oh, forgot to merge. So, reopen. |
I'm trying to read a GD-73 with the devel branch downloaded today. The codeplug has been edited quite a bit with the original windows CPS. Stuff has been deleted and added and such. qdmr fails to decode the codeplug.
Log output:
Possibly related to #250
The text was updated successfully, but these errors were encountered: