Index: /trunk/BNC/src/PPP/pppSatObs.cpp
===================================================================
--- /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10333)
+++ /trunk/BNC/src/PPP/pppSatObs.cpp	(revision 10334)
@@ -359,5 +359,7 @@
     retVal *= GLO_WEIGHT_FACTOR;
   }
-
+  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
+    retVal *= BDS_WEIGHT_FACTOR;
+  }
 
   // Elevation-Dependent Weighting
@@ -402,4 +404,7 @@
   if (_prn.system() == 'R' && t_lc::includesCode(tLC)) {
     retVal *= GLO_WEIGHT_FACTOR;
+  }
+  if (_prn.system() == 'C' && t_lc::includesCode(tLC)) {
+    retVal *= BDS_WEIGHT_FACTOR;
   }
 
