mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
SBI updated
- openapi-generator version 5.2.0 - add priority/capacity/load in NFProfile/NFService - add AllowedNfTypes in NFProfile/NFService
This commit is contained in:
parent
1326fc85dc
commit
039b9d0aaa
930 changed files with 7387 additions and 5434 deletions
|
|
@ -40,6 +40,7 @@ typedef struct OpenAPI_access_and_mobility_data_s {
|
|||
char *reachability_status_ts;
|
||||
OpenAPI_sms_support_e sms_over_nas_status;
|
||||
char *sms_over_nas_status_ts;
|
||||
bool is_roaming_status;
|
||||
int roaming_status;
|
||||
char *roaming_status_ts;
|
||||
struct OpenAPI_plmn_id_1_s *current_plmn;
|
||||
|
|
@ -63,6 +64,7 @@ OpenAPI_access_and_mobility_data_t *OpenAPI_access_and_mobility_data_create(
|
|||
char *reachability_status_ts,
|
||||
OpenAPI_sms_support_e sms_over_nas_status,
|
||||
char *sms_over_nas_status_ts,
|
||||
bool is_roaming_status,
|
||||
int roaming_status,
|
||||
char *roaming_status_ts,
|
||||
OpenAPI_plmn_id_1_t *current_plmn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue