From e61931fa6dfe798194a5576f901fe8ceaf640d65 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Fri, 14 Sep 2012 16:05:48 +0200 Subject: 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. --- cesar/cp/msg/src/msg_drv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cesar/cp/msg/src') 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; -- cgit v1.2.3