aboutsummaryrefslogtreecommitdiffstats
path: root/doc/handover-intra-bsc-fsm.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handover-intra-bsc-fsm.dot')
-rw-r--r--doc/handover-intra-bsc-fsm.dot4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/handover-intra-bsc-fsm.dot b/doc/handover-intra-bsc-fsm.dot
index 7cb0d3cfe..39f309729 100644
--- a/doc/handover-intra-bsc-fsm.dot
+++ b/doc/handover-intra-bsc-fsm.dot
@@ -12,7 +12,7 @@ labelloc=t; label="Handover FSM: Intra-BSC"
invisible -> old_lchan [style=invisible,arrowhead=none]
intra -> WAIT_LCHAN_ACTIVE [label="handover_start()",style=dotted]
- WAIT_LCHAN_ACTIVE -> lchan [label="lchan_activate(FOR_HANDOVER)",style=dotted]
+ WAIT_LCHAN_ACTIVE -> lchan [label="lchan_activate(ACTIVATE_FOR_HANDOVER)",style=dotted]
lchan -> WAIT_LCHAN_ACTIVE [label="HO_EV_\nLCHAN_\nACTIVE,ERROR",style=dotted,constraint=false]
WAIT_LCHAN_ACTIVE -> WAIT_RR_HO_DETECT
WAIT_RR_HO_DETECT -> old_lchan [label="RR Handover\nCommand",style=dotted,constraint=false]
@@ -25,6 +25,4 @@ labelloc=t; label="Handover FSM: Intra-BSC"
lchan -> WAIT_LCHAN_ESTABLISHED [label="HO_EV_LCHAN_\nESTABLISHED",style=dotted]
WAIT_LCHAN_ESTABLISHED -> terminate [label="non-TCH"]
- WAIT_LCHAN_ESTABLISHED -> WAIT_MGW_ENDPOINT_TO_MSC
- WAIT_MGW_ENDPOINT_TO_MSC -> terminate [label="handover_end()"]
}