mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-06 13:18:34 +02:00
nit: ifdef DEBUG_NIT_UNUSED for dumping unhandled descriptors
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#define DEBUG_NIT
|
#define DEBUG_NIT
|
||||||
|
//#define DEBUG_NIT_UNUSED
|
||||||
|
|
||||||
CNit::CNit(t_satellite_position spos, freq_id_t frq, unsigned short pnid, int dnum)
|
CNit::CNit(t_satellite_position spos, freq_id_t frq, unsigned short pnid, int dnum)
|
||||||
{
|
{
|
||||||
@@ -189,7 +190,7 @@ bool CNit::Parse()
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
#ifdef DEBUG_NIT
|
#ifdef DEBUG_NIT_UNUSED
|
||||||
printf("NIT: descriptor %02x: ", d->getTag());
|
printf("NIT: descriptor %02x: ", d->getTag());
|
||||||
uint8_t len = 2+d->getLength();
|
uint8_t len = 2+d->getLength();
|
||||||
uint8_t buf[len];
|
uint8_t buf[len];
|
||||||
@@ -223,6 +224,7 @@ bool CNit::ParseSatelliteDescriptor(SatelliteDeliverySystemDescriptor * sd, Tran
|
|||||||
if(satellitePosition != newSat) {
|
if(satellitePosition != newSat) {
|
||||||
printf("NIT: different satellite position: our %d nit %d\n",
|
printf("NIT: different satellite position: our %d nit %d\n",
|
||||||
satellitePosition, sd->getOrbitalPosition());
|
satellitePosition, sd->getOrbitalPosition());
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t polarization = sd->getPolarization();
|
uint8_t polarization = sd->getPolarization();
|
||||||
|
Reference in New Issue
Block a user