Skip to content

Commit

Permalink
[ofono-binder] Fix disabling and enabling VoLTE with toggle. JB#63009
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed Feb 11, 2025
1 parent 4947ac5 commit a6c86a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/binder_ims.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "binder_util.h"

#include "binder_ext_ims.h"
#include "binder_ext_slot.h"

#include <ofono/ims.h>

Expand Down Expand Up @@ -211,6 +212,8 @@ binder_ims_probe(

self->handle = handle;
self->ims = binder_ims_reg_ref(modem->ims);
self->ext = binder_ext_ims_ref(binder_ext_slot_get_interface(modem->ext,
BINDER_EXT_TYPE_IMS));
self->start_id = g_idle_add(binder_ims_start, self);
ofono_ims_set_data(handle, self);
return 0;
Expand Down

0 comments on commit a6c86a8

Please sign in to comment.