added references to LTE simulation scenarios

This commit is contained in:
Nicola Baldo
2012-06-08 18:39:30 +02:00
parent 8cc8100ca2
commit 1ef3e69bf3
2 changed files with 19 additions and 2 deletions

View File

@@ -21,6 +21,10 @@
.. [R1-081483] 3GPP R1-081483 `Conveying MCS and TB size via PDCCH <http://www.3gpp.org/ftp/tsg_ran/WG1_RL1/TSGR1_52b/Docs/R1-081483.zip>`_
.. [R4-092042] 3GPP R4-092042 "Simulation assumptions and parameters for FDD HeNB RF requirements"
.. [TR36814] 3GPP TR 36.814 "E-UTRA Further advancements for E-UTRA physical layer aspects"
.. [FFAPI] `FemtoForum LTE MAC Scheduler Interface Specification v1.11 <http://www.femtoforum.org/femto/technical.php>`_
.. [ns3tutorial] `The ns-3 Tutorial <http://www.nsnam.org/docs/tutorial/singlehtml/index.html>`_

View File

@@ -727,13 +727,26 @@ That's all! You can now start your simulation as usual::
Simulator::Run ();
Further Reading
---------------
Examples Programs
-----------------
The directory ``src/lte/examples/`` contains some example simulation programs that
show how to simulate different LTE scenarios.
Reference scenarios
-------------------
There is a vast amount of reference LTE simulation scenarios which can be found in the literature. Here we list some of them:
* The dual stripe model [R4-092042]_, which is partially implemented in the example program ``src/lte/examples/lena-dual-stripe.cc``
* The system simulation scenarios mentioned in section A.2 of [TR36814]_