summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-12-28 12:57:50 -0600
committerSerhii Voloshynov <serhii.voloshynov@globallogic.com>2022-01-14 10:40:32 +0200
commita5c5dcc3eeaa771ce4b3e58a52c45f98095d3aac (patch)
treeb65914afd05eb7fb1228dedf13e62c7b4c4d307d /recipes-core
parent83e2356264c814eb2a8acea95a5866e5d9656757 (diff)
downloadmeta-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-xrecipes-core/multitech/config/chat_wrapper2
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=$?