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.
This commit is contained in:
Sergey Matyukevich 2020-12-21 23:01:29 +03:00 committed by Denis Kenzior
parent cf9e6d048d
commit 97aea7414c
1 changed files with 1 additions and 1 deletions

View File

@ -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);