Re: [PATCH] huawei: add LTE support

2017-09-14 Thread Denis Kenzior
Hi Christophe, On 09/14/2017 03:18 AM, Christophe Ronco wrote: Huawei LTE modems use AT^SYSCFGEX and AT^SYSINFOEX instead of AT^SYSCFG and AT^SYSINFO. If we want to be able to attach on LTE with this modem, we must use AT^SYSCFGEX to configure rat mode and band. Using AT^SYSCFG, mode any means

[PATCH] huawei: add LTE support

2017-09-14 Thread Christophe Ronco
Huawei LTE modems use AT^SYSCFGEX and AT^SYSINFOEX instead of AT^SYSCFG and AT^SYSINFO. If we want to be able to attach on LTE with this modem, we must use AT^SYSCFGEX to configure rat mode and band. Using AT^SYSCFG, mode any means UMTS or GSM. --- drivers/huaweimodem/radio-settings.c | 209