summaryrefslogtreecommitdiff
path: root/cesar/cp/msg/src
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-09-14 16:05:48 +0200
committerNélio Laranjeiro2012-10-19 14:25:42 +0200
commite61931fa6dfe798194a5576f901fe8ceaf640d65 (patch)
treefeaadcde2d31aa795a933f390ee6168ac1309cf4 /cesar/cp/msg/src
parent7d06ab21fd505d329cdab06df57c4e30933f9dad (diff)
cesar/cp[eoc]: remove useless state in sta own data, closes #3358
The station status is deductible: * NO TEI --> unassociated * not authenticated with TEI --> associated * authenticated --> authenticated There is no need to add another variable to maintain.
Diffstat (limited to 'cesar/cp/msg/src')
-rw-r--r--cesar/cp/msg/src/msg_drv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/cp/msg/src/msg_drv.c b/cesar/cp/msg/src/msg_drv.c
index f05926038b..4dba4b3f09 100644
--- a/cesar/cp/msg/src/msg_drv.c
+++ b/cesar/cp/msg/src/msg_drv.c
@@ -711,7 +711,8 @@ cp_msg_drv_sta_set_avln_hfid_ind_send (cp_t *ctx, cp_mme_peer_t *peer,
*/
void
cp_msg_drv_get_status_ind_send (cp_t *ctx, cp_mme_peer_t *peer,
- mmtype_t mmtype, cp_eoc_sta_state_t state)
+ mmtype_t mmtype,
+ cp_msg_drv_sta_status_status_t state)
{
cp_mme_tx_t *msg;