mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -101,7 +101,7 @@ OpenAPI_scheduled_communication_time_rm_t *OpenAPI_scheduled_communication_time_
|
|||
}
|
||||
OpenAPI_list_add(days_of_weekList , &days_of_week_local->valuedouble);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *time_of_day_start = cJSON_GetObjectItemCaseSensitive(scheduled_communication_time_rmJSON, "timeOfDayStart");
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ OpenAPI_scheduled_communication_time_rm_t *OpenAPI_scheduled_communication_time_
|
|||
ogs_error("OpenAPI_scheduled_communication_time_rm_parseFromJSON() failed [time_of_day_start]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *time_of_day_end = cJSON_GetObjectItemCaseSensitive(scheduled_communication_time_rmJSON, "timeOfDayEnd");
|
||||
|
||||
|
|
@ -119,7 +119,7 @@ OpenAPI_scheduled_communication_time_rm_t *OpenAPI_scheduled_communication_time_
|
|||
ogs_error("OpenAPI_scheduled_communication_time_rm_parseFromJSON() failed [time_of_day_end]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
scheduled_communication_time_rm_local_var = OpenAPI_scheduled_communication_time_rm_create (
|
||||
days_of_week ? days_of_weekList : NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue