added missing doc file
authorNicola Baldo <nbaldo@cttc.es>
Wed, 30 Nov 2011 13:35:22 +0100
changeset 8432 72e3a573c71e
parent 8431 94ee1239b69d
child 8433 bc500f03a9a8
added missing doc file
src/lte/doc/source/epc-design.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lte/doc/source/epc-design.rst	Wed Nov 30 13:35:22 2011 +0100
@@ -0,0 +1,51 @@
+.. include:: replace.txt
+
+
+
+
+EPC modeling assumptions
+------------------------
+ 
+We focus on the simplified EPC model which is represented in the figure :ref:`fig-epc-topology`. The main modeling assumptions are:
+
+ * Only IPv4 is considered
+ * Only the EPC data plane is considered in detail. 
+ * The EPC control plane is not modeled explicitly. The control plane funcionality that is needed for the purpose of the simulation (e.g., UE attach and bearer setup procedures) are implemented by direct interaction among simulation objects performed via ns-3 helpers.
+
+
+.. _fig-epc-topology:
+   
+.. figure:: figures/epc-topology.*
+   :align: center
+
+   The simplified EPC network topology considered
+
+
+Implementation
+--------------
+
+
+
+
+.. _fig-epc-data-flow-dl:
+   
+.. figure:: figures/epc-data-flow-dl.*
+   :align: center
+
+   Data flow in the dowlink between the internet and the UE
+
+
+.. _fig-epc-data-flow-ul:
+   
+.. figure:: figures/epc-data-flow-ul.*
+   :align: center
+
+   Data flow in the uplink between the UE and the internet
+
+
+.. _fig-lte-arch-data-rrc-pdcp-rlc:
+   
+.. figure:: figures/lte-arch-data-rrc-pdcp-rlc.*
+   :align: center
+
+   Architecture of the data plane showing the RRC, PDCP and RLC protocols