|
Bugzilla – Full Text Bug Listing |
| Summary: | wimax-simple asserts after 10 seconds duration | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | wimax | Assignee: | Flavio Kubota <kubota> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | david.rua, ns-bugs |
| Priority: | P3 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Tom Henderson
2010-11-29 18:42:09 UTC
Some clues from Kwong-Sang Yin:
.in SSLinkManager::StartSynchronizing, StartScanning is schedule to kick in at m_ss->GetIntervalT21 () secs which is set to 10secs and then it crashes since its already in PHY_STATE_RX . Commenting out these lines in StartSynchronization clears the problem.
m_ss->SetTimer (Simulator::Schedule (m_ss->GetIntervalT21 (),
&SSLinkManager::StartScanning, this,
SubscriberStationNetDevice::EVENT_DL_MAP_SYNC_TIMEOUT, false),
m_dlMapSyncTimeoutEvent);
I've also encountered this issue and I implemented the fix solution proposed by José Francisco Lombera in http://www.nsnam.org/bugzilla/0 and this was solved. Please see his description of the solution. David (In reply to comment #2) > I've also encountered this issue and I implemented the fix solution proposed by > José Francisco Lombera in http://www.nsnam.org/bugzilla/0 > and this was solved. > > Please see his description of the solution. > > David I confirmed that the patch to 985 also solves this problem. Will try to get it approved for merging. *** This bug has been marked as a duplicate of bug 985 *** |