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
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* confirmation_data_response.h
|
||||
*
|
||||
*
|
||||
* Contains the result of the authentication
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_confirmation_data_response_H_
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "auth_result.h"
|
||||
#include "server_addressing_info.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -23,12 +24,14 @@ typedef struct OpenAPI_confirmation_data_response_s {
|
|||
OpenAPI_auth_result_e auth_result;
|
||||
char *supi;
|
||||
char *kseaf;
|
||||
OpenAPI_list_t *pvs_info;
|
||||
} OpenAPI_confirmation_data_response_t;
|
||||
|
||||
OpenAPI_confirmation_data_response_t *OpenAPI_confirmation_data_response_create(
|
||||
OpenAPI_auth_result_e auth_result,
|
||||
char *supi,
|
||||
char *kseaf
|
||||
char *kseaf,
|
||||
OpenAPI_list_t *pvs_info
|
||||
);
|
||||
void OpenAPI_confirmation_data_response_free(OpenAPI_confirmation_data_response_t *confirmation_data_response);
|
||||
OpenAPI_confirmation_data_response_t *OpenAPI_confirmation_data_response_parseFromJSON(cJSON *confirmation_data_responseJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue