Bug 1014

Summary: wimax-ipv4 segfaults when number of subscriber stations increased
Product: ns-3 Reporter: Nikunj Aggarwal <nikunj.iitm>
Component: examplesAssignee: Flavio Kubota <kubota>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ns-bugs, tomh
Priority: P5 Keywords: bug
Version: ns-3.9   
Hardware: All   
OS: All   

Description Nikunj Aggarwal 2010-10-22 16:35:55 UTC
When number of subscriber stations are increased the code gives a segmentation fault. 
In the function BsServiceFlowManager::ProcessDsaReq  , there is a statement :

      serviceFlow = GetServiceFlow (ssRecord->GetDsaRsp ().GetSfid ());

This returns NULL value. 
Which later gives a segfault when we try to access the element of serviceFlow in BsServiceFlowManager::ScheduleDsaRsp
Comment 1 Flavio Kubota 2010-12-28 19:47:18 UTC

*** This bug has been marked as a duplicate of bug 1025 ***