wifi: Fix broken links in Doxygen

This commit is contained in:
Tom Henderson
2022-04-29 15:48:10 -07:00
parent 9ea73461c0
commit 33bbbe5b9c
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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