plugin: gemalto: fix source of gprs notifications

Modem USB interface does not receive certain gprs context notifications.
Fix gprs chat: use Application USB interface to receive all the modem
notifications.
master
Sergey Matyukevich 2 years ago committed by Denis Kenzior
parent cf9e6d048d
commit 97aea7414c

@ -606,7 +606,7 @@ static void gemalto_post_sim(struct ofono_modem *modem)
driver = "atmodem";
}
gc = ofono_gprs_context_create(modem, 0, driver, data->mdm);
gc = ofono_gprs_context_create(modem, 0, driver, data->app);
if (gprs && gc)
ofono_gprs_add_context(gprs, gc);

Loading…
Cancel
Save