Index: trunk/BNC/bncgetthread.cpp
===================================================================
--- trunk/BNC/bncgetthread.cpp	(revision 2355)
+++ trunk/BNC/bncgetthread.cpp	(revision 2356)
@@ -646,4 +646,8 @@
                        antT));
   }
+
+  for (int ii = 0; ii <_decoder->_typeList.size(); ii++) {
+    emit(newRTCMMessage(_staID, _decoder->_typeList[ii]));
+  }
 #endif
 
Index: trunk/BNC/bncgetthread.h
===================================================================
--- trunk/BNC/bncgetthread.h	(revision 2355)
+++ trunk/BNC/bncgetthread.h	(revision 2356)
@@ -81,4 +81,5 @@
    void newAntCrd(QByteArray staID, double xx, double yy, double zz, QByteArray antType);
    void newMessage(QByteArray msg, bool showOnScreen);
+   void newRTCMMessage(QByteArray staID, int msgID);
    void getThreadFinished(QByteArray staID);
    void newPosition(bncTime time, double x, double y, double z);
