cosmetic: gsm0808_test: drop extraneous assertion

Recent commit I77cd4b9142510c6914298b720d9c19ab68f9ebef left an obsolete
assertion around. It is already done in the if-body now.

Change-Id: I1bb2ea363e8a9d86b24338df3584abc93ebc6dd4
This commit is contained in:
Neels Hofmeyr 2018-03-24 20:10:30 +01:00
parent 8b8cd93817
commit 21946e8f5d
1 changed files with 0 additions and 1 deletions

View File

@ -1045,7 +1045,6 @@ static void test_gsm0808_enc_dec_cell_id_list_multi_global()
printf("expect: %s\n", osmo_hexdump(cil_enc_expected, sizeof(cil_enc_expected)));
OSMO_ASSERT(false);
}
OSMO_ASSERT(memcmp(cil_enc_expected, msg->data, msg->len) == 0);
rc_dec = gsm0808_dec_cell_id_list2(&dec_cil, msg->data + 2, msg->len - 2);
OSMO_ASSERT(rc_dec == msg->len - 2);