mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -21,10 +21,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_sor_update_info_s OpenAPI_sor_update_info_t;
|
||||
typedef struct OpenAPI_sor_update_info_s {
|
||||
struct OpenAPI_plmn_id_s *vplmn_id;
|
||||
char *supported_features;
|
||||
} OpenAPI_sor_update_info_t;
|
||||
|
||||
OpenAPI_sor_update_info_t *OpenAPI_sor_update_info_create(
|
||||
OpenAPI_plmn_id_t *vplmn_id
|
||||
OpenAPI_plmn_id_t *vplmn_id,
|
||||
char *supported_features
|
||||
);
|
||||
void OpenAPI_sor_update_info_free(OpenAPI_sor_update_info_t *sor_update_info);
|
||||
OpenAPI_sor_update_info_t *OpenAPI_sor_update_info_parseFromJSON(cJSON *sor_update_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue