summaryrefslogtreecommitdiff
path: root/cesar/cp2
diff options
context:
space:
mode:
authorboure2008-07-30 08:17:00 +0000
committerboure2008-07-30 08:17:00 +0000
commitd2b3a3e70a291aae3c7711b0b31c9fd7d035e068 (patch)
tree5eefd6082344b3d58e258114014effd81aeef858 /cesar/cp2
parent1e0aebda08e9af0df6d914b1e3b794cd371fd6b6 (diff)
Wrong functions stubed
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2687 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2')
-rw-r--r--cesar/cp2/conn/test/src/msg_stub.c208
1 files changed, 0 insertions, 208 deletions
diff --git a/cesar/cp2/conn/test/src/msg_stub.c b/cesar/cp2/conn/test/src/msg_stub.c
index b311f1be63..3f2a92e4d7 100644
--- a/cesar/cp2/conn/test/src/msg_stub.c
+++ b/cesar/cp2/conn/test/src/msg_stub.c
@@ -244,211 +244,3 @@ cp_msg_apcm_conn_mod_cnf_send(cp_t *ctx,
cp_msg_apcm_conn_mod_cnf_t *data)
{
}
-void
-cp_msg_cc_link_new_req_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_new_req_t *data)
-{
-}
-bool
-cp_msg_cc_link_new_req_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_new_req_t *data)
-{
- return true;
-}
-
-
-bool
-cp_msg_cc_link_new_cnf_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_new_cnf_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_link_rel_req_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_rel_req_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_rel_req_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_rel_req_t *data)
-{
- return true;
-}
-
-
-bool
-cp_msg_cc_link_rel_ind_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_rel_ind_t *data)
-{
- return true;
-}
-bool
-cp_msg_cc_link_mod_req_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_mod_req_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_link_mod_cnf_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_mod_cnf_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_mod_cnf_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_mod_cnf_t *data)
-{
- return true;
-}
-
-
-void
-cp_msg_cc_link_info_req_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_info_req_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_info_req_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_info_req_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_link_info_cnf_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_info_cnf_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_info_cnf_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_info_cnf_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_link_info_ind_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_info_ind_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_info_ind_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_info_ind_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_link_info_rsp_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_info_rsp_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_info_rsp_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_info_rsp_t *data)
-{
- return true;
-}
-
-
-void
-cp_msg_cc_link_sqz_req_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_sqz_req_t *data)
-{
-}
-
-bool
-cp_msg_cc_link_sqz_req_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_sqz_req_t *data)
-{
- return true;
-}
-void
-cp_msg_cc_link_sqz_cnf_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_link_sqz_cnf_t *data)
-{
-}
-bool
-cp_msg_cc_link_sqz_cnf_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_link_sqz_cnf_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_ble_update_ind_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_ble_update_ind_t *data)
-{
-}
-bool
-cp_msg_cc_ble_update_ind_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_ble_update_ind_t *data)
-{
- return true;
-}
-
-void
-cp_msg_cc_alloc_move_req_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_alloc_move_req_t *data)
-{
-}
-
-bool
-cp_msg_cc_alloc_move_req_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_alloc_move_req_t *data)
-{
- return true;
-}
-void
-cp_msg_cc_alloc_move_cnf_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_cc_alloc_move_cnf_t *data)
-{
-}
-bool
-cp_msg_cc_alloc_move_cnf_receive(cp_t *ctx,
- cp_mme_rx_t *mme,
- cp_msg_cc_alloc_move_cnf_t *data)
-{
- return true;
-}
-
-
-void
-cp_msg_apcm_conn_rel_ind_send(cp_t *ctx,
- cp_mme_peer_t peer,
- cp_msg_apcm_conn_rel_ind_t *data)
-{
-}