Index: branches/BNC_2.12/src/upload/bncephuploadcaster.cpp
===================================================================
--- branches/BNC_2.12/src/upload/bncephuploadcaster.cpp	(revision 9411)
+++ branches/BNC_2.12/src/upload/bncephuploadcaster.cpp	(revision 9412)
@@ -93,5 +93,5 @@
 					size = t_ephEncoder::RTCM3(*ephGlo, Array);
 				}
-			} else if (ephGal) {
+			} else if (ephGal)) {
 				if (dt > 14400.0 || dt < 0.0) {
 					size = t_ephEncoder::RTCM3(*ephGal, Array);
@@ -105,5 +105,5 @@
 					size = t_ephEncoder::RTCM3(*ephBDS, Array);
 				}
-			} else if (ephGPS && ephGPS->type() == t_eph::IRNSS	&& (system == "ALL" || system == "IRNSS")) {
+			} else if (ephGPS && ephGPS->type() == t_eph::IRNSS) {
 				if (fabs(dt > 86400.0)) {
 					size = t_ephEncoder::RTCM3(*ephGPS, Array);
