Re: [PATCH] gprs: update attached on netreg updates when running LTE

2019-10-11 Thread Denis Kenzior
Hi Richard, On 10/1/19 3:10 PM, richard.rojf...@gmail.com wrote: From: Richard Röjfors There was a race condition where a context might be registered before the netreg status updates to LTE. The code took for granted the context is activated after the technology update. With this change, any

Re: [PATCH] gprs: update attached on netreg updates when running LTE

2019-10-01 Thread Richard Röjfors
Hope this one applies ;-) Here is a log showing when this issue happened, where a context was registered before we got signaled LTE tech... Oct 1 09:43:47 info : Aux: > AT+COPS=3,0\r Oct 1 09:43:47 info : Aux: < \r\nOK\r\n Oct 1 09:43:47 info : Aux: > AT+COPS?\r We are running UTRAN + HSPA O

[PATCH] gprs: update attached on netreg updates when running LTE

2019-10-01 Thread richard . rojfors
From: Richard Röjfors There was a race condition where a context might be registered before the netreg status updates to LTE. The code took for granted the context is activated after the technology update. With this change, any order is is accepted. --- src/gprs.c | 10 -- 1 file change