Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2132)
+++ /trunk/BNC/bncmodel.cpp	(revision 2133)
@@ -581,4 +581,6 @@
     }   
 
+    double dop = 2.0; // TODO 
+
     ostringstream str3;
     str3.setf(ios::fixed);
@@ -590,5 +592,8 @@
          << setw(2) << setfill('0') << int(lamDeg) 
          << setw(10) << setprecision(7) << setfill('0') 
-         << fmod(60*lamDeg,60) << ',' << lamCh << ',';
+         << fmod(60*lamDeg,60) << ',' << lamCh 
+         << ",1," << setw(2) << setfill('0') << epoData->size() << ','
+         << setw(3) << setprecision(1) << dop << ','
+         << setprecision(3) << ell[2] << ",M,0.0,M,,,";
                    
     writeNMEAstr(QString(str3.str().c_str()));
