-
Notifications
You must be signed in to change notification settings - Fork 10
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
SourceVITA49 Component Bugfixes #2
base: master
Are you sure you want to change the base?
Conversation
…GPS geolocation field. This was causing exceptions when processing VITA context packets that had an INS geolocation field included, but no geolocation GPS field.
… based on the data payload format type specified in the VITA context packet being processed.
…han just logging a message about ignoring then and replacing the old attatchment's settings anyway.
… opening new ones in their place.
… where the current SRI (which it protects) was being modified.
Thank you for providing the pull request. I reviewed the commits and they mostly look good. One change we'll have to make is to the If you would like credit in the form of us merging in any of your commits, please review the guidelines provided on the Community page for accepting contributions. Otherwise, we can implement the fixes and commit them separately. |
Those changes sound good to me. I don't have any need to be credited for the commits, so I think the best way forward is to let you implement and commit them separately. |
That works. Thanks again for providing the pull request. |
Is there any status update on these changes? |
Discovered a few bugs/issues while working with and inspecting the SourceVITA49 component. Created fixes for the issues that were found.
Issues that were discovered:
See commit messages and diffs for further detail.