mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
Add more memory log
This commit is contained in:
parent
80a9497afd
commit
118d62d42d
657 changed files with 4179 additions and 3131 deletions
|
|
@ -276,17 +276,17 @@ OpenAPI_authentication_subscription_t *OpenAPI_authentication_subscription_parse
|
|||
|
||||
authentication_subscription_local_var = OpenAPI_authentication_subscription_create (
|
||||
authentication_methodVariable,
|
||||
enc_permanent_key ? ogs_strdup(enc_permanent_key->valuestring) : NULL,
|
||||
protection_parameter_id ? ogs_strdup(protection_parameter_id->valuestring) : NULL,
|
||||
enc_permanent_key ? ogs_strdup_or_assert(enc_permanent_key->valuestring) : NULL,
|
||||
protection_parameter_id ? ogs_strdup_or_assert(protection_parameter_id->valuestring) : NULL,
|
||||
sequence_number ? sequence_number_local_nonprim : NULL,
|
||||
authentication_management_field ? ogs_strdup(authentication_management_field->valuestring) : NULL,
|
||||
algorithm_id ? ogs_strdup(algorithm_id->valuestring) : NULL,
|
||||
enc_opc_key ? ogs_strdup(enc_opc_key->valuestring) : NULL,
|
||||
enc_topc_key ? ogs_strdup(enc_topc_key->valuestring) : NULL,
|
||||
authentication_management_field ? ogs_strdup_or_assert(authentication_management_field->valuestring) : NULL,
|
||||
algorithm_id ? ogs_strdup_or_assert(algorithm_id->valuestring) : NULL,
|
||||
enc_opc_key ? ogs_strdup_or_assert(enc_opc_key->valuestring) : NULL,
|
||||
enc_topc_key ? ogs_strdup_or_assert(enc_topc_key->valuestring) : NULL,
|
||||
vector_generation_in_hss ? vector_generation_in_hss->valueint : 0,
|
||||
n5gc_auth_method ? n5gc_auth_methodVariable : 0,
|
||||
rg_authentication_ind ? rg_authentication_ind->valueint : 0,
|
||||
supi ? ogs_strdup(supi->valuestring) : NULL
|
||||
supi ? ogs_strdup_or_assert(supi->valuestring) : NULL
|
||||
);
|
||||
|
||||
return authentication_subscription_local_var;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue