Skip to content
Snippets Groups Projects
Commit b939f920 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1284: Removed some old code fragments.

parent d8eae947
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment