Bug 1426 - lte-rlc-tag.h
lte-rlc-tag.h
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: lte
ns-3.13
PC Linux
: P5 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-14 09:46 UTC by Fabulous
Modified: 2012-06-08 09:41 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabulous 2012-05-14 09:46:15 UTC
I can't find the "lte-rlc-tag.h" and "lte-rlc-tag.cc" in "src/lte/model/"(ns3-3.13) ,which tell me on http://www.nsnam.org/docs/doxygen/classns3_1_1_rlc_tag.html#pub-static-methods
Comment 1 Nicola Baldo 2012-05-19 10:44:59 UTC
You're looking at the doxygen of ns-3-dev, in fact the file is present in ns-3-dev:
http://code.nsnam.org/ns-3-dev/file/ce0699130fc4/src/lte/model/lte-rlc-tag.cc

and the doxygen of ns-3.13 does not mention the class, as expected.
Comment 2 Fabulous 2012-06-08 09:41:04 UTC
Thank you very much!