From aeb5b72d0ce4bdaf01310117eefd99f03558112f Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 4 Dec 2008 23:57:18 +0100 Subject: [PATCH] workaround for transponder with same tsid/onid on hotbird (11470V, 11258H) --- lib/dvb/scan.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index 71893f95..76c71011 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -40,6 +40,8 @@ int eDVBScan::isValidONIDTSID(int orbital_position, eOriginalNetworkID onid, eTr case 0: case 0x1111: return 0; + case 0x13E: // workaround for 11258H and 11470V on hotbird with same ONID/TSID (0x13E/0x578) + return orbital_position != 130 || tsid != 0x578; case 1: return orbital_position == 192; case 0x00B1: -- 2.30.2