equal
deleted
inserted
replaced
25 #include "ns3/nstime.h" |
25 #include "ns3/nstime.h" |
26 #include "ns3/propagation-loss-model.h" |
26 #include "ns3/propagation-loss-model.h" |
27 |
27 |
28 namespace ns3 { |
28 namespace ns3 { |
29 |
29 |
30 /* |
30 /** |
|
31 * \ingroup propagation |
|
32 * |
31 * \brief The COST-Hata-Model is the most often cited of the COST 231 models. |
33 * \brief The COST-Hata-Model is the most often cited of the COST 231 models. |
|
34 * |
32 * Also called the Hata Model PCS Extension, it is a radio propagation model |
35 * Also called the Hata Model PCS Extension, it is a radio propagation model |
33 * that extends the Hata Model (which in turn is based on the Okumura Model) |
36 * that extends the Hata Model (which in turn is based on the Okumura Model) |
34 * to cover a more elaborated range of frequencies. COST (COperation |
37 * to cover a more elaborated range of frequencies. COST (COperation |
35 * europ�enne dans le domaine de la recherche Scientifique et Technique) |
38 * europ�enne dans le domaine de la recherche Scientifique et Technique) |
36 * is a European Union Forum for cooperative scientific research which has |
39 * is a European Union Forum for cooperative scientific research which has |