diff --git a/src/lte/doc/source/lte-references.rst b/src/lte/doc/source/lte-references.rst index ec7fe36e5..03baaef93 100644 --- a/src/lte/doc/source/lte-references.rst +++ b/src/lte/doc/source/lte-references.rst @@ -21,6 +21,10 @@ .. [R1-081483] 3GPP R1-081483 `Conveying MCS and TB size via PDCCH `_ +.. [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 `_ .. [ns3tutorial] `The ns-3 Tutorial `_ diff --git a/src/lte/doc/source/lte-user.rst b/src/lte/doc/source/lte-user.rst index 62ebcf226..b6375899c 100644 --- a/src/lte/doc/source/lte-user.rst +++ b/src/lte/doc/source/lte-user.rst @@ -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]_ + +