diff options
author | John Klug <john.klug@multitech.com> | 2021-12-28 12:57:50 -0600 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-14 10:40:32 +0200 |
commit | a5c5dcc3eeaa771ce4b3e58a52c45f98095d3aac (patch) | |
tree | b65914afd05eb7fb1228dedf13e62c7b4c4d307d /recipes-core | |
parent | 83e2356264c814eb2a8acea95a5866e5d9656757 (diff) | |
download | meta-mlinux-a5c5dcc3eeaa771ce4b3e58a52c45f98095d3aac.tar.gz meta-mlinux-a5c5dcc3eeaa771ce4b3e58a52c45f98095d3aac.tar.bz2 meta-mlinux-a5c5dcc3eeaa771ce4b3e58a52c45f98095d3aac.zip |
Fix Voice Disable parameter for Quectel modems
Diffstat (limited to 'recipes-core')
-rwxr-xr-x | recipes-core/multitech/config/chat_wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/config/chat_wrapper b/recipes-core/multitech/config/chat_wrapper index 42e7507..9aae971 100755 --- a/recipes-core/multitech/config/chat_wrapper +++ b/recipes-core/multitech/config/chat_wrapper @@ -187,7 +187,7 @@ function set_quectel_dataonly result=$? if ((result == 0)) ; then if [[ $vc =~ QNVR:[[:space:]]\"*([0-9]+)\" ]] ; then - if [[ ${BASH_REMATCH[1]} != 010102000000000000 ]] ; then + if [[ ${BASH_REMATCH[1]} != 0102000000000000 ]] ; then ${LOG} "Attempting to set sms to 01" vc=$(radio-cmd ${RADIOOPTION} -t10000 'AT+QNVW=5280,0,"0102000000000000"' 2>&1) result1=$? |