Index: trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9539)
+++ trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9541)
@@ -129,4 +129,5 @@
     t_satObs CurrentObs;
     CurrentObs._time = CurrentObsTime;
+    CurrentObs._type = type;
 
     GETBITS(sv, 6)
@@ -707,4 +708,5 @@
           CurrentObs.clear();
           CurrentObs._time = CurrentObsTime;
+          CurrentObs._type = type;
           if (sys == 'S')
             CurrentObs._prn.set(sys, 20 - 1 + RTCM3_MSM_NUMSAT - i);
@@ -930,4 +932,5 @@
     t_satObs CurrentObs;
     CurrentObs._time = CurrentObsTime;
+    CurrentObs._type = type;
 
     GETBITS(sv, 6)
