mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +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
|
|
@ -12,6 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "pcscf_address.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -20,10 +21,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_pcscf_restoration_notification_s OpenAPI_pcscf_restoration_notification_t;
|
||||
typedef struct OpenAPI_pcscf_restoration_notification_s {
|
||||
char *supi;
|
||||
struct OpenAPI_pcscf_address_s *failed_pcscf;
|
||||
} OpenAPI_pcscf_restoration_notification_t;
|
||||
|
||||
OpenAPI_pcscf_restoration_notification_t *OpenAPI_pcscf_restoration_notification_create(
|
||||
char *supi
|
||||
char *supi,
|
||||
OpenAPI_pcscf_address_t *failed_pcscf
|
||||
);
|
||||
void OpenAPI_pcscf_restoration_notification_free(OpenAPI_pcscf_restoration_notification_t *pcscf_restoration_notification);
|
||||
OpenAPI_pcscf_restoration_notification_t *OpenAPI_pcscf_restoration_notification_parseFromJSON(cJSON *pcscf_restoration_notificationJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue