Index: trunk/BNC/src/pppMain.cpp
===================================================================
--- trunk/BNC/src/pppMain.cpp	(revision 9441)
+++ trunk/BNC/src/pppMain.cpp	(revision 9442)
@@ -159,5 +159,6 @@
     opt->_aprSigTrp    = hlp[7].toDouble();
     opt->_noiseTrp     = hlp[8].toDouble();
-    opt->_nmeaPort     = hlp[9].toInt();
+    opt->_noiseIon     = hlp[9].toDouble();
+    opt->_nmeaPort     = hlp[10].toInt();
 
     if (_realTime) {
@@ -345,6 +346,4 @@
     opt->_aprSigPhaseBias = 1000.0;
 
-    opt->_noiseIon        =  5.00;
-
     _options << opt;
   }
