Hi Bertrand,
plugins/speedupcdma.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/plugins/speedupcdma.c b/plugins/speedupcdma.c
index b7e54a1..14189aa 100644
--- a/plugins/speedupcdma.c
+++ b/plugins/speedupcdma.c
@@ -36,6 +36,7 @@
#include <ofono/modem.h>
#include <ofono/devinfo.h>
#include <ofono/cdma-connman.h>
+#include <ofono/cdma-netreg.h>
#include <ofono/log.h>
#include <drivers/atmodem/atutil.h>
@@ -181,6 +182,8 @@ static void speedupcdma_post_online(struct ofono_modem *modem)
DBG("%p", modem);
+ ofono_cdma_netreg_create(modem, 0, "cdmamodem", data->chat);
+
ofono_cdma_connman_create(modem, 0, "cdmamodem", data->chat);
earlier you mentioned that the Speed Up modems have more than one TTY. I
don't think it is a good idea to run the netreg handling on the same TTY
where we will eventually establish the PPP connection.
Regards
Marcel