Re: [PATCH] sim-auth: Parse auth response according to TS 31.102

2021-05-03 Thread Denis Kenzior
Hi Slava, On 5/3/21 9:04 AM, Slava Monich wrote: --- So what is this trying to fix? I mean I can understand 1 line patch fixes that come without a description. These tend to be self-evident. 300+ line diff needs a least some explanation. src/sim-auth.c | 34 ++-

[PATCH] sim-auth: Parse auth response according to TS 31.102

2021-05-03 Thread Slava Monich
--- src/sim-auth.c | 34 ++- src/simutil.c | 146 +--- src/simutil.h | 13 ++-- unit/test-simutil.c | 125 - 4 files changed, 234 insertions(+), 84 deletions(-) diff --git a/src/sim-auth.c