Skip to content

Commit

Permalink
[ril] Implement org.ofono.SimAuthentication interface. JB#54048
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 31, 2021
1 parent dffc04d commit af0ab14
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ofono/drivers/ril/ril_modem.c
@@ -1,7 +1,7 @@
/*
* oFono - Open Source Telephony - RIL-based devices
*
* Copyright (C) 2015-2020 Jolla Ltd.
* Copyright (C) 2015-2021 Jolla Ltd.
* Copyright (C) 2019 Open Mobile Platform LLC.
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -340,6 +340,7 @@ static void ril_modem_post_sim(struct ofono_modem *modem)
if (md->modem.config.enable_cbs) {
ofono_cbs_create(modem, 0, RILMODEM_DRIVER, md);
}
ofono_sim_auth_create(modem);
}

static void ril_modem_post_online(struct ofono_modem *modem)
Expand Down

0 comments on commit af0ab14

Please sign in to comment.