summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/action/src/handover.c
diff options
context:
space:
mode:
authorlaranjeiro2009-03-17 10:34:22 +0000
committerlaranjeiro2009-03-17 10:34:22 +0000
commitac5ce009745f1ad1022b66f5f58a003510884817 (patch)
treebcf68fc357c2c62cf992fcbf0c295a1647fcb21a /cesar/cp/sta/action/src/handover.c
parentb9534cc890a385021c62bd1d28dd2c506167badc (diff)
cp/cco/action: Tested the handover with three stations. (Closes #161).
* Fix the FSM, on the discover_process_done event, if no station can become the CCo the FSM stays in the CCO state. * When the CCo sends the cc_handover_info.ind MME to the new CCo, it adds itself to the message. * The new CCo inserts its TEI to the compute TEI mechanism of the CCo module. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4234 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/sta/action/src/handover.c')
-rw-r--r--cesar/cp/sta/action/src/handover.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/cp/sta/action/src/handover.c b/cesar/cp/sta/action/src/handover.c
index 7356b13da5..10b67ce46c 100644
--- a/cesar/cp/sta/action/src/handover.c
+++ b/cesar/cp/sta/action/src/handover.c
@@ -127,6 +127,7 @@ cp_sta_action_handover__handover_info_ind_receive (cp_t *ctx,
if (res)
{
+ cp_cco_action_tei_in_use (ctx, cp_sta_own_data_get_tei (ctx));
/* Send the confirmation. */
cp_msg_cc_handover_info_rsp_send (ctx, &mme->peer);
}