mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
arch: DB schema Changes (#796)
- New function : NSSF - New feature : SMF selection
This commit is contained in:
parent
c6bfbed922
commit
9af4268bab
691 changed files with 40727 additions and 18985 deletions
|
|
@ -12,8 +12,8 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "default_unrelated_class.h"
|
||||
#include "external_unrelated_class.h"
|
||||
#include "non_external_unrelated_class.h"
|
||||
#include "service_type_unrelated_class.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -22,13 +22,13 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_unrelated_class_s OpenAPI_unrelated_class_t;
|
||||
typedef struct OpenAPI_unrelated_class_s {
|
||||
struct OpenAPI_non_external_unrelated_class_s *non_external_unrelated_class;
|
||||
struct OpenAPI_default_unrelated_class_s *default_unrelated_class;
|
||||
struct OpenAPI_external_unrelated_class_s *external_unrelated_class;
|
||||
OpenAPI_list_t *service_type_unrelated_classes;
|
||||
} OpenAPI_unrelated_class_t;
|
||||
|
||||
OpenAPI_unrelated_class_t *OpenAPI_unrelated_class_create(
|
||||
OpenAPI_non_external_unrelated_class_t *non_external_unrelated_class,
|
||||
OpenAPI_default_unrelated_class_t *default_unrelated_class,
|
||||
OpenAPI_external_unrelated_class_t *external_unrelated_class,
|
||||
OpenAPI_list_t *service_type_unrelated_classes
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue