You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: modem_cellular: added automatic APN selection support
* Add CONFIG_MODEM_CELLULAR_AUTO_APN and
CONFIG_MODEM_CELLULAR_AUTO_APN_PROFILES Kconfig options.
* Detect APN from IMSI (MCC/MNC) and select profile at run‑time.
* Build APN SET script dynamically:
- Always sends AT+CGDCONT=1,"IP","<apn>"
- Adds AT+KCNXCFG for HL7800.
* Insert new MODEM_CELLULAR_STATE_RUN_APN_SCRIPT before the dial
script to apply either the static or detected APN.
* Remove hard‑coded APN commands from dial scripts; all modems now
share the common builder.
Signed-off-by: Van Petrosyan <[email protected]>
0 commit comments