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,7 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "plmn_id.h"
|
||||
#include "plmn_id_nid.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -20,12 +20,12 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_guami_s OpenAPI_guami_t;
|
||||
typedef struct OpenAPI_guami_s {
|
||||
struct OpenAPI_plmn_id_s *plmn_id;
|
||||
struct OpenAPI_plmn_id_nid_s *plmn_id;
|
||||
char *amf_id;
|
||||
} OpenAPI_guami_t;
|
||||
|
||||
OpenAPI_guami_t *OpenAPI_guami_create(
|
||||
OpenAPI_plmn_id_t *plmn_id,
|
||||
OpenAPI_plmn_id_nid_t *plmn_id,
|
||||
char *amf_id
|
||||
);
|
||||
void OpenAPI_guami_free(OpenAPI_guami_t *guami);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue