From b939f920c558947497669ded86832393c1e5150c Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Mon, 14 Sep 2009 07:03:25 +0000 Subject: [PATCH] Bug 1284: Removed some old code fragments. --- MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc index acff4e8dd75..f0f49678b36 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; -- GitLab