[SBI] Crash occurs when ENUM in the MAP (#2103)

This commit is contained in:
Sukchan Lee 2023-03-01 17:50:25 +09:00
parent ce668c556c
commit 969c116e77
1097 changed files with 266728 additions and 42047 deletions

View file

@ -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,