mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -13,9 +13,11 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "backup_amf_info.h"
|
||||
#include "context_info.h"
|
||||
#include "guami.h"
|
||||
#include "ims_vo_ps.h"
|
||||
#include "rat_type.h"
|
||||
#include "vgmlc_address.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -37,11 +39,9 @@ typedef struct OpenAPI_amf_non3_gpp_access_registration_s {
|
|||
OpenAPI_rat_type_e rat_type;
|
||||
int urrp_indicator;
|
||||
char *amf_ee_subscription_id;
|
||||
char *nid;
|
||||
char *registration_time;
|
||||
char *vgmlc_address_ipv4;
|
||||
char *vgmlc_address_ipv6;
|
||||
char *vgmlc_fqdn;
|
||||
struct OpenAPI_vgmlc_address_s *vgmlc_address;
|
||||
struct OpenAPI_context_info_s *context_info;
|
||||
} OpenAPI_amf_non3_gpp_access_registration_t;
|
||||
|
||||
OpenAPI_amf_non3_gpp_access_registration_t *OpenAPI_amf_non3_gpp_access_registration_create(
|
||||
|
|
@ -59,11 +59,9 @@ OpenAPI_amf_non3_gpp_access_registration_t *OpenAPI_amf_non3_gpp_access_registra
|
|||
OpenAPI_rat_type_e rat_type,
|
||||
int urrp_indicator,
|
||||
char *amf_ee_subscription_id,
|
||||
char *nid,
|
||||
char *registration_time,
|
||||
char *vgmlc_address_ipv4,
|
||||
char *vgmlc_address_ipv6,
|
||||
char *vgmlc_fqdn
|
||||
OpenAPI_vgmlc_address_t *vgmlc_address,
|
||||
OpenAPI_context_info_t *context_info
|
||||
);
|
||||
void OpenAPI_amf_non3_gpp_access_registration_free(OpenAPI_amf_non3_gpp_access_registration_t *amf_non3_gpp_access_registration);
|
||||
OpenAPI_amf_non3_gpp_access_registration_t *OpenAPI_amf_non3_gpp_access_registration_parseFromJSON(cJSON *amf_non3_gpp_access_registrationJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue