Skip to content

Commit

Permalink
Merge branch 'mtk2_incoming_call_fix' into 'master'
Browse files Browse the repository at this point in the history
Fix incoming call indication on mtk2 vendor.

See merge request mer-core/ofono!196
  • Loading branch information
Slava Monich committed Sep 10, 2018
2 parents 08f3da7 + 554e4ab commit fd76cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofono/drivers/ril/ril_vendor_mtk.c
Expand Up @@ -109,6 +109,7 @@ static const struct ril_mtk_msg msg_mtk1 = {
static const struct ril_mtk_msg msg_mtk2 = {
.attach_apn_has_roaming_protocol = FALSE,
.request_resume_registration = 2065,
.request_set_call_indication = 2086,
.unsol_ps_network_state_changed = 3015,
.unsol_registration_suspended = 3024,
.unsol_incoming_call_indication = 3042,
Expand Down

0 comments on commit fd76cb7

Please sign in to comment.