Attention is currently required from: neels, pespin.
2 comments:
File TODO-RELEASE:
Patch Set #3, Line 10: libosmogsm UPDATE_DEP_VER update libosmogsm version dependency after Ie775fedba4a3fa12314c0f7c8a369662ef6a40df is released
fyi libosmogsm > 1.8. […]
it didn't occur to me, thanks.
File src/auc.c:
Patch Set #3, Line 119: vec[i].res_len = 8;
maybe add a NOTICE log message if res_len was not 8, not let the user note that this is missing prop […]
I don't really get the comment. The old code never generated any res length != 8, so all this code is doing is enforcing the same behavior as before. Before this line, vec[i].res_len may not be initialized as it is the output variable passed by the function caller. It might be zero-initialized or contain random data. We need to set it to a supported value of libosmocore before calling osmo_auth_gen_vec*2 below. And in ordre to get the old behavior, we must set it to 8.
To view, visit change 33097. To unsubscribe, or for help writing mail filters, visit settings.