mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +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
|
|
@ -51,6 +51,9 @@ char *ogs_sbi_gmtime_string(ogs_time_t time);
|
|||
char *ogs_sbi_timezone_string(int tm_offset);
|
||||
bool ogs_sbi_time_from_string(ogs_time_t *time, char *str);
|
||||
|
||||
char *ogs_sbi_s_nssai_to_string(ogs_s_nssai_t *s_nssai);
|
||||
bool ogs_sbi_s_nssai_from_string(ogs_s_nssai_t *s_nssai, char *str);
|
||||
|
||||
OpenAPI_plmn_id_t *ogs_sbi_build_plmn_id(ogs_plmn_id_t *plmn_id);
|
||||
bool ogs_sbi_parse_plmn_id(
|
||||
ogs_plmn_id_t *plmn_id, OpenAPI_plmn_id_t *PlmnId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue