mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 20:16:09 +00:00
usage of AT+UPSD command per UBX-17003787(R15) command reference is: AT+UPSD=<profile_id>, <param_tag>, <param_val> For AT+UPSD=0, 1, "<value>": we are setting value to MCCMNO, which is technically incorrect. <param_tag> of 1 means: 1: APN - <param_val> defines the APN text string, e.g. "apn.provider.com"; the maximum length is 99. The factory-programmed value is an empty string. Let's use APN here instead. This fixes a +CME ERROR: 113 when connecting with U2 modem. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/22689 Signed-off-by: Michael Scott <mike@foundries.io> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_ppp.c | ||
Kconfig | ||
Kconfig.gsm | ||
Kconfig.ublox-sara-r4 | ||
Kconfig.wncm14a2a | ||
modem_cmd_handler.c | ||
modem_cmd_handler.h | ||
modem_context.c | ||
modem_context.h | ||
modem_iface_uart.c | ||
modem_iface_uart.h | ||
modem_pin.c | ||
modem_receiver.c | ||
modem_receiver.h | ||
modem_shell.c | ||
modem_socket.c | ||
modem_socket.h | ||
ublox-sara-r4.c | ||
wncm14a2a.c |