diff mbox series

[09/11] ublox: Set modem lte capable

Message ID 20240322140942.2703042-9-denkenz@gmail.com (mailing list archive)
State Superseded
Headers show
Series [01/11] phonesim: Allow phonesim to work with Multiplexer=internal | expand

Commit Message

Denis Kenzior March 22, 2024, 2:09 p.m. UTC
---
 plugins/ublox.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/plugins/ublox.c b/plugins/ublox.c
index c5661ab6b1ad..c2fab0e7184e 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;
 }