Bug 1312

Summary: Wrong assert condition in TopologyReader::Link::GetAttribute
Product: ns-3 Reporter: Alex Afanasyev <alexander.afanasyev>
Component: topology-readAssignee: Tommaso Pecorella <tommaso.pecorella>
Status: RESOLVED FIXED    
Severity: critical CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Alex Afanasyev 2011-12-12 17:29:46 UTC
There is wrong (opposite) assert condition in topology-reader.cc:136.

The following patch set resolves the problem.  
https://bitbucket.org/cawka/ns-3-dev/changeset/79a7d63e18ed

In addition, the same patch set slightly optimizes method calls that uses std::string as a parameter.
Comment 1 Tommaso Pecorella 2011-12-12 18:18:54 UTC
Thanks for the fix. Applied with changeset 69e782e15f32