Bug 1426

Summary: lte-rlc-tag.h
Product: ns-3 Reporter: Fabulous <fgboystu>
Component: lteAssignee: Nicola Baldo <nicola>
Status: RESOLVED INVALID    
Severity: normal CC: ns-bugs, tomh
Priority: P5    
Version: ns-3.13   
Hardware: PC   
OS: Linux   

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!