diff options
author | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-05-06 15:11:37 +0300 |
---|---|---|
committer | Teijo Kinnunen <teijo.kinnunen@uros.com> | 2021-05-17 12:46:52 +0300 |
commit | 1147d376cd4d575eb7178f7b47a3fc10efe0f72b (patch) | |
tree | e44718a199b4787a7924a6a0d8eb7b6362bf6ab7 /configure.ac | |
parent | 2471b950b0771d680020ef8debf108d7fbd6e3f2 (diff) |
shared-qmi: set MNC PCS digit for manual network registration
Set the MNC PCS digit status when attempting to register to a network
with 3 digit MNC and MNC < 100.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4b678864..d0f42de2 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,7 @@ dnl----------------------------------------------------------------------------- dnl QMI support (enabled by default) dnl -LIBQMI_VERSION=1.29.4 +LIBQMI_VERSION=1.29.6 AC_ARG_WITH(qmi, AS_HELP_STRING([--without-qmi], [Build without QMI support]), [], [with_qmi=yes]) AM_CONDITIONAL(WITH_QMI, test "x$with_qmi" = "xyes") |