Index: trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9311)
+++ trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9315)
@@ -1059,5 +1059,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3) SQRT_A %4 m!")
-           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
+           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
            .arg(eph._sqrt_A,10,'F',3).toLatin1(), true));
 #endif
@@ -1119,12 +1119,13 @@
     GETBITS(eph._almanac_health, 1) /* almanac healthy */
     GETBITS(eph._almanac_health_availablility_indicator, 1) /* almanac health ok */
+    /*
     if (eph._almanac_health_availablility_indicator == 0.0) {
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): ALM = %4: missing data!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
            .arg(eph._almanac_health_availablility_indicator).toLatin1(), true));
 #endif
       return false;
-    }
+    }*/
     GETBITS(eph._P1, 2) /*  P1 */
     GETBITS(i, 5)
@@ -1165,5 +1166,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): NT = %4: missing data!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toLatin1(), true));
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toLatin1(), true));
 #endif
       return false;
@@ -1174,5 +1175,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): ADD = %4: missing data!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
            .arg(eph._additional_data_availability).toLatin1(), true));
 #endif
@@ -1196,5 +1197,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): zero position!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).toLatin1(), true));
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toLatin1(), true));
 #endif
       return false;
@@ -1206,5 +1207,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): zero velocity!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).toLatin1(), true));
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toLatin1(), true));
 #endif
       return false;
