miek / inspectrum

Radio signal analyser
GNU General Public License v3.0
2.09k stars 270 forks source link

SigMF: Use correct field in annotation #199

Closed schneider42 closed 11 months ago

schneider42 commented 3 years ago

Currently inspectrum looks for a core:description field while the spec defines core:comment and core:label.

Apparently the spec never defined a core:description there. Using core:description was simply an oversight while implementing support.

I propose to drop support for core:description and only support core:label before too many files with wrong fields are created.

miek commented 3 years ago

Sounds good to me

schneider42 commented 2 years ago

This is complicated by the fact that libsigmf currently does not support the core:label field: https://github.com/deepsig/libsigmf/issues/11