Re: [PATCH] gprs: Postpone attach decisions until netreg is finished

2019-07-25 Thread Denis Kenzior
Hi Richard, On 7/24/19 12:02 PM, richard.rojf...@gmail.com wrote: From: Richard Röjfors In case the gprs_netreg_update is called from somewhere else than the actual netreg update before any netreg updates have happened. It can not make proper decisions. For instance we might run on EUTRAN but

Re: [PATCH] atmodem: Check for auto activated contexts during init

2019-07-25 Thread Denis Kenzior
Hi Richard, On 7/24/19 12:24 PM, richard.rojf...@gmail.com wrote: From: Richard Röjfors To detect if a context gets activated before we register for unsolicited events we need to check if any is already activated, and flag it auto activated. --- drivers/atmodem/gprs.c | 47