Fix MAC test

master
Ismael Gomez 6 years ago
parent e9342969f8
commit b81d4c5c9c

@ -1088,7 +1088,7 @@ int run_mac_ra_test(struct ra_test test, mac* mac, phy_dummy* phy, uint32_t* tti
{ {
uint32_t tti = *tti_state; uint32_t tti = *tti_state;
const uint8_t tv_msg3[] = {0x3c, 0x00, 0xd0, 0x0f, 0x0f, 0x0f, 0x0f, 0x0f, 0x0f}; const uint8_t tv_msg3[] = {0x3c, 0x00, 0x01, 0x0f, 0x0f, 0x0f, 0x0f, 0x0f, 0x0f};
const uint8_t tv_msg3_ce[] = {0x1b, 0x00, 0x65}; const uint8_t tv_msg3_ce[] = {0x1b, 0x00, 0x65};
uint32_t msg4_len = 7; uint32_t msg4_len = 7;

Loading…
Cancel
Save