mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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 "flows.h"
|
||||
#include "npcf_af_event.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -21,12 +21,12 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_af_event_notification_s OpenAPI_af_event_notification_t;
|
||||
typedef struct OpenAPI_af_event_notification_s {
|
||||
OpenAPI_af_event_e event;
|
||||
OpenAPI_npcf_af_event_e event;
|
||||
OpenAPI_list_t *flows;
|
||||
} OpenAPI_af_event_notification_t;
|
||||
|
||||
OpenAPI_af_event_notification_t *OpenAPI_af_event_notification_create(
|
||||
OpenAPI_af_event_e event,
|
||||
OpenAPI_npcf_af_event_e event,
|
||||
OpenAPI_list_t *flows
|
||||
);
|
||||
void OpenAPI_af_event_notification_free(OpenAPI_af_event_notification_t *af_event_notification);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue