mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
Add PCF(Policy Control Function)
This commit is contained in:
parent
fb95725ca4
commit
198abc6e8b
299 changed files with 29050 additions and 1075 deletions
|
|
@ -17,16 +17,11 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct OpenAPI_presence_state_s OpenAPI_presence_state_t;
|
||||
typedef struct OpenAPI_presence_state_s {
|
||||
} OpenAPI_presence_state_t;
|
||||
typedef enum { OpenAPI_presence_state_NULL = 0, OpenAPI_presence_state_IN_AREA, OpenAPI_presence_state_OUT_OF_AREA, OpenAPI_presence_state_UNKNOWN, OpenAPI_presence_state_INACTIVE } OpenAPI_presence_state_e;
|
||||
|
||||
OpenAPI_presence_state_t *OpenAPI_presence_state_create(
|
||||
);
|
||||
void OpenAPI_presence_state_free(OpenAPI_presence_state_t *presence_state);
|
||||
OpenAPI_presence_state_t *OpenAPI_presence_state_parseFromJSON(cJSON *presence_stateJSON);
|
||||
cJSON *OpenAPI_presence_state_convertToJSON(OpenAPI_presence_state_t *presence_state);
|
||||
OpenAPI_presence_state_t *OpenAPI_presence_state_copy(OpenAPI_presence_state_t *dst, OpenAPI_presence_state_t *src);
|
||||
char* OpenAPI_presence_state_ToString(OpenAPI_presence_state_e presence_state);
|
||||
|
||||
OpenAPI_presence_state_e OpenAPI_presence_state_FromString(char* presence_state);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue