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 @@
|
|||
/*
|
||||
* nr_location.h
|
||||
*
|
||||
*
|
||||
* Contains the NR user location.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_nr_location_H_
|
||||
|
|
@ -24,6 +24,8 @@ typedef struct OpenAPI_nr_location_s OpenAPI_nr_location_t;
|
|||
typedef struct OpenAPI_nr_location_s {
|
||||
struct OpenAPI_tai_s *tai;
|
||||
struct OpenAPI_ncgi_s *ncgi;
|
||||
bool is_ignore_ncgi;
|
||||
int ignore_ncgi;
|
||||
bool is_age_of_location_information;
|
||||
int age_of_location_information;
|
||||
char *ue_location_timestamp;
|
||||
|
|
@ -35,6 +37,8 @@ typedef struct OpenAPI_nr_location_s {
|
|||
OpenAPI_nr_location_t *OpenAPI_nr_location_create(
|
||||
OpenAPI_tai_t *tai,
|
||||
OpenAPI_ncgi_t *ncgi,
|
||||
bool is_ignore_ncgi,
|
||||
int ignore_ncgi,
|
||||
bool is_age_of_location_information,
|
||||
int age_of_location_information,
|
||||
char *ue_location_timestamp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue