Index: trunk/BNC/src/ephemeris.cpp
===================================================================
--- trunk/BNC/src/ephemeris.cpp	(revision 8581)
+++ trunk/BNC/src/ephemeris.cpp	(revision 8584)
@@ -58,6 +58,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -314,6 +313,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -613,6 +611,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -917,6 +914,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -1303,6 +1299,5 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
@@ -1520,8 +1515,8 @@
 
   if (_checkState == bad ||
-      _checkState == unhealthy ||
-      _checkState == outdated) {
+      _checkState == unhealthy) {
     return failure;
   }
+
 
   static const double gmBDS    = 398.6004418e12;
