Index: branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp	(revision 8312)
+++ branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp	(revision 8455)
@@ -1102,5 +1102,5 @@
    GLOFreq[sv - 1] = 100 + eph._frequency_number ; /* store frequency for other users (MSM) */
     _gloFrq = QString("%1 %2").arg(eph._prn.toString().c_str()).arg(eph._frequency_number, 2, 'f', 0);
-    
+
     emit newGlonassEph(eph);
     decoded = true;
@@ -1222,5 +1222,5 @@
     GETFLOATSIGN(eph._agf1, 8, 1.0 / (1 << 30) / (1 << 10))
 
-    eph._TOW = 0.9999E9;
+    eph._TOT = 0.9999E9;
     eph._health = 0;
 
@@ -1372,5 +1372,5 @@
     GETBITS(eph._SatH1, 1)
 
-    eph._TOW = 0.9999E9;
+    eph._TOT = 0.9999E9;
     emit newBDSEph(eph);
     decoded = true;
