aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/ublox/mm-sim-ublox.c
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-05-08 20:10:48 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-08 20:10:48 -0500
commitefcc960b130356e6b05d05a915ff0f9646b00d5f (patch)
treecf209fc07098e68c65dca219fee38a826dbcbf1a /src/plugins/ublox/mm-sim-ublox.c
parent02942a04f95f64cda36360c72961fe0e20459ad4 (diff)
parent1fa21fcc48b271a8dc2191104e35bf4e95fa2331 (diff)
Merge request !1344 from 'cbm-remove-modem'
Begin removing usage of MMBaseModem from leaf classes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1344
Diffstat (limited to 'src/plugins/ublox/mm-sim-ublox.c')
-rw-r--r--src/plugins/ublox/mm-sim-ublox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ublox/mm-sim-ublox.c b/src/plugins/ublox/mm-sim-ublox.c
index 5850767e..7650800a 100644
--- a/src/plugins/ublox/mm-sim-ublox.c
+++ b/src/plugins/ublox/mm-sim-ublox.c
@@ -26,6 +26,7 @@
#include "mm-log.h"
#include "mm-modem-helpers.h"
#include "mm-base-modem-at.h"
+#include "mm-bind.h"
#include "mm-sim-ublox.h"
@@ -144,6 +145,7 @@ mm_sim_ublox_new (MMBaseModem *modem,
callback,
user_data,
MM_BASE_SIM_MODEM, modem,
+ MM_BIND_TO, G_OBJECT (modem),
"active", TRUE, /* by default always active */
NULL);
}