-
Notifications
You must be signed in to change notification settings - Fork 306
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
Bugfix Third Party Filtering #433
base: dev
Are you sure you want to change the base?
Conversation
Thank you for the submission, |
Well I made the fixes in a separate branch and messed up merging your dev branch into it. The relevant commit are all the ones prior to 157d874, everything else is me failing to properly merge your dev branch in to my bugfix branch. |
Is this commit an attempt to fix this issue ? e84a622 |
pfilter all ready called decode_aprs at the beginning to parse the packet and extract various properties. |
As I am reading your reply it all makes sense and seem to have simplified the code somewhat. It makes sense to only not duplicate same functionality all over the place. I will test this during a couple of days and let you know the what comes out. |
Ok, I just gave this e84a622 a try. Unfortunately it is not working. Unfortunately this does not work as soon as the object or items are encapsulated into 3rd party. Even h filter has no effect.... EDIT: Nevermind, my test 3rd party frame was malformed and categorized as something else. It is working. Iw ill conduct some more tests and close the issue asap. |
This addresses issue #428.