Opendigitalradio / etisnoop

etisnoop is a ETI file analyser
GNU General Public License v3.0
9 stars 13 forks source link

Protection level A and B in yaml #24

Closed andimik closed 6 years ago

andimik commented 6 years ago

If you analyse

trt.eti.zip

with

etisnoop -i trt.eti -v -s trt.yaml

the output shows both protection levels, A and (!) B. It's A only according to other tools.

more /tmp/trt.yaml 
# Statistics from ETISnoop. This file should be valid YAML
---
ensemble:
    id: 0x4fff
    label: TRT DAB+        
    shortlabel: DAB+
audio:
    - service_id: 0x32
      subchannel_id: 0xb
      label: +Radyo 1        
      shortlabel: +Radyo 1
      subchannel:
          id: 11
          SAd: 0
          protection: EEP 4-A
          protection: EEP 4-B
          protection: unknown
          size: 48
andimik commented 6 years ago

I fear this happens for all files I have.

basicmaster commented 6 years ago

There was a small bug that also printed the messages for B/unknown protection levels, which is fixed now.