Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 223)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 224)
@@ -33,4 +33,5 @@
     vector<STATION*> ldsMap = highwaysParser.stations;
 
+    cout << "Starting sendReplys for " << lines.size() << " lines." << endl;
     // Send one reply for every FEPLine
     for (int i = 0; i < lines.size(); i++) {
@@ -98,5 +99,9 @@
             handleCallResponse(fep_reply_xfer_32(&fepReply, clnt));
         }
-    }
+        // pause to let ATMS server catch up
+        //unsigned int sleepseconds = 220000;
+        //usleep(sleepseconds);
+    }
+    cout << "Finished." << endl;
 }
 
