Index: branches/FEPSimulator/FEPSim.cpp
===================================================================
--- branches/FEPSimulator/FEPSim.cpp	(revision 202)
+++ branches/FEPSimulator/FEPSim.cpp	(revision 205)
@@ -26,4 +26,5 @@
     vector<STATION*> ldsMap = highwaysParser.stations;
 
+    
     // Send one reply for every FEPLine
     for (int i = 0; i < lines.size(); i++) {
@@ -74,9 +75,9 @@
             fsa.msg.message[3 + aa] = 0xff;
             
-            for(int l = 0; l < fsa.msg.message_len + 2; l++)
+            /*for(int l = 0; l < fsa.msg.message_len + 2; l++)
             {
                 printf("%02X", (unsigned char) fsa.msg.message[l]);
             }
-            printf("\n");
+            printf("\n");*/
             
             // info
@@ -89,5 +90,5 @@
             fepReply.answers.fep_answer_list_u.shortp.answers[0] = fsa;
             // send out data
-            printf("Transferring line=%d, lds_drop_no=%d...\n", lines.at(i)->lineNum, (int)ldsMap.at(index)->drop);
+            //printf("Transferring line=%d, lds_drop_no=%d...\n", lines.at(i)->lineNum, (int)ldsMap.at(index)->drop);
             // Make RPC Call and handle response
             // printf("Handling ATMS response...\n");
@@ -178,5 +179,5 @@
         // zero out buffer
         bzero(buffer, BUFF_SIZE);
-
+        
         // read XML from socket
         int totBytes = 0;
@@ -184,4 +185,6 @@
             totBytes += n;
         }
+        HighwaysParser highwaysParser = HighwaysParser(buffer);
+
 
         if (n < 0) {
