summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-04-17 10:25:38 +0200
committerNélio Laranjeiro2012-05-02 09:41:15 +0200
commit7be4fcd69d62dc8b59ef9ebf72c689c1264c0ffe (patch)
tree1a9b1cac345704d41cf16a46902c3db9f00e4796 /cesar/cp/eoc/sta/action
parent816e8f8eb69b5e7c68057d43c6f38bcef6446307 (diff)
{cesar,cleopatre}[eoc]: rename MME to match with specification, closes #3083
* VS_EOC_GET_REAL_TIME_STATISTICS. * VS_EOC_CCO_SET_SERVICES, * VS_EOC_CCO_GET_SERVICES, * VS_EOC_CCO_GET_PORTS.
Diffstat (limited to 'cesar/cp/eoc/sta/action')
-rw-r--r--cesar/cp/eoc/sta/action/src/vs_eoc.c6
-rw-r--r--cesar/cp/eoc/sta/action/test/utest/src/fsm_stub.c4
-rw-r--r--cesar/cp/eoc/sta/action/test/utest/src/msg_stub.c4
-rw-r--r--cesar/cp/eoc/sta/action/vs_eoc.h2
4 files changed, 8 insertions, 8 deletions
diff --git a/cesar/cp/eoc/sta/action/src/vs_eoc.c b/cesar/cp/eoc/sta/action/src/vs_eoc.c
index 3a52b03894..d84e9119e9 100644
--- a/cesar/cp/eoc/sta/action/src/vs_eoc.c
+++ b/cesar/cp/eoc/sta/action/src/vs_eoc.c
@@ -180,10 +180,10 @@ cp_eoc_sta_action_vs_eoc__sta__vs_eoc_diagnostic_info_req(cp_t *ctx, cp_mme_rx_t
void
-cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_stats_req (cp_t *ctx, cp_mme_rx_t *mme)
+cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_statistics_req (cp_t *ctx, cp_mme_rx_t *mme)
{
bool ok = false;
- cp_msg_vs_eoc_get_info_req_result_t status = CP_MSG_VS_EOC_GET_REAL_TIME_STATS_REQ_RESULT_SUCCESS;
+ cp_msg_vs_eoc_get_info_req_result_t status = CP_MSG_VS_EOC_GET_REAL_TIME_STATISTICS_REQ_RESULT_SUCCESS;
u8 clear = 0;
static bool init = false;
real_time_stats_t rt_stats;
@@ -293,7 +293,7 @@ cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_stats_req (cp_t *ctx, cp_mme
}
else
{
- status = CP_MSG_VS_EOC_GET_REAL_TIME_STATS_REQ_RESULT_FAILURE;
+ status = CP_MSG_VS_EOC_GET_REAL_TIME_STATISTICS_REQ_RESULT_FAILURE;
}
cp_msg_vs_eoc_cco_get_real_time_stats_cnf_send (ctx, &mme->peer, status,
&rt_stats);
diff --git a/cesar/cp/eoc/sta/action/test/utest/src/fsm_stub.c b/cesar/cp/eoc/sta/action/test/utest/src/fsm_stub.c
index 5cccc8c0fc..441ed3209b 100644
--- a/cesar/cp/eoc/sta/action/test/utest/src/fsm_stub.c
+++ b/cesar/cp/eoc/sta/action/test/utest/src/fsm_stub.c
@@ -224,7 +224,7 @@ void
cp_eoc_sta_action_vs_eoc__sta__vs_eoc_diagnostic_info_req (cp_t *ctx, cp_mme_rx_t *mme);
void
-cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_stats_req (cp_t *ctx, cp_mme_rx_t *mme);
+cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_statistics_req (cp_t *ctx, cp_mme_rx_t *mme);
void
cp_sta_action_vs__started__vs_get_ce_stats_req (cp_t *ctx, cp_mme_rx_t *mme);
@@ -633,7 +633,7 @@ cp_eoc_sta_action_vs_eoc__sta__vs_eoc_diagnostic_info_req (cp_t *ctx, cp_mme_rx_
{}
void
-cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_stats_req (cp_t *ctx, cp_mme_rx_t *mme)
+cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_statistics_req (cp_t *ctx, cp_mme_rx_t *mme)
{
}
diff --git a/cesar/cp/eoc/sta/action/test/utest/src/msg_stub.c b/cesar/cp/eoc/sta/action/test/utest/src/msg_stub.c
index 27e0b4d06a..0b176a9222 100644
--- a/cesar/cp/eoc/sta/action/test/utest/src/msg_stub.c
+++ b/cesar/cp/eoc/sta/action/test/utest/src/msg_stub.c
@@ -71,7 +71,7 @@ cp_msg_vs_eoc_cco_get_real_time_stats_req_receive (cp_t *ctx, cp_mme_rx_t *mme,
void
cp_msg_vs_eoc_cco_get_real_time_stats_cnf_send (cp_t *ctx, cp_mme_peer_t *peer,
- cp_msg_vs_eoc_get_real_time_stats_req_result_t status, real_time_stats_t *rt_stats ) __attribute__((weak));
+ cp_msg_vs_eoc_get_real_time_statistics_req_result_t status, real_time_stats_t *rt_stats ) __attribute__((weak));
cp_mme_tx_t *
cp_msg_mme_init_encrypted (cp_t *ctx, cp_mme_peer_t *peer,
@@ -385,7 +385,7 @@ cp_msg_vs_eoc_cco_get_real_time_stats_req_receive (cp_t *ctx, cp_mme_rx_t *mme,
void
cp_msg_vs_eoc_cco_get_real_time_stats_cnf_send (cp_t *ctx, cp_mme_peer_t *peer,
- cp_msg_vs_eoc_get_real_time_stats_req_result_t status, real_time_stats_t *rt_stats )
+ cp_msg_vs_eoc_get_real_time_statistics_req_result_t status, real_time_stats_t *rt_stats )
{
}
diff --git a/cesar/cp/eoc/sta/action/vs_eoc.h b/cesar/cp/eoc/sta/action/vs_eoc.h
index 8c1ccea3b6..624822dc1d 100644
--- a/cesar/cp/eoc/sta/action/vs_eoc.h
+++ b/cesar/cp/eoc/sta/action/vs_eoc.h
@@ -42,7 +42,7 @@ void
cp_eoc_sta_action_vs_eoc__sta__vs_eoc_diagnostic_info_req(cp_t *ctx, cp_mme_rx_t *mme);
void
-cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_stats_req(cp_t *ctx, cp_mme_rx_t *mme);
+cp_eoc_sta_action_vs_eoc__sta__vs_eoc_get_real_time_statistics_req(cp_t *ctx, cp_mme_rx_t *mme);
END_DECLS