Re: [LEDE-DEV] [PATCH] uqmi: ensure CID is a numeric value before proceeding

2018-02-19 Thread Koen Vandeputte
On 2018-02-19 11:47, Andrey Jr. Melnikov wrote: Koen Vandeputte wrote: The current implementation only checked if uqmi itself executed correctly which is also the case when the returned value is actually an error. Rework this, checking that CID is a numeric value, which can only be true if uq

Re: [LEDE-DEV] [PATCH] uqmi: ensure CID is a numeric value before proceeding

2018-02-19 Thread Andrey Jr. Melnikov
Koen Vandeputte wrote: > The current implementation only checked if uqmi itself executed > correctly which is also the case when the returned value is actually > an error. > Rework this, checking that CID is a numeric value, which can only > be true if uqmi itself also executed correctly. Why ig