summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2009-11-03 15:44:36 -0200
committerDenis Kenzior <denkenz@gmail.com>2009-11-03 11:49:35 -0600
commit1acd7f8b7554aa25bde673cdbd0360e899be0bec (patch)
treecd2ac434492716f498847036472b7bd26aa6e658 /plugins
parentff2a8e6f7c70d25d9fe13c37e5761e94830a8e8e (diff)
downloadofono-1acd7f8b7554aa25bde673cdbd0360e899be0bec.tar.bz2
Create network registration driver for hfpmodem
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/hfp.c b/plugins/hfp.c
index fc171ba5..6b3c2a15 100644
--- a/plugins/hfp.c
+++ b/plugins/hfp.c
@@ -311,6 +311,7 @@ static void hfp_pre_sim(struct ofono_modem *modem)
DBG("%p", modem);
ofono_voicecall_create(modem, 0, "hfpmodem", data);
+ ofono_netreg_create(modem, 0, "hfpmodem", data);
}
static void hfp_post_sim(struct ofono_modem *modem)