summaryrefslogtreecommitdiff
path: root/cesar/cp/cl_interf
diff options
context:
space:
mode:
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;