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

feature(*): Add option for custom parse fn in AtatUrc #205

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

MathiasKoch
Copy link
Member

Add an optional parse fn to the at_urc field attribute of AtatUrc, that allows specifying a custom nom function to be used during digest. This allows doing stricter checks for cases where responses are hard to distinguish from URCs.

Fixes #179 (See example of a stricter custom CxREG parser fn in tests (fn custom_cxreg_parse))

…at allows specifying a custom nom function to be used during digest. This allows doing stricter checks for cases where responses are hard to distinguish from URCs
@MathiasKoch MathiasKoch merged commit 3b3c1a1 into master Apr 22, 2024
10 checks passed
@MathiasKoch MathiasKoch deleted the feature/custom-parse-urc branch April 22, 2024 13:21
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.

URC and response conflict for same command
1 participant