Index: trunk/BNC/src/PPP_free/pppClient.cpp
===================================================================
--- trunk/BNC/src/PPP_free/pppClient.cpp	(revision 6095)
+++ trunk/BNC/src/PPP_free/pppClient.cpp	(revision 6096)
@@ -175,6 +175,12 @@
       int channel = 0;
       if (satData->system() == 'R') {
-//        cerr << "not yet implemented" << endl;
-//        exit(0);
+        if (_eph.contains(satData->prn)) {
+          t_eph* eLast =_eph.value(satData->prn)->last;
+          channel = eLast->slotNum();
+        }
+        else {
+          delete satData;
+          return;
+        }
       }
 
