|
Bugzilla – Full Text Bug Listing |
| Summary: | RadioBearerStats are not correctly connected | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Manuel Requena <manuel.requena> |
| Component: | lte | Assignee: | Manuel Requena <manuel.requena> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh, zorazeali |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch to RadioBearerStatsConnector and eNB/UE RRC | ||
|
Description
Manuel Requena
2018-11-16 10:35:15 UTC
Created attachment 3217 [details]
Patch to RadioBearerStatsConnector and eNB/UE RRC
Please push when you are ready, and please update CHANGES.html (new API: new trace sources), and if existing trace examples documented in the ns-3 LTE model library documentation are changed, please update those too. Hi Manuel, It looks good to me. I just have one comment and a question. Comment: Could you please remove the following dead code? 188 // std::set<uint64_t> m_imsiSeenUe; //!< stores all UEs for which RLC and PDCP traces were connected 268 std::set<uint64_t> m_imsiSeenEnb; //!< stores all eNBs for which RLC and PDCP traces were connected 189 // std::set<uint64_t> m_imsiSeenEnb; //!< stores all eNBs for which RLC and PDCP traces were connected Question: I simulated lena-simple example, and in RLC stats (DL and UL) I notice that we lose 2 PDUs in the start of the simulation. Do you know why? Kind regards, Zoraze pushed to changeset ed411fa9 https://gitlab.com/nsnam/ns-3-dev/commit/ed411fa9c033bcbcf8b2a44e75c01982848f0df1 |