优化APN自动选择流程 - #248
Open
Ciallox wants to merge 1 commit into
Open
Conversation
Owner
|
感谢贡献。qmi/mhi拨号原策略是允许空值的,现在若传空值似乎会分配一个自动的apn。对于物联卡或者一些海外特殊运营商的卡,传错误的值会无法拨号、传空值可以拨号。 |
Owner
|
其次,原有机制是走mbim管道获取imsi的,目前依赖了at,可能会引入新的不稳定因素。 |
Contributor
Author
这块我也在考虑,原来的机制是走的mbim管道,但是不太通用,在考虑更加通用的但是稳定性良好的方法以此兼容其他协议拨号 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
移除之前在mbim-cm.c里面临时添加的APN自动选择,改为在调用quectel_CM_5G_M之前通过脚本自动选择APN,同时支持MBIM/QMI,仅当未设置APN时生效