mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
SBI updated
- openapi-generator version 5.2.0 - add priority/capacity/load in NFProfile/NFService - add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -12,9 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "access_token_err.h"
|
||||
#include "access_token_req.h"
|
||||
#include "invalid_param.h"
|
||||
#include "invalid_param_1.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -24,29 +22,23 @@ typedef struct OpenAPI_problem_details_1_s OpenAPI_problem_details_1_t;
|
|||
typedef struct OpenAPI_problem_details_1_s {
|
||||
char *type;
|
||||
char *title;
|
||||
bool is_status;
|
||||
int status;
|
||||
char *detail;
|
||||
char *instance;
|
||||
char *cause;
|
||||
OpenAPI_list_t *invalid_params;
|
||||
char *supported_features;
|
||||
struct OpenAPI_access_token_err_s *access_token_error;
|
||||
struct OpenAPI_access_token_req_s *access_token_request;
|
||||
char *nrf_id;
|
||||
} OpenAPI_problem_details_1_t;
|
||||
|
||||
OpenAPI_problem_details_1_t *OpenAPI_problem_details_1_create(
|
||||
char *type,
|
||||
char *title,
|
||||
bool is_status,
|
||||
int status,
|
||||
char *detail,
|
||||
char *instance,
|
||||
char *cause,
|
||||
OpenAPI_list_t *invalid_params,
|
||||
char *supported_features,
|
||||
OpenAPI_access_token_err_t *access_token_error,
|
||||
OpenAPI_access_token_req_t *access_token_request,
|
||||
char *nrf_id
|
||||
OpenAPI_list_t *invalid_params
|
||||
);
|
||||
void OpenAPI_problem_details_1_free(OpenAPI_problem_details_1_t *problem_details_1);
|
||||
OpenAPI_problem_details_1_t *OpenAPI_problem_details_1_parseFromJSON(cJSON *problem_details_1JSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue