summaryrefslogtreecommitdiff
path: root/cesar/cp/msg/inc/msg_cc.h
diff options
context:
space:
mode:
authorlaranjeiro2009-03-06 16:57:21 +0000
committerlaranjeiro2009-03-06 16:57:21 +0000
commit9f24d37fd8740fab46de157855e49e7257e9cb74 (patch)
tree55a81aa5ec7aeacd981bbc47208cc9e0fcd2e4d2 /cesar/cp/msg/inc/msg_cc.h
parent37f2f7e6224c8302318f255a778b5e905deee56f (diff)
cp/msg: Fix some problems, (See #161)
* Replace the CP_MSG_CC_HANDOVER_CNF_RESULT_REJECT_HARD_HANDOVER by CP_MSG_CC_HANDOVER_CNF_RESULT_REJECT_ANY_HANDOVER. * Change the cc_handover_info_receive_end to return a bool. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4171 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/msg/inc/msg_cc.h')
-rw-r--r--cesar/cp/msg/inc/msg_cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/msg/inc/msg_cc.h b/cesar/cp/msg/inc/msg_cc.h
index b7d07762f1..518609302e 100644
--- a/cesar/cp/msg/inc/msg_cc.h
+++ b/cesar/cp/msg/inc/msg_cc.h
@@ -613,7 +613,7 @@ cp_msg_cc_handover_info_ind_receive (cp_t *ctx, cp_mme_rx_t *mme,
* \param ctx the module context.
* \param mme the MME message.
*/
-void
+bool
cp_msg_cc_handover_info_ind_receive_end (cp_t *ctx, cp_mme_rx_t *mme);
/**