mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +00:00
[SBI] Crash occurs when ENUM in the MAP (#2103)
This commit is contained in:
parent
ce668c556c
commit
969c116e77
1097 changed files with 266728 additions and 42047 deletions
41
lib/sbi/openapi/model/create_ue_context_403_response.h
Normal file
41
lib/sbi/openapi/model/create_ue_context_403_response.h
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/*
|
||||
* create_ue_context_403_response.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_create_ue_context_403_response_H_
|
||||
#define _OpenAPI_create_ue_context_403_response_H_
|
||||
|
||||
#include <string.h>
|
||||
#include "../external/cJSON.h"
|
||||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "ue_context_create_error.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct OpenAPI_create_ue_context_403_response_s OpenAPI_create_ue_context_403_response_t;
|
||||
typedef struct OpenAPI_create_ue_context_403_response_s {
|
||||
struct OpenAPI_ue_context_create_error_s *json_data;
|
||||
OpenAPI_binary_t* binary_data_n2_information;
|
||||
} OpenAPI_create_ue_context_403_response_t;
|
||||
|
||||
OpenAPI_create_ue_context_403_response_t *OpenAPI_create_ue_context_403_response_create(
|
||||
OpenAPI_ue_context_create_error_t *json_data,
|
||||
OpenAPI_binary_t* binary_data_n2_information
|
||||
);
|
||||
void OpenAPI_create_ue_context_403_response_free(OpenAPI_create_ue_context_403_response_t *create_ue_context_403_response);
|
||||
OpenAPI_create_ue_context_403_response_t *OpenAPI_create_ue_context_403_response_parseFromJSON(cJSON *create_ue_context_403_responseJSON);
|
||||
cJSON *OpenAPI_create_ue_context_403_response_convertToJSON(OpenAPI_create_ue_context_403_response_t *create_ue_context_403_response);
|
||||
OpenAPI_create_ue_context_403_response_t *OpenAPI_create_ue_context_403_response_copy(OpenAPI_create_ue_context_403_response_t *dst, OpenAPI_create_ue_context_403_response_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_create_ue_context_403_response_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue