mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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
|
|
@ -12,8 +12,8 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "af_event.h"
|
||||
#include "af_notif_method.h"
|
||||
#include "npcf_af_event.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -21,7 +21,7 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_af_event_subscription_s OpenAPI_af_event_subscription_t;
|
||||
typedef struct OpenAPI_af_event_subscription_s {
|
||||
OpenAPI_af_event_e event;
|
||||
OpenAPI_npcf_af_event_e event;
|
||||
OpenAPI_af_notif_method_e notif_method;
|
||||
bool is_rep_period;
|
||||
int rep_period;
|
||||
|
|
@ -30,7 +30,7 @@ typedef struct OpenAPI_af_event_subscription_s {
|
|||
} OpenAPI_af_event_subscription_t;
|
||||
|
||||
OpenAPI_af_event_subscription_t *OpenAPI_af_event_subscription_create(
|
||||
OpenAPI_af_event_e event,
|
||||
OpenAPI_npcf_af_event_e event,
|
||||
OpenAPI_af_notif_method_e notif_method,
|
||||
bool is_rep_period,
|
||||
int rep_period,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue