comply with coding standard

This commit is contained in:
Sukchan Lee 2021-07-08 15:00:59 +09:00
parent f278d58a69
commit 2471b1b53d
562 changed files with 3332 additions and 3332 deletions

View file

@ -138,28 +138,28 @@ OpenAPI_n2_sm_information_t *OpenAPI_n2_sm_information_parseFromJSON(cJSON *n2_s
OpenAPI_n2_info_content_t *n2_info_content_local_nonprim = NULL;
if (n2_info_content) {
n2_info_content_local_nonprim = OpenAPI_n2_info_content_parseFromJSON(n2_info_content);
}
}
cJSON *s_nssai = cJSON_GetObjectItemCaseSensitive(n2_sm_informationJSON, "sNssai");
OpenAPI_snssai_t *s_nssai_local_nonprim = NULL;
if (s_nssai) {
s_nssai_local_nonprim = OpenAPI_snssai_parseFromJSON(s_nssai);
}
}
cJSON *home_plmn_snssai = cJSON_GetObjectItemCaseSensitive(n2_sm_informationJSON, "homePlmnSnssai");
OpenAPI_snssai_t *home_plmn_snssai_local_nonprim = NULL;
if (home_plmn_snssai) {
home_plmn_snssai_local_nonprim = OpenAPI_snssai_parseFromJSON(home_plmn_snssai);
}
}
cJSON *iwk_snssai = cJSON_GetObjectItemCaseSensitive(n2_sm_informationJSON, "iwkSnssai");
OpenAPI_snssai_t *iwk_snssai_local_nonprim = NULL;
if (iwk_snssai) {
iwk_snssai_local_nonprim = OpenAPI_snssai_parseFromJSON(iwk_snssai);
}
}
cJSON *subject_to_ho = cJSON_GetObjectItemCaseSensitive(n2_sm_informationJSON, "subjectToHo");
@ -168,7 +168,7 @@ OpenAPI_n2_sm_information_t *OpenAPI_n2_sm_information_parseFromJSON(cJSON *n2_s
ogs_error("OpenAPI_n2_sm_information_parseFromJSON() failed [subject_to_ho]");
goto end;
}
}
}
n2_sm_information_local_var = OpenAPI_n2_sm_information_create (
pdu_session_id->valuedouble,