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
14
lib/sbi/openapi/set.h
Normal file
14
lib/sbi/openapi/set.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef OGS_SBI_SET_H
|
||||
#define OGS_SBI_SET_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct OpenAPI_list_s OpenAPI_set_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* OGS_SBI_SET_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue