-
Notifications
You must be signed in to change notification settings - Fork 46
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
D878UV Decode doesn't properly parse analog DCS codes? #205
Comments
Thanks for the detailed bug report. I believe that I fixed it with the last commit. Could you verify that? |
|
Sorry for the delay. I did flash the radio with a variety of CTSCC and DCS (both N and I) codes, then read them back successfully. I did not flash every code (I couldn't find a list of all defined codes). |
Reading from a D878UV radio, FW version 1.26, 2 channels, each with DCS code 413N yields the following yaml file:
dmrconf read d878uv.dfu
dmrconf decode --yaml --radio=d878uv d878uv.dfu > d878uv.yaml.txt
d878uv.yaml.txt
I expect the lines:
for both ch1 and ch2. Found because I downloaded a codeplug from my radio, made changes, then uploaded the changed codeplug. The DCS codes were dropped from the radio, and my transmissions were not heard by anyone else...
This looks similar to #111, but my C++ skills are very rusty... I am using qdmr 0.10.1-2 from debian. I can't attach the .dfu file - github doesn't support it. I can provide it - it is a simple codeplug with 1 zone, 2 channels. Here is the info file:
d878uv.info.txt
Thanks for a great project!
The text was updated successfully, but these errors were encountered: