aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2024-03-21 17:06:04 -0500
committerDenis Kenzior <denkenz@gmail.com>2024-03-22 10:41:53 -0500
commit9c45043f652b02f2bc8d996f7041f50b5e3ff212 (patch)
tree39ac6e5686ad0668b00b869d71b31a8b8d017f24
parent1da1169537fc2ee5f63f0be0b0ae8ddd0a7d77a0 (diff)
downloadofono-9c45043f652b02f2bc8d996f7041f50b5e3ff212.tar.gz
ublox: Set modem lte capable
-rw-r--r--plugins/ublox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ublox.c b/plugins/ublox.c
index c5661ab6b..c2fab0e71 100644
--- a/plugins/ublox.c
+++ b/plugins/ublox.c
@@ -91,6 +91,7 @@ static int ublox_probe(struct ofono_modem *modem)
return -ENOMEM;
ofono_modem_set_data(modem, data);
+ ofono_modem_set_capabilities(modem, OFONO_MODEM_CAPABILITY_LTE);
return 0;
}