mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
Upgrade SBI(Service-based Interface)
* OpenAPI Generator version: 4.3.1 ==> 5.5.1 * Specification : r16.8.0 (20210629)
This commit is contained in:
parent
2aaa8200c2
commit
f278d58a69
1914 changed files with 91329 additions and 57361 deletions
|
|
@ -7,7 +7,7 @@
|
|||
OpenAPI_ebi_arp_mapping_t *OpenAPI_ebi_arp_mapping_create(
|
||||
int eps_bearer_id,
|
||||
OpenAPI_arp_t *arp
|
||||
)
|
||||
)
|
||||
{
|
||||
OpenAPI_ebi_arp_mapping_t *ebi_arp_mapping_local_var = OpenAPI_malloc(sizeof(OpenAPI_ebi_arp_mapping_t));
|
||||
if (!ebi_arp_mapping_local_var) {
|
||||
|
|
@ -68,7 +68,7 @@ OpenAPI_ebi_arp_mapping_t *OpenAPI_ebi_arp_mapping_parseFromJSON(cJSON *ebi_arp_
|
|||
goto end;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!cJSON_IsNumber(eps_bearer_id)) {
|
||||
ogs_error("OpenAPI_ebi_arp_mapping_parseFromJSON() failed [eps_bearer_id]");
|
||||
goto end;
|
||||
|
|
@ -81,13 +81,13 @@ OpenAPI_ebi_arp_mapping_t *OpenAPI_ebi_arp_mapping_parseFromJSON(cJSON *ebi_arp_
|
|||
}
|
||||
|
||||
OpenAPI_arp_t *arp_local_nonprim = NULL;
|
||||
|
||||
|
||||
arp_local_nonprim = OpenAPI_arp_parseFromJSON(arp);
|
||||
|
||||
ebi_arp_mapping_local_var = OpenAPI_ebi_arp_mapping_create (
|
||||
eps_bearer_id->valuedouble,
|
||||
arp_local_nonprim
|
||||
);
|
||||
);
|
||||
|
||||
return ebi_arp_mapping_local_var;
|
||||
end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue