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

Handle undefined message when sending AT command #110

Merged
merged 54 commits into from
Oct 6, 2022

Conversation

chinglee-iot
Copy link
Member

@chinglee-iot chinglee-iot commented Sep 29, 2022

This PR fix the issue feedback in FreeRTOS forum.

  • Update pktio to handle undefined message when sending AT command
  • Undefined message handler is moved to pkthandler
  • Use PktRespMutex in pktio thread to keep data consistency
  • Add test cases to cover the undefined message handle flow
  • Update ATE0 handling in SARA R4 and HL7802. ATE0 may still echo back ATE0. Change the AT command type to CELLULAR_AT_WO_PREFIX

ActoryOu
ActoryOu previously approved these changes Oct 3, 2022
@chinglee-iot chinglee-iot merged commit 329d45a into FreeRTOS:main Oct 6, 2022
ActoryOu pushed a commit to ActoryOu/FreeRTOS-Cellular-Interface that referenced this pull request Oct 7, 2022
* Update pktio to handle undefined message when sending AT command
* Undefined message handler is moved to pkthandler
* Use PktRespMutex in pktio thread to keep data consistency
* Add test cases to cover the undefined message handle flow
* Update ATE0 handling in SARA R4 and HL7802. ATE0 may still echo back ATE0. Change the AT command type to CELLULAR_AT_WO_PREFIX
ActoryOu added a commit that referenced this pull request Oct 12, 2022
* Update cellular library to MIT license

* Remove modules in cellular interface repo.

* Update README.

* Provide  modules' repositories for reference implementations.

* Update doxygen files.

* Update HL7802 link in README.

* Fix spelling.

* Align introduction.

* Remove Lab- prefix at url links

* Update README.

* Create Community-Supported-Ports

Merged conflict.

* Handle undefined message when sending AT command (#110)

* Update pktio to handle undefined message when sending AT command
* Undefined message handler is moved to pkthandler
* Use PktRespMutex in pktio thread to keep data consistency
* Add test cases to cover the undefined message handle flow
* Update ATE0 handling in SARA R4 and HL7802. ATE0 may still echo back ATE0. Change the AT command type to CELLULAR_AT_WO_PREFIX

* Reset the AT command type before calling callback (#113)

* Reset the AT command type before calling pkthandler callback

* Remove thirdparty folder.

* Remove modules folder.

* Update README doc for integrating library with cellular modems.

* Remove Transport interface part in README.

* Convert PNG to SVG.

Co-authored-by: Ching-Hsin Lee <[email protected]>
Co-authored-by: chinglee-iot <[email protected]>
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.

3 participants