mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
comply with coding standard
This commit is contained in:
parent
f278d58a69
commit
2471b1b53d
562 changed files with 3332 additions and 3332 deletions
|
|
@ -66,7 +66,7 @@ OpenAPI_mbsfn_area_t *OpenAPI_mbsfn_area_parseFromJSON(cJSON *mbsfn_areaJSON)
|
|||
ogs_error("OpenAPI_mbsfn_area_parseFromJSON() failed [mbsfn_area_id]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cJSON *carrier_frequency = cJSON_GetObjectItemCaseSensitive(mbsfn_areaJSON, "carrierFrequency");
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ OpenAPI_mbsfn_area_t *OpenAPI_mbsfn_area_parseFromJSON(cJSON *mbsfn_areaJSON)
|
|||
ogs_error("OpenAPI_mbsfn_area_parseFromJSON() failed [carrier_frequency]");
|
||||
goto end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mbsfn_area_local_var = OpenAPI_mbsfn_area_create (
|
||||
mbsfn_area_id ? mbsfn_area_id->valuedouble : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue