Skip to content
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

Dynamic Label method not quite right #14

Closed
nottledim opened this issue Aug 20, 2017 · 27 comments
Closed

Dynamic Label method not quite right #14

nottledim opened this issue Aug 20, 2017 · 27 comments

Comments

@nottledim
Copy link

For some reason I don't receive any DL messages. However the dataOut callback does print some garbage characters. So I was looking at the code and I think there's a misunderstnding. Either mine or yours :-) I can only find a spec for DL+ so I'm not sure.

Referring to padHandler::dynamicLabel method in pad-handler.cpp
So far as I can tell the DL command field comprises one byte header and field_1 message bytes. This is why field_1 is specified as one less than DL Command length.

This makes the header length 3 byes not 2 bytes and affects dataLength calculation and the start byte of the message, which should be data[3] not data[2].

Changing this removes the garbage data problem I was seeing but as I receive no real messages I can't test it any further.

c.f. http://www.etsi.org/deliver/etsi_ts/102900_102999/102980/01.01.01_60/ts_102980v010101p.pdf

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 21, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 21, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 21, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 21, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 21, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 21, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 22, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 22, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 22, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 23, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 23, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 23, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 23, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 24, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 24, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 24, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 24, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 24, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 24, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 25, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 25, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 25, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 25, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 25, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 25, 2017 via email

@nottledim
Copy link
Author

nottledim commented Aug 25, 2017 via email

@JvanKatwijk
Copy link
Owner

JvanKatwijk commented Aug 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants