From d13ed911e2eecade6c74362105b92948f4e6faa0 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Fri, 18 Jan 2019 13:25:03 -0800 Subject: [PATCH] lte: Add missing figure reference --- doc/models/Makefile | 1 + src/lte/doc/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/models/Makefile b/doc/models/Makefile index 4c9dd791b..6ea700f5b 100644 --- a/doc/models/Makefile +++ b/doc/models/Makefile @@ -147,6 +147,7 @@ SOURCEFIGS = \ $(SRC)/lte/doc/source/figures/lte-enb-phy.dia \ $(SRC)/lte/doc/source/figures/lte-ue-phy.dia \ $(SRC)/lte/doc/source/figures/lte-epc-x2-handover-seq-diagram.dia \ + $(SRC)/lte/doc/source/figures/lte-epc-e2e-data-protocol-stack.dia \ $(SRC)/lte/doc/source/figures/lte-epc-e2e-data-protocol-stack-with-split.dia \ $(SRC)/lte/doc/source/figures/lte-epc-e2e-control-protocol-stack-with-split.dia \ $(SRC)/lte/doc/source/figures/lte-interference-test-scenario.dia \ diff --git a/src/lte/doc/Makefile b/src/lte/doc/Makefile index eb303204d..963719f33 100644 --- a/src/lte/doc/Makefile +++ b/src/lte/doc/Makefile @@ -30,6 +30,7 @@ IMAGES_DIA = \ $(FIGURES)/lte-enb-phy.dia \ $(FIGURES)/lte-ue-phy.dia \ $(FIGURES)/lte-epc-x2-handover-seq-diagram.dia \ + $(FIGURES)/lte-epc-e2e-data-protocol-stack.dia \ $(FIGURES)/lte-epc-e2e-data-protocol-stack-with-split.dia \ $(FIGURES)/lte-epc-e2e-control-protocol-stack-with-split.dia \ $(FIGURES)/lte-interference-test-scenario.dia \