Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(modem): Added test injecting unexpected replies #447

Conversation

david-cermak
Copy link
Collaborator

This test exhibits an issue of getting unexpected data just after completing a command. The DTE rewrites the state to TIMEOUT, but the signal has been already triggered, thus results in an unexpected state.

Related to Closes #426

This test exhibits an issue of getting unexpected data just after
completing a command. The DTE rewrites the state to TIMEOUT, but the
signal has been already triggered, thus results in an unexpected state.

Related to Closes espressif#426
@david-cermak david-cermak force-pushed the fix/modem_command_state_consistent_test branch from bb416f9 to b220d1e Compare December 6, 2023 08:10
@david-cermak
Copy link
Collaborator Author

Thanks for the review @euripedesrocha

The test (previously failing on https://github.com/espressif/esp-protocols/actions/runs/7058401985/job/19213908309) now passed after including bf99f28

@david-cermak david-cermak merged commit ed8bbf2 into espressif:master Dec 6, 2023
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Esp Modem panic_abort on unsolicited data from SIM card (IDFGH-11441)
2 participants