sbi: Move vendored cJSON to lib/third-party
Some checks are pending
Meson Continuous Integration / Build and Test on Ubuntu Latest (push) Waiting to run

Move the vendored cJSON copy out of the generated OpenAPI tree:

```
lib/sbi/openapi/external/cJSON.{c,h}
-> lib/third-party/cjson/cJSON.{c,h}
```

The copy under lib/sbi/openapi/external/ came from the OpenAPI generator
output, but cJSON is a third-party dependency rather than generated SBI
model code. Keep it in lib/third-party/cjson/ as the single canonical
vendored copy.

Update the current openapi-generator template sets accordingly so that
regenerated model code includes the relocated header directly:

```
```

This avoids any post-processing after regeneration and works regardless
of which generated source directory includes the header, since the path
no longer depends on "../" relative traversal.

Notes:

* The generator still emits an external/cJSON.{c,h} pair from
  cJSON.{c,h}.mustache into its output directory. That generated copy is
  no longer copied into the source tree.

* The older template sets (r16 5.2.0/6.4.0, r17 6.4.0/7.20.0) are left
  untouched as a historical record of what generated past trees.
This commit is contained in:
Sukchan Lee 2026-07-07 21:54:17 +09:00
parent c18dc6938b
commit b7068fd572
1794 changed files with 1852 additions and 1790 deletions

View file

@ -18,6 +18,7 @@
libinc = include_directories('.')
subdir('core')
subdir('third-party')
subdir('proto')
subdir('dbi')
subdir('crypt')

View file

@ -31,7 +31,7 @@
#include "ogs-core.h"
#include "ogs-proto.h"
#include "sbi/openapi/external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "metrics/prometheus/json_pager.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPILinksH_
#include <string.h>
#include "../openapi/external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../openapi/include/list.h"
#include "../openapi/include/keyValuePair.h"

View file

@ -1,7 +1,7 @@
#ifndef OGS_SBI_LIST_H
#define OGS_SBI_LIST_H
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "ogs-core.h"
#ifdef __cplusplus

View file

@ -19,7 +19,6 @@ libsbi_openapi_sources = files('''
src/list.c
src/apiKey.c
src/binary.c
external/cJSON.c
model/_application_data_influence_data_subs_to_notify_post_request_inner.c
model/_sm_policies_post_200_response.c
@ -1864,11 +1863,11 @@ endif
libsbi_openapi = library('ogssbi-openapi',
version : libogslib_version,
include_directories : [libsbi_openapi_inc, libinc],
dependencies : libcore_dep,
dependencies : libogscjson_dep,
link_whole : libsbi_openapi_static_libs,
install : true)
libsbi_openapi_dep = declare_dependency(
link_with : libsbi_openapi,
include_directories : [libsbi_openapi_inc, libinc],
dependencies : libcore_dep)
dependencies : libogscjson_dep)

View file

@ -8,7 +8,7 @@
#define _OpenAPI__application_data_influence_data_subs_to_notify_post_request_inner_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI__sm_policies_post_200_response_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_a2x_capability_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_a2x_context_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_a2x_information_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_a2x_subscription_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_a2x_subscription_data_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aanf_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_abnormal_behaviour_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acc_net_ch_id_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acc_net_charging_address_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acceptable_service_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_and_mobility_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_and_mobility_subscription_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_and_mobility_subscription_data_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_net_charging_identifier_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_network_id_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_right_status_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_state_transition_type_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_tech_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_token_err_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_token_req_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_token_req_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_access_type_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_accu_usage_report_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_accumulated_usage_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_accuracy_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_accuracy_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_accuracy_req_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acknowledge_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acs_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acs_info_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_acs_info_rm_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_activation_status_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_add_flow_description_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_access_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_data_ref_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_ee_subs_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_measurement_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_qos_flow_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_smf_selection_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_snssai_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_additional_snssai_data_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_addr_fqdn_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_address_list_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_adm_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_adrf_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aerial_ue_indication_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aerial_ue_subscription_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aerial_ue_subscription_info_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_authorization_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_coordination_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_event_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_event_exposure_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_event_notification_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_event_subscription_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_external_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_header_handling_control_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_header_handling_control_info_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_notif_method_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_req_default_qo_s_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_request_authorization_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_requested_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_requested_qos_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_routing_requirement_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_routing_requirement_rm_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_sfc_requirement_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_af_sig_protocol_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aggregation_level_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aiot_area_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aiot_area_id_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aiot_dev_profile_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aiot_dev_profile_data_list_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_aiotf_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_allowed_mbs_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_allowed_mtc_provider_info_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_allowed_nssai_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_allowed_service_operation_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_allowed_snssai_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_allowed_target_aiot_device_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_alt_qos_param_set_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_alt_report_event_trigger_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_alternative_qos_profile_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_alternative_service_requirements_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_am_influ_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_am_influ_event_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_am_policy_data_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_am_policy_data_patch_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_am_policy_info_container_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_am_requested_value_rep_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_ambr_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_ambr_1_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_ambr_rm_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

View file

@ -8,7 +8,7 @@
#define _OpenAPI_amf3_gpp_access_registration_H_
#include <string.h>
#include "../external/cJSON.h"
#include "third-party/cjson/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"

Some files were not shown because too many files have changed in this diff Show more