summaryrefslogtreecommitdiff
path: root/cesar/cl/src
diff options
context:
space:
mode:
authorlaranjeiro2009-03-25 16:09:28 +0000
committerlaranjeiro2009-03-25 16:09:28 +0000
commit2471f40e2f137e106f062bed30f22f1d997b9310 (patch)
tree36a176ebd3759eafaf78db9d1c11553206cb2583 /cesar/cl/src
parent86d8a44135f647fdd4fa28baeea292f6c2c0251c (diff)
cl:
* Allowed the send of data when the TEI is foreign if the station is authenticated. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4303 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cl/src')
-rw-r--r--cesar/cl/src/cl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cl/src/cl.c b/cesar/cl/src/cl.c
index 62253e1a35..f77ce40615 100644
--- a/cesar/cl/src/cl.c
+++ b/cesar/cl/src/cl.c
@@ -644,7 +644,7 @@ cl_mme_send (cl_t *ctx, u8 *buffer, uint length, uint tei)
dbg_assert (ctx->mme_ul_send.cb);
(*ctx->mme_ul_send.cb) (ctx->mme_ul_send.user, buffer, length);
}
- else if (!ctx->mac_config->authenticated)
+ else if (ctx->mac_config->authenticated)
{
dbg_assert (tei != ctx->mac_config->tei);
// if the TEI is not found the packet is send as broadcast.