mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +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
|
|
@ -12,6 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "snssai.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -21,6 +22,8 @@ typedef struct OpenAPI_pp_dl_packet_count_ext_s OpenAPI_pp_dl_packet_count_ext_t
|
|||
typedef struct OpenAPI_pp_dl_packet_count_ext_s {
|
||||
char *af_instance_id;
|
||||
int reference_id;
|
||||
char *dnn;
|
||||
struct OpenAPI_snssai_s *single_nssai;
|
||||
char *validity_time;
|
||||
char *mtc_provider_information;
|
||||
} OpenAPI_pp_dl_packet_count_ext_t;
|
||||
|
|
@ -28,6 +31,8 @@ typedef struct OpenAPI_pp_dl_packet_count_ext_s {
|
|||
OpenAPI_pp_dl_packet_count_ext_t *OpenAPI_pp_dl_packet_count_ext_create(
|
||||
char *af_instance_id,
|
||||
int reference_id,
|
||||
char *dnn,
|
||||
OpenAPI_snssai_t *single_nssai,
|
||||
char *validity_time,
|
||||
char *mtc_provider_information
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue