[Release-17] Upgrade SBI to v17.x.0

This commit is contained in:
Sukchan Lee 2023-03-01 19:56:49 +09:00
parent 969c116e77
commit 4d44b1843e
1687 changed files with 121604 additions and 9310 deletions

View file

@ -17,7 +17,7 @@
extern "C" {
#endif
typedef enum { OpenAPI_location_accuracy_any_of_NULL = 0, OpenAPI_location_accuracy_any_of_CELL_LEVEL, OpenAPI_location_accuracy_any_of_TA_LEVEL, OpenAPI_location_accuracy_any_of_N3IWF_LEVEL, OpenAPI_location_accuracy_any_of_UE_IP, OpenAPI_location_accuracy_any_of_UE_PORT } OpenAPI_location_accuracy_any_of_e;
typedef enum { OpenAPI_location_accuracy_any_of_NULL = 0, OpenAPI_location_accuracy_any_of_CELL_LEVEL, OpenAPI_location_accuracy_any_of_RAN_NODE_LEVEL, OpenAPI_location_accuracy_any_of_TA_LEVEL, OpenAPI_location_accuracy_any_of_N3IWF_LEVEL, OpenAPI_location_accuracy_any_of_UE_IP, OpenAPI_location_accuracy_any_of_UE_PORT } OpenAPI_location_accuracy_any_of_e;
char* OpenAPI_location_accuracy_any_of_ToString(OpenAPI_location_accuracy_any_of_e location_accuracy_any_of);