From a0dc2bf45b00b91e6e1a545e1b1b54f96e52b30d Mon Sep 17 00:00:00 2001 From: Budiarto Herman Date: Mon, 12 Aug 2013 09:29:23 +0300 Subject: [PATCH] Updated UE RRC state machine diagram to include dependency of SIB1 to MIB --- src/lte/doc/source/figures/lte-ue-rrc-states.dot | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lte/doc/source/figures/lte-ue-rrc-states.dot b/src/lte/doc/source/figures/lte-ue-rrc-states.dot index b90a9f649..d16f18bd7 100644 --- a/src/lte/doc/source/figures/lte-ue-rrc-states.dot +++ b/src/lte/doc/source/figures/lte-ue-rrc-states.dot @@ -18,7 +18,6 @@ IDLE_START -> IDLE_WAIT_MIB [label="manual\nattachment"] IDLE_START -> IDLE_CELL_SEARCH [label="automatic attachment\nby Idle mode cell selection"] IDLE_CELL_SEARCH -> IDLE_WAIT_MIB_SIB1 [label="synchronized to a cell"] IDLE_WAIT_MIB_SIB1 -> IDLE_WAIT_SIB1 [label="rx MIB"] -IDLE_WAIT_MIB_SIB1 -> IDLE_WAIT_MIB [label="rx SIB1"] IDLE_WAIT_MIB -> IDLE_CAMPED_NORMALLY [label="rx MIB"] IDLE_WAIT_SIB1 -> IDLE_CAMPED_NORMALLY [label="rx SIB1"] IDLE_CAMPED_NORMALLY -> IDLE_WAIT_SIB2 [label="connection request\nby upper layer"]