Index: /trunk/BNC/RTCM3/RTCM3Decoder.cpp
===================================================================
--- /trunk/BNC/RTCM3/RTCM3Decoder.cpp	(revision 1126)
+++ /trunk/BNC/RTCM3/RTCM3Decoder.cpp	(revision 1127)
@@ -215,15 +215,16 @@
   // ---------------------------------------
   if (_mode == unknown || _mode == observations || _checkMountPoint == _staID || _checkMountPoint == "ALL") {
+
     for (int ii = 0; ii < bufLen; ii++) {
-    
       _Parser.Message[_Parser.MessageSize++] = buffer[ii];
+
       if (_Parser.MessageSize >= _Parser.NeedBytes) {
     
         // RTCM message types
         // ------------------
-          for (int kk = 0; kk < _Parser.typeSize; kk++) {
-            _typeList.push_back(_Parser.typeList[kk]);
-          }
-          _Parser.typeSize = 0;
+        for (int kk = 0; kk < _Parser.typeSize; kk++) {
+          _typeList.push_back(_Parser.typeList[kk]);
+        }
+        _Parser.typeSize = 0;
     
         while(int rr = RTCM3Parser(&_Parser)) {
@@ -232,5 +233,5 @@
           // -----------------
           if (rr == 1 || rr == 2) {
-                  decoded = true;
+            decoded = true;
     
             if (!_Parser.init) {
Index: /trunk/BNC/todo.txt
===================================================================
--- /trunk/BNC/todo.txt	(revision 1126)
+++ /trunk/BNC/todo.txt	(revision 1127)
@@ -5,11 +5,18 @@
 connection. BNS just stops operation.
 
+LM: it should be better now. At least it works fine on my notebook.
+
 (*) BNS reconnect behavior with respect to BNC is sometimes a problem.
 Reason: Once BNC is stopped and restarted, BNS does not continue
 its operation.
 
+LM: it should be better now. At least it works fine on my notebook.
+
 (*) Outlier in orbit corrections, concerning only GLONASS.
 Comment from Georg: I don't have an idea where to look for the problem.
 Does anybody have an idea for a test scenario?
+
+LM: I do not see the problem right now (on my notebook). Maybe is is already
+    O.K. due to other changes. Georg, could you test it?
 
 (*) DLR started (and unfortunately meanwhile stopped) sending 30sec
