-
Notifications
You must be signed in to change notification settings - Fork 70
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
BitString can be decoded but not encoded #63
Comments
An example would be good. Patches are better. This project isn’t really getting much attention. I’m giving it a home, but I don’t use it. |
Hi Richard, to reproduce simply decode and encode below file. Unfortunately I'm not much of a c programmer. And it would take me quite some time to figure out how to patch this. On the other side I think this thing should have more stars as it is (to my knowledge) the only opensource and openly available docsis en-/decoder. Have a nice day. |
I have a patch for this issue, how can I submit it? |
The best way would be a pull request. If you don’t know how to do a GitHub pull request, the gist is that you fork the repository, commit your changes on a branch, push that branch to your fork, and then it will give you a URL to create a pull request. If that sounds too complicated, you can paste the patch here. |
BitString can be decoded but not encoded
29:syntax error token BitString
(I can supply example binary if needed)
The text was updated successfully, but these errors were encountered: