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

Cellular: Rewrite AT handler consume to tag #9052

Merged

Conversation

mirelachirica
Copy link
Contributor

@mirelachirica mirelachirica commented Dec 11, 2018

Description

Addressing issue: #9014

There is need to refactor the solution to the problem addressed in commit:
31f153a

Pull request type

[x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

If sequence from buffer contains tag but symbol before tag is same as
first symbol of the tag, then the tag wasn't detected.

For example, "\r\n" tag was not found from "\r\r\nOK" sequence.
@mirelachirica mirelachirica force-pushed the at_handler_fix_consume_to_stop_tag branch from b7fbc2b to 806e95c Compare December 11, 2018 13:38
@ciarmcom ciarmcom requested review from a team December 11, 2018 14:00
@ciarmcom
Copy link
Member

@mirelachirica, thank you for your changes.
@ARMmbed/mbed-os-wan @ARMmbed/mbed-os-maintainers please review.

@cmonr
Copy link
Contributor

cmonr commented Dec 12, 2018

CI started

@mbed-ci
Copy link

mbed-ci commented Dec 13, 2018

Test run: FAILED

Summary: 1 of 11 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_dynamic-memory-usage

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 13, 2018

Restarted dynamic usage error (wifi timeouted)

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 13, 2018

All green, ready for merge

@cmonr cmonr merged commit 945a52d into ARMmbed:master Dec 14, 2018
@prowan
Copy link

prowan commented Jan 6, 2019

How to choose between ATHandler and platform/ATCmdParser ? Thanks for your help !

@0xc0170
Copy link
Contributor

0xc0170 commented Jan 7, 2019

How to choose between ATHandler and platform/ATCmdParser ? Thanks for your help !

@ARMmbed/mbed-os-wan Please review

@cmonr
Copy link
Contributor

cmonr commented Jan 8, 2019

@prowan Please open a new issue in Mbed OS (https://github.com/ARMmbed/mbed-os/issues) since we generally ignore PRs after they're merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants