[RFC PATCH 20/20] modem: Add netreg watch for tech switch

2011-04-11 Thread Vijay Nayani
Placeholder for technology switch based on registered technology and preferred ue mode also added along with the netreg status watch. --- src/modem.c | 79 +++ 1 files changed, 79 insertions(+), 0 deletions(-) diff --git a/src/modem.c b/sr

Re: [RFC PATCH 20/20] modem: Add netreg watch for tech switch

2011-04-11 Thread Denis Kenzior
Hi Vijay, > +static void netreg_status_watch(int status, int lac, int ci, int tech, > + const char *mcc, const char *mnc, > + void *data) > +{ > + struct ofono_modem *modem = data; > + > + if (status != NETWORK_REGISTR

RE: [RFC PATCH 20/20] modem: Add netreg watch for tech switch

2011-04-12 Thread Vijay.Nayani
ceholder for calling enablers for managing atoms. Relevent calls can be made considering access tech and modem operational mode. This would come into play as a result of acess technology switch (CSFB to LTE and viceversa). Regards, Vijay > -Original Message- > From: Denis Kenzior [mailto:

Re: [RFC PATCH 20/20] modem: Add netreg watch for tech switch

2011-04-12 Thread Denis Kenzior
Hi Vijay, >> >> So what exactly needs to be done here? > > I see this as sort of placeholder for calling enablers for managing > atoms. > Relevent calls can be made considering access tech and modem operational > mode. > This would come into play as a result of acess technology switch (CSFB > to