Attention is currently required from: pespin.
2 comments:
File src/gsm/auth_core.c:
Patch Set #3, Line 224: if (aud->type == OSMO_AUTH_TYPE_UMTS) {
I think this should go inside auth_data2auth_data2(), since v2 users are expected to set it always.
note this is modifying the *vec*, not the *aud*. So I cannot do it in auth_data2auth_data2 where I only have access to the aud, but not to the vec.
Patch Set #3, Line 301: if (aud->type == OSMO_AUTH_TYPE_UMTS) {
Add to auth_data2auth_data2, you can drop it from here.
see above, doesn't work.
To view, visit change 33091. To unsubscribe, or for help writing mail filters, visit settings.