mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
initial routine refined
This commit is contained in:
parent
3b8626069e
commit
afcddbd798
5 changed files with 30 additions and 38 deletions
|
|
@ -28,11 +28,11 @@ struct s6a_fd_config_t {
|
|||
extern struct s6a_fd_config_t *s6a_fd_config;
|
||||
|
||||
CORE_DECLARE(status_t) s6a_fd_hss_init();
|
||||
CORE_DECLARE(void) s6a_fd_hss_final();
|
||||
CORE_DECLARE(status_t) s6a_fd_mme_init();
|
||||
CORE_DECLARE(void) s6a_fd_final();
|
||||
CORE_DECLARE(void) s6a_fd_mme_final();
|
||||
|
||||
CORE_DECLARE(status_t) s6a_fd_config_apply();
|
||||
CORE_DECLARE(void) s6a_fd_config_init();
|
||||
CORE_DECLARE(char *) s6a_fd_hss_config();
|
||||
CORE_DECLARE(char *) s6a_fd_mme_config();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue