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 ...@@ -243,6 +243,7 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa
StationConfig config; StationConfig config;
bitset<MAX_RCUS> theRCUs(theObs.getRCUbitset(config.nrLBAs, config.nrHBAs, config.nrRSPs, config.hasSplitters)); bitset<MAX_RCUS> theRCUs(theObs.getRCUbitset(config.nrLBAs, config.nrHBAs, config.nrRSPs, config.hasSplitters));
#endif #endif
#if 0
// TODO: this code should be moved to the StationController // TODO: this code should be moved to the StationController
bitset<MAX_RCUS> theRCUs(theObs.getRCUbitset(96, 48, 12, true)); bitset<MAX_RCUS> theRCUs(theObs.getRCUbitset(96, 48, 12, true));
string rbm; string rbm;
...@@ -253,7 +254,7 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa ...@@ -253,7 +254,7 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa
} }
} }
theObsPS->setValue(PN_OBS_RECEIVER_BITMAP,GCFPVString (rbm), 0.0, false); theObsPS->setValue(PN_OBS_RECEIVER_BITMAP,GCFPVString (rbm), 0.0, false);
#endif
// for the beams we have to construct dyn arrays first. // for the beams we have to construct dyn arrays first.
GCFPValueArray subbandArr; GCFPValueArray subbandArr;
GCFPValueArray beamletArr; GCFPValueArray beamletArr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment