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

drivers: modem: introducing config for cereg/creg for gsm #64025

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

mtahirbutt
Copy link
Contributor

@mtahirbutt mtahirbutt commented Oct 17, 2023

This contribution addresses the support for various types of modems in gsm driver. As some 4G modems have failed to return correct output from AT+CREG?, so AT+CEREG? is the right AT command in such situation. This commit provides the possibility for user to select one type of AT command. This PR fixes #63917

Supersede #63769

This contribution addresses the support for various types of modems in
gsm driver. As some 4G modems have failed to return correct output
from AT+CREG?, so AT+CEREG? is the right AT command in such situation.
This commit provides the possibility for user to select one type of
AT command. This PR fixes zephyrproject-rtos#63917

Signed-off-by: Tahir Akram <mtahirbutt@hotmail.com>
@rerickson1
Copy link
Member

In the future please avoid closing and creating a new PR. You lose all the history. It is better to update the PR. You can completely rework the branch and force push changes to meet your needs. You can also change the branch you want to merge to.
Thanks for your work on this. I will close the old PR, there is no need to keep it open.

@fabiobaltieri fabiobaltieri added this to the v3.6.0 milestone Oct 17, 2023
@ycsin
Copy link
Member

ycsin commented Oct 17, 2023

In the future please avoid closing and creating a new PR.

That is partly on me #63769 (comment)
Didn't know that the target branch can be changed

@rerickson1
Copy link
Member

In the future please avoid closing and creating a new PR.

That is partly on me #63769 (comment) Didn't know that the target branch can be changed

No problem :), always more to learn with these tools

@carlescufi carlescufi merged commit 7c7c8f1 into zephyrproject-rtos:main Oct 20, 2023
21 checks passed
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.

Some new modems do not get internet connection because of incorrect AT+CREG?
7 participants