summaryrefslogtreecommitdiff
path: root/cesar/cp/cl_interf
diff options
context:
space:
mode:
authorNĂ©lio Laranjeiro2011-05-31 09:48:11 +0200
committerJean-Philippe SAVE2011-06-22 11:17:12 +0200
commite91870cedb6106040ad4c9183cee56a975d01bc8 (patch)
tree1de32aa924be70362b08167acf2076aeb8775a40 /cesar/cp/cl_interf
parent205a2620db54fa59752fe77c67395a66afb1bd45 (diff)
Revert "cesar/cp/cl_interf: authorize MME with MMEType 0, closes #2438"
This reverts commit 54e523e0a8948a0cdfddafcce04a88fda2a07f4e. Conflicts: cesar/cp/msg/src/msg.c
Diffstat (limited to 'cesar/cp/cl_interf')
-rw-r--r--cesar/cp/cl_interf/test/src/test-cl-interf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/cp/cl_interf/test/src/test-cl-interf.c b/cesar/cp/cl_interf/test/src/test-cl-interf.c
index 667967e479..3218c32f2f 100644
--- a/cesar/cp/cl_interf/test/src/test-cl-interf.c
+++ b/cesar/cp/cl_interf/test/src/test-cl-interf.c
@@ -505,8 +505,7 @@ cp_msg_mme_read_header (cp_t *ctx, u8 *mme, uint length, cp_tei_t tei,
bitstream_access (&mme_rx->bitstream, fmi, 16);
// Verify some data.
- if ((mmv > HPAV_MMV_MAX)
- || (swap16(mtype) != HPAV_MTYPE_MME))
+ if ((mmv != HPAV_MMV1) || (swap16(mtype) != HPAV_MTYPE_MME))
{
slab_release (mme_rx);
mme_rx = NULL;