mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +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 "lcs_broadcast_assistance_types_data.h"
|
||||
#include "lcs_mo_service_class.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -21,10 +22,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_lcs_mo_data_s OpenAPI_lcs_mo_data_t;
|
||||
typedef struct OpenAPI_lcs_mo_data_s {
|
||||
OpenAPI_list_t *allowed_service_classes;
|
||||
struct OpenAPI_lcs_broadcast_assistance_types_data_s *mo_assistance_data_types;
|
||||
} OpenAPI_lcs_mo_data_t;
|
||||
|
||||
OpenAPI_lcs_mo_data_t *OpenAPI_lcs_mo_data_create(
|
||||
OpenAPI_list_t *allowed_service_classes
|
||||
OpenAPI_list_t *allowed_service_classes,
|
||||
OpenAPI_lcs_broadcast_assistance_types_data_t *mo_assistance_data_types
|
||||
);
|
||||
void OpenAPI_lcs_mo_data_free(OpenAPI_lcs_mo_data_t *lcs_mo_data);
|
||||
OpenAPI_lcs_mo_data_t *OpenAPI_lcs_mo_data_parseFromJSON(cJSON *lcs_mo_dataJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue