Skip to content

Commit

Permalink
Merge branch 'auth' into 'master'
Browse files Browse the repository at this point in the history
Implement org.ofono.SimAuthentication interface

See merge request mer-core/ofono!283
  • Loading branch information
monich committed Jun 2, 2021
2 parents 1116ca2 + af0ab14 commit edd91c9
Show file tree
Hide file tree
Showing 11 changed files with 707 additions and 140 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 edd91c9

Please sign in to comment.