|
Bugzilla – Full Text Bug Listing |
| Summary: | valgrind errors in new test examples | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | lte | Assignee: | Nicola Baldo <nicola> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Tom Henderson
2013-01-18 19:18:57 UTC
The issue traces back to the EpsBearer class, which is normally used for configuration within the main program. So the problem is outside Dizhi's schedulers. It didn't show up before, because no scheduler before Dizhi's work used those variables. I've just pushed to ns-3-dev the following changes that fix the problem (the first one is backported from one of the LENA development branches): changeset: 9223:0037859c17c9 user: Nicola Baldo <nbaldo@cttc.es> date: Wed Dec 19 17:34:54 2012 +0100 summary: initialize member variables of EpsBearer upon construction changeset: 9224:16af460a31ab tag: tip user: Nicola Baldo <nbaldo@cttc.es> date: Mon Jan 21 17:10:14 2013 +0100 summary: fixed typo in eps-bearer.h |