skysafe / gr-sigmf

GNURadio blocks to read, write, and modify SigMF datasets
Other
30 stars 11 forks source link

Feature/3.8 #33

Closed Teque5 closed 4 years ago

Teque5 commented 4 years ago

This PR brings the gr-sigmf module & apps up to date with GNU Radio 3.8+.

Lots of cmake fixes and changes from the new gr_modtool. Changes mostly follow Official 3.8 Porting Guide when appropriate.

I've tested most of the gnuradio_companion functionality and sigmf-record works with no issues.

You may want to do the following to the master branch before merging this commit per official guidance:

git tag v3.7
git checkout -b maint-3.7

PR approved for public release per Aerospace Open-Source Software Participation Pilot dated 2017.

storborg commented 4 years ago

Thanks for this! We'll review as soon as possible and get it in the next release.

Teque5 commented 4 years ago

Any update on this? We'll be releasing a dataset in sigmf format soon so I'd be nice to have this so folks can read/write in GR.

Teque5 commented 4 years ago

I'm closing this PR since it was superseded by our newer request that works with current gnuradio master branch.