--- a/src/devices/wimax/bs-link-manager.cc Mon Aug 09 14:05:48 2010 -0400
+++ b/src/devices/wimax/bs-link-manager.cc Mon Aug 09 17:47:23 2010 -0400
@@ -321,11 +321,8 @@
uint64_t
BSLinkManager::SelectDlChannel (void)
{
- // Values according to WirelessMAN-OFDM RF profile for 10 MHz channelization
- // Section 12.3.3.1 from IEEE 802.16-2004 standard
- // profR10_3 :
- // channels: 5000 + n ⋅ 5 MHz, ∀n ∈ { 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167 }
- return m_bs->GetChannel (147);
+ // temporarily set to 1 for quick scanning
+ return m_bs->GetChannel (1);
}
bool