From: Sergey Matyukevich <geomatsi@gmail.com>
To: ofono@ofono.org
Subject: [PATCH 2/3] plugins: gemalto: add radio-settings atom
Date: Sun, 04 Jul 2021 18:53:47 +0300 [thread overview]
Message-ID: <20210704155348.432964-3-geomatsi@gmail.com> (raw)
In-Reply-To: <20210704155348.432964-1-geomatsi@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 840 bytes --]
Instantiate Gemalto radio-settings atom in post_sim.
---
plugins/gemalto.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/plugins/gemalto.c b/plugins/gemalto.c
index 135e2d26..a2e8a39c 100644
--- a/plugins/gemalto.c
+++ b/plugins/gemalto.c
@@ -49,6 +49,7 @@
#include <ofono/gprs-context.h>
#include <ofono/location-reporting.h>
#include <ofono/netmon.h>
+#include <ofono/radio-settings.h>
#include <drivers/atmodem/atutil.h>
#include <drivers/atmodem/vendor.h>
@@ -597,6 +598,7 @@ static void gemalto_post_sim(struct ofono_modem *modem)
ofono_phonebook_create(modem, 0, "atmodem", data->app);
ofono_sms_create(modem, OFONO_VENDOR_GEMALTO, "atmodem", data->app);
+ ofono_radio_settings_create(modem, 0, "gemaltomodem", data->app);
gprs = ofono_gprs_create(modem, 0, "atmodem", data->app);
next prev parent reply other threads:[~2021-07-04 15:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-04 15:53 [PATCH 0/3] gemalto: radio-setings driver Sergey Matyukevich
2021-07-04 15:53 ` [PATCH 1/3] gemalto: add radio-settings driver Sergey Matyukevich
2021-07-15 18:12 ` Denis Kenzior
2021-07-15 19:01 ` Sergey Matyukevich
2021-07-04 15:53 ` Sergey Matyukevich [this message]
2021-07-15 18:12 ` [PATCH 2/3] plugins: gemalto: add radio-settings atom Denis Kenzior
2021-07-04 15:53 ` [PATCH 3/3] plugins: gemalto: move ussd atom to post_online Sergey Matyukevich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210704155348.432964-3-geomatsi@gmail.com \
--to=geomatsi@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox