Index: trunk/rtcm3torinex/lib/rtcm3torinex.c
===================================================================
--- trunk/rtcm3torinex/lib/rtcm3torinex.c	(revision 2844)
+++ trunk/rtcm3torinex/lib/rtcm3torinex.c	(revision 2845)
@@ -449,4 +449,5 @@
         GETFLOATSIGN(ge->OMEGADOT, 24, R2R_PI/(double)(1<<30)/(double)(1<<13))
         GETFLOATSIGN(ge->BGD_1_5A, 10, 1.0/(double)(1<<30)/(double)(1<<2))
+        GETFLOATSIGN(ge->BGD_1_5B, 10, 1.0/(double)(1<<30)/(double)(1<<2))
         GETBITS(ge->E5aHS, 2)
         GETBITS(sv, 1)
Index: trunk/rtcm3torinex/lib/rtcm3torinex.h
===================================================================
--- trunk/rtcm3torinex/lib/rtcm3torinex.h	(revision 2844)
+++ trunk/rtcm3torinex/lib/rtcm3torinex.h	(revision 2845)
@@ -314,4 +314,5 @@
   double IDOT;             /* [rad/s] */
   double BGD_1_5A;         /* [s] */
+  double BGD_1_5B;         /* [s] */
   int    Week;
   int    SISA;
