Bugzilla – Full Text Bug Listing |
Summary: | WiMAX channel scanning overflow | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
Component: | wimax | Assignee: | Flavio Kubota <kubota> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amine.ismail, jpelkey, ns-bugs |
Priority: | P2 | ||
Version: | ns-3.8 | ||
Hardware: | All | ||
OS: | All |
Description
Tom Henderson
2010-07-07 11:25:26 UTC
The IEEE 802.16 standard does not specify what to do if SS does not scan a BS. I've resolved restarting immediately from channel 0. On channel initialization method, I've changed the "arbitrary" to values specified by WirelessMAN-OFDM RF profile for 10 MHz channelization (Section 12.3.3.1 from IEEE 802.16-2004 standard). I had to revert the changes in src/devices/wimax/bs-link-manager.cc in order to get the wimax-phy-layer and wimax-ss-mac-layer tests to pass. One of them crashed and the other failed. I'm not exactly sure yet what this does to wimax, but I am re-opening in case the bug is valid again. Here is the reverted changeset: http://code.nsnam.org/ns-3-dev/rev/d4a75eecfa7d I was not able to easily find a solution to this so I am reassigning to Flavio. To connect quickly, BS is using the first channel. All the others values is the values defined in the IEEE 802.16-2004 standard. The segmentation fault is fixed. |