mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +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
|
|
@ -13,6 +13,7 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "eps_interworking_info.h"
|
||||
#include "nudm_amf_info.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -21,10 +22,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_ue_context_in_amf_data_s OpenAPI_ue_context_in_amf_data_t;
|
||||
typedef struct OpenAPI_ue_context_in_amf_data_s {
|
||||
struct OpenAPI_eps_interworking_info_s *eps_interworking_info;
|
||||
OpenAPI_list_t *amf_info;
|
||||
} OpenAPI_ue_context_in_amf_data_t;
|
||||
|
||||
OpenAPI_ue_context_in_amf_data_t *OpenAPI_ue_context_in_amf_data_create(
|
||||
OpenAPI_eps_interworking_info_t *eps_interworking_info
|
||||
OpenAPI_eps_interworking_info_t *eps_interworking_info,
|
||||
OpenAPI_list_t *amf_info
|
||||
);
|
||||
void OpenAPI_ue_context_in_amf_data_free(OpenAPI_ue_context_in_amf_data_t *ue_context_in_amf_data);
|
||||
OpenAPI_ue_context_in_amf_data_t *OpenAPI_ue_context_in_amf_data_parseFromJSON(cJSON *ue_context_in_amf_dataJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue