diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-12-12 00:41:25 +0100 | 
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-12-12 00:41:25 +0100 | 
| commit | 4a075f82f0658e62d02c3f3b8af70e1d89b3beb1 (patch) | |
| tree | 7a9e879a7dc77e51401eb22c3503dace659140c4 | |
| parent | 15f740caa3a1ef681b3a5564daf6dfccb7b1e489 (diff) | |
lapd: Disable one part of the test as it fails on FreeBSD
I thought this number would be wrong in the same way but it depends
on OS/ARCH. Disable this part of the test for now.
| -rw-r--r-- | tests/lapd/lapd_test.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tests/lapd/lapd_test.c b/tests/lapd/lapd_test.c index e92a5fd2..8c6b0df2 100644 --- a/tests/lapd/lapd_test.c +++ b/tests/lapd/lapd_test.c @@ -190,7 +190,8 @@ static int ms_to_bts_tx_cb(struct msgb *msg, struct lapdm_entity *le, void *_ctx  		/* Verify the added RSL_IE_L3_INFO but we have a bug here */  		ASSERT(msg->data[6] == RSL_IE_L3_INFO); -		ASSERT(msg->data[7] == 0x0 && msg->data[8] == 0x9c); +		#warning "RSL_IE_L3_INFO 16 bit length is wrong" +		/* ASSERT(msg->data[7] == 0x0 && msg->data[8] == 0x9c); */  		/* this should be 0x0 and 0x0... but we have a bug */  	} else if (state->ms_read == 1) {  		printf("MS: Verifying incoming MM message.\n"); | 
