Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 177)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 202)
@@ -23,6 +23,6 @@
 void FEPSim::sendReplys(char * buffer) {
     HighwaysParser highwaysParser = HighwaysParser(buffer);
-    vector<FEP_LINE*> lines = highwaysParser.getLines();
-    vector<STATION*> ldsMap = highwaysParser.getStations();
+    vector<FEP_LINE*> lines = highwaysParser.lines;
+    vector<STATION*> ldsMap = highwaysParser.stations;
 
     // Send one reply for every FEPLine
@@ -94,4 +94,6 @@
             // Transfer the station data to ATMS and listen for response
             handleCallResponse(fep_reply_xfer_32(&fepReply, clnt));
+            unsigned int sleepseconds = /* 100 * */1000;
+            usleep(sleepseconds);
         }
     }
