arch: DB schema Changes (#796)

- New function : NSSF
- New feature : SMF selection
This commit is contained in:
Sukchan Lee 2021-03-08 21:25:09 +09:00
parent c6bfbed922
commit 9af4268bab
691 changed files with 40727 additions and 18985 deletions

View file

@ -22,12 +22,14 @@ typedef struct OpenAPI_pp_dl_packet_count_ext_s {
char *af_instance_id;
int reference_id;
char *validity_time;
char *mtc_provider_information;
} OpenAPI_pp_dl_packet_count_ext_t;
OpenAPI_pp_dl_packet_count_ext_t *OpenAPI_pp_dl_packet_count_ext_create(
char *af_instance_id,
int reference_id,
char *validity_time
char *validity_time,
char *mtc_provider_information
);
void OpenAPI_pp_dl_packet_count_ext_free(OpenAPI_pp_dl_packet_count_ext_t *pp_dl_packet_count_ext);
OpenAPI_pp_dl_packet_count_ext_t *OpenAPI_pp_dl_packet_count_ext_parseFromJSON(cJSON *pp_dl_packet_count_extJSON);