mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40:09 +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
|
|
@ -13,7 +13,7 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "app_descriptor.h"
|
||||
#include "pdu_session_types_1.h"
|
||||
#include "pdu_session_types.h"
|
||||
#include "snssai.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -22,14 +22,14 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_vn_group_data_s OpenAPI_vn_group_data_t;
|
||||
typedef struct OpenAPI_vn_group_data_s {
|
||||
struct OpenAPI_pdu_session_types_1_s *pdu_session_types;
|
||||
struct OpenAPI_pdu_session_types_s *pdu_session_types;
|
||||
char *dnn;
|
||||
struct OpenAPI_snssai_s *single_nssai;
|
||||
OpenAPI_list_t *app_descriptors;
|
||||
} OpenAPI_vn_group_data_t;
|
||||
|
||||
OpenAPI_vn_group_data_t *OpenAPI_vn_group_data_create(
|
||||
OpenAPI_pdu_session_types_1_t *pdu_session_types,
|
||||
OpenAPI_pdu_session_types_t *pdu_session_types,
|
||||
char *dnn,
|
||||
OpenAPI_snssai_t *single_nssai,
|
||||
OpenAPI_list_t *app_descriptors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue