wifi: Fix broken links in Doxygen
This commit is contained in:
@@ -31,7 +31,7 @@ namespace ns3 {
|
||||
*
|
||||
* The intent of this class is to make it easy to create a channel object
|
||||
* which implements the YANS channel model. The YANS channel model is described
|
||||
* in "Yet Another Network Simulator", http://cutebugs.net/files/wns2-yans.pdf
|
||||
* in "Yet Another Network Simulator"; an author-prepared version of this paper * is at: https://hal.inria.fr/file/index/docid/78318/filename/yans-rr.pdf
|
||||
*/
|
||||
class YansWifiChannelHelper
|
||||
{
|
||||
@@ -151,7 +151,8 @@ private:
|
||||
* \brief Make it easy to create and manage PHY objects for the YANS model.
|
||||
*
|
||||
* The YANS PHY model is described in "Yet Another Network Simulator",
|
||||
* http://cutebugs.net/files/wns2-yans.pdf
|
||||
* published in WNS2 2006; an author-prepared version of this paper
|
||||
* is at: https://hal.inria.fr/file/index/docid/78318/filename/yans-rr.pdf
|
||||
*
|
||||
* The Pcap and ASCII traces generated by the EnableAscii and EnablePcap methods defined
|
||||
* in this class correspond to PHY-level traces and come to us via WifiPhyHelper
|
||||
|
||||
@@ -35,9 +35,9 @@ class YansWifiChannel;
|
||||
*
|
||||
* This PHY implements a model of 802.11a. The model
|
||||
* implemented here is based on the model described
|
||||
* in "Yet Another Network Simulator",
|
||||
* (http://cutebugs.net/files/wns2-yans.pdf).
|
||||
*
|
||||
* in "Yet Another Network Simulator" published in WNS2 2006;
|
||||
* an author-prepared version of this paper is at:
|
||||
* https://hal.inria.fr/file/index/docid/78318/filename/yans-rr.pdf
|
||||
*
|
||||
* This PHY model depends on a channel loss and delay
|
||||
* model as provided by the ns3::PropagationLossModel
|
||||
|
||||
Reference in New Issue
Block a user