Searched refs:ppp_frame_wrapped (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/ |
D | main.c | 42 static uint8_t ppp_frame_wrapped[] = {0x7E, 0xFF, 0x7D, 0x23, 0xC0, 0x21, 0x7D, 0x21, 0x7D, variable 307 modem_backend_mock_put(&mock, ppp_frame_wrapped, sizeof(ppp_frame_wrapped)); in ZTEST() 380 zassert_true(ret == sizeof(ppp_frame_wrapped), "Wrapped frame length incorrect"); in ZTEST() 381 zassert_true(memcmp(buffer, ppp_frame_wrapped, ret) == 0, in ZTEST()
|