diff --git a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc
index acff4e8dd75a3022a214b5b675d339563432ea72..f0f49678b36c7b1358ed6cbdd5ed3a02e8c42881 100644
--- a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc
+++ b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc
@@ -243,6 +243,7 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa
 			StationConfig		config;
 			bitset<MAX_RCUS>	theRCUs(theObs.getRCUbitset(config.nrLBAs, config.nrHBAs, config.nrRSPs, config.hasSplitters));
 #endif
+#if 0
 			// TODO: this code should be moved to the StationController
 			bitset<MAX_RCUS>	theRCUs(theObs.getRCUbitset(96, 48, 12, true));
 			string	rbm;
@@ -253,7 +254,7 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa
 				}
 			}
 			theObsPS->setValue(PN_OBS_RECEIVER_BITMAP,GCFPVString (rbm), 0.0, false);
-
+#endif
 			// for the beams we have to construct dyn arrays first.
 			GCFPValueArray		subbandArr;
 			GCFPValueArray		beamletArr;