revert latest wimax change for tests to pass
authorJosh Pelkey <jpelkey@gatech.edu>
Mon, 09 Aug 2010 17:47:23 -0400
changeset 6530 d4a75eecfa7d
parent 6529 dd982eaf6026
child 6531 5c11ea507486
revert latest wimax change for tests to pass
src/devices/wimax/bs-link-manager.cc
--- 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