mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* serving_nf_identity.h
|
||||
*
|
||||
*
|
||||
* Contains the serving Network Function identity.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_serving_nf_identity_H_
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
#include "../include/binary.h"
|
||||
#include "an_gw_address.h"
|
||||
#include "guami.h"
|
||||
#include "sgsn_address.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -24,12 +25,14 @@ typedef struct OpenAPI_serving_nf_identity_s {
|
|||
char *serv_nf_inst_id;
|
||||
struct OpenAPI_guami_s *guami;
|
||||
struct OpenAPI_an_gw_address_s *an_gw_addr;
|
||||
struct OpenAPI_sgsn_address_s *sgsn_addr;
|
||||
} OpenAPI_serving_nf_identity_t;
|
||||
|
||||
OpenAPI_serving_nf_identity_t *OpenAPI_serving_nf_identity_create(
|
||||
char *serv_nf_inst_id,
|
||||
OpenAPI_guami_t *guami,
|
||||
OpenAPI_an_gw_address_t *an_gw_addr
|
||||
OpenAPI_an_gw_address_t *an_gw_addr,
|
||||
OpenAPI_sgsn_address_t *sgsn_addr
|
||||
);
|
||||
void OpenAPI_serving_nf_identity_free(OpenAPI_serving_nf_identity_t *serving_nf_identity);
|
||||
OpenAPI_serving_nf_identity_t *OpenAPI_serving_nf_identity_parseFromJSON(cJSON *serving_nf_identityJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue