diff --git a/doc/models/Makefile b/doc/models/Makefile index 180c88dd3..94c063e39 100644 --- a/doc/models/Makefile +++ b/doc/models/Makefile @@ -82,15 +82,39 @@ SOURCEFIGS = \ $(SRC)/lte/doc/source/figures/ff-example.dia \ $(SRC)/lte/doc/source/figures/lte-enb-architecture.dia \ $(SRC)/lte/doc/source/figures/lte-ue-architecture.dia \ + $(SRC)/lte/doc/source/figures/epc-profiling-scenario.dia \ + $(SRC)/lte/doc/source/figures/eutran-profiling-scenario.dia \ $(SRC)/lte/doc/source/figures/lte-interference-test-scenario.dia \ + $(SRC)/lte/doc/source/figures/epc-topology.dia \ + $(SRC)/lte/doc/source/figures/epc-data-flow-dl.dia \ + $(SRC)/lte/doc/source/figures/epc-data-flow-ul.dia \ + $(SRC)/lte/doc/source/figures/lte-arch-data-rrc-pdcp-rlc.dia \ + $(SRC)/lte/doc/source/figures/lte-epc-e2e-data-protocol-stack.dia \ $(SRC)/lte/doc/source/figures/lte-mcs-index.eps \ $(SRC)/lte/doc/source/figures/lenaThrTestCase1.eps \ $(SRC)/lte/doc/source/figures/lenaThrTestCase2.eps \ + $(SRC)/lte/doc/source/figures/runningTime10s.eps \ + $(SRC)/lte/doc/source/figures/epcRunningTime.eps \ + $(SRC)/lte/doc/source/figures/propagationModel.eps \ $(SRC)/lte/doc/source/figures/simulationTime.eps \ - $(SRC)/lte/doc/source/figures/memoryUsage.eps \ - $(SRC)/lte/doc/source/figures/fading_pedestrian.pdf \ + $(SRC)/lte/doc/source/figures/epcSimulationTime.eps \ + $(SRC)/lte/doc/source/figures/epcEutranRunningTime.eps \ + $(SRC)/lte/doc/source/figures/profiling-memory.eps \ + $(SRC)/lte/doc/source/figures/lte-rlc-implementation-model.eps \ + $(SRC)/lte/doc/source/figures/lte-rlc-data-txon-dl.eps \ + $(SRC)/lte/doc/source/figures/lte-rlc-data-retx-dl.eps \ + $(SRC)/lte/doc/source/figures/lte-rlc-data-txon-ul.eps \ + $(SRC)/lte/doc/source/figures/lte-rlc-data-retx-ul.eps \ + $(SRC)/lte/doc/source/figures/fading_vehicular.png \ + $(SRC)/lte/doc/source/figures/fading_urban_3kmph.png \ + $(SRC)/lte/doc/source/figures/fading_pedestrian.png \ $(SRC)/lte/doc/source/figures/fading_vehicular.pdf \ $(SRC)/lte/doc/source/figures/fading_urban_3kmph.pdf \ + $(SRC)/lte/doc/source/figures/fading_pedestrian.pdf \ + $(SRC)/lte/doc/source/figures/lte-phy-interference.png \ + $(SRC)/lte/doc/source/figures/lte-phy-interference.pdf \ + $(SRC)/lte/doc/source/figures/helpers.png \ + $(SRC)/lte/doc/source/figures/helpers.pdf \ $(SRC)/uan/doc/auvmobility-classes.dia \ $(SRC)/stats/doc/Stat-framework-arch.png \ $(SRC)/stats/doc/Wifi-default.png \ @@ -117,12 +141,29 @@ IMAGES_EPS = \ $(FIGURES)/ff-example.eps \ $(FIGURES)/lte-enb-architecture.eps \ $(FIGURES)/lte-ue-architecture.eps \ + $(FIGURES)/epc-profiling-scenario.eps \ + $(FIGURES)/eutran-profiling-scenario.eps \ $(FIGURES)/lte-interference-test-scenario.eps \ + $(FIGURES)/epc-topology.eps \ + $(FIGURES)/epc-data-flow-dl.eps \ + $(FIGURES)/epc-data-flow-ul.eps \ + $(FIGURES)/lte-arch-data-rrc-pdcp-rlc.eps \ + $(FIGURES)/lte-epc-e2e-data-protocol-stack.eps \ $(FIGURES)/lte-mcs-index.eps \ $(FIGURES)/lenaThrTestCase1.eps \ $(FIGURES)/lenaThrTestCase2.eps \ + $(FIGURES)/runningTime10s.eps \ + $(FIGURES)/epcRunningTime.eps \ + $(FIGURES)/propagationModel.eps \ $(FIGURES)/simulationTime.eps \ - $(FIGURES)/memoryUsage.eps \ + $(FIGURES)/epcSimulationTime.eps \ + $(FIGURES)/epcEutranRunningTime.eps \ + $(FIGURES)/profiling-memory.eps \ + $(FIGURES)/lte-rlc-implementation-model.eps \ + $(FIGURES)/lte-rlc-data-txon-dl.eps \ + $(FIGURES)/lte-rlc-data-retx-dl.eps \ + $(FIGURES)/lte-rlc-data-txon-ul.eps \ + $(FIGURES)/lte-rlc-data-retx-ul.eps \ $(FIGURES)/auvmobility-classes.eps \ # rescale pdf figures as necessary @@ -137,7 +178,17 @@ $(FIGURES)/internet-node-recv.pdf_width = 5in $(FIGURES)/routing.pdf_width = 6in $(FIGURES)/routing-specialization.pdf_width = 5in $(FIGURES)/snir.pdf_width = 3in -$(FIGURES)/lte-transmission.pdf_width = 3in +$(FIGURES)/lte-interference-test-scenario.pdf_width = 3in +$(FIGURES)/epc-topology.pdf_width = 4in +$(FIGURES)/lte-arch-data-rrc-pdcp-rlc.pdf_width = 3in +$(FIGURES)/lte-epc-e2e-data-protocol-stack.pdf_width = 15cm +$(FIGURES)/ff-mac-saps.pdf_width = 5in +$(FIGURES)/ff-example.pdf_width = 5in +$(FIGURES)/lte-rlc-implementation-model.pdf_width = 20in +$(FIGURES)/lte-rlc-data-txon-dl.pdf_width = 10cm +$(FIGURES)/lte-rlc-data-txon-ul.pdf_width = 10cm +$(FIGURES)/lte-rlc-data-retx-ul.pdf_width = 10cm +$(FIGURES)/lte-phy-interference.pdf_width = 12cm $(FIGURES)/auvmobility-classes.pdf_width = 10cm IMAGES_PNG = ${IMAGES_EPS:.eps=.png} diff --git a/src/lte/doc/Makefile b/src/lte/doc/Makefile index ff0c3edda..3f1a5e6c6 100644 --- a/src/lte/doc/Makefile +++ b/src/lte/doc/Makefile @@ -16,7 +16,13 @@ IMAGES_EPS = \ $(FIGURES)/lte-ue-architecture.eps \ $(FIGURES)/epc-profiling-scenario.eps \ $(FIGURES)/eutran-profiling-scenario.eps \ - $(FIGURES)/lte-interference-test-scenario.eps + $(FIGURES)/lte-interference-test-scenario.eps \ + $(FIGURES)/epc-topology.eps \ + $(FIGURES)/epc-data-flow-dl.eps \ + $(FIGURES)/epc-data-flow-ul.eps \ + $(FIGURES)/lte-arch-data-rrc-pdcp-rlc.eps \ + $(FIGURES)/lte-epc-e2e-data-protocol-stack.eps + # specify figures for build process (all eps figures) GRAPHS_EPS = \ @@ -34,12 +40,7 @@ GRAPHS_EPS = \ $(FIGURES)/lte-rlc-data-txon-dl.eps \ $(FIGURES)/lte-rlc-data-retx-dl.eps \ $(FIGURES)/lte-rlc-data-txon-ul.eps \ - $(FIGURES)/lte-rlc-data-retx-ul.eps \ - $(FIGURES)/epc-topology.eps \ - $(FIGURES)/epc-data-flow-dl.eps \ - $(FIGURES)/epc-data-flow-ul.eps \ - $(FIGURES)/lte-arch-data-rrc-pdcp-rlc.eps \ - $(FIGURES)/lte-epc-e2e-data-protocol-stack.eps + $(FIGURES)/lte-rlc-data-retx-ul.eps # rescale pdf figures as necessary @@ -54,7 +55,6 @@ $(FIGURES)/internet-node-recv.pdf_width = 5in $(FIGURES)/routing.pdf_width = 6in $(FIGURES)/routing-specialization.pdf_width = 5in $(FIGURES)/snir.pdf_width = 3in -$(FIGURES)/auvmobility-classes.pdf_width = 10cm $(FIGURES)/lte-interference-test-scenario.pdf_width = 3in $(FIGURES)/epc-topology.pdf_width = 4in $(FIGURES)/lte-arch-data-rrc-pdcp-rlc.pdf_width = 3in @@ -66,6 +66,7 @@ $(FIGURES)/lte-rlc-data-txon-dl.pdf_width = 10cm $(FIGURES)/lte-rlc-data-txon-ul.pdf_width = 10cm $(FIGURES)/lte-rlc-data-retx-ul.pdf_width = 10cm $(FIGURES)/lte-phy-interference.pdf_width = 12cm +$(FIGURES)/auvmobility-classes.pdf_width = 10cm IMAGES_PNG = ${IMAGES_EPS:.eps=.png}