decodeAirmet() not used in gen_gdl90 stats and still in development.

#420.
pull/430/head v0.9b1
Christopher Young 2016-05-27 11:51:11 -04:00
rodzic 438a947aa5
commit 89107818b8
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -476,8 +476,10 @@ func (f *UATFrame) decodeInfoFrame() {
switch f.Product_id {
case 413:
f.decodeTextFrame()
case 8, 11, 13:
f.decodeAirmet()
/*
case 8, 11, 13:
f.decodeAirmet()
*/
default:
fmt.Fprintf(ioutil.Discard, "don't know what to do with product id: %d\n", f.Product_id)
}