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

Add CELLULAR_CONFIG_USE_CCID_COMMAND config for ICCID #158

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

chinglee-iot
Copy link
Member

@chinglee-iot chinglee-iot commented Nov 20, 2023

Description

Feedback from forum AT+CCID is not 3GPP standard AT command. However, it is supported by many existing port including SARA-R4 and HL7802. Add this config to consider in backward compatibility. New port can still use proprietary AT command to get ICCID information and Cellular_CommonGetSimCardInfo for the rest in CellularSimCardInfo_t.

  • Add config CELLULAR_CONFIG_USE_CCID_COMMAND to use non-standard AT command "AT+CCID" for ICCID information in Cellular_CommonGetSimCardInfo.

Test Steps

N/A

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

Related Issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Add config CELLULAR_CONFIG_USE_CCID_COMMAND to use non-standard
  AT command "AT+CCID" for ICCID information in Cellular_CommonGetSimCardInfo.
@chinglee-iot chinglee-iot merged commit 412e14a into FreeRTOS:main Nov 21, 2023
10 checks passed
@chinglee-iot chinglee-iot deleted the config-ccid-command branch November 21, 2023 06:30
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