mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-18 12:53:03 +00:00
[PFCP/GTP] SEID/TEID Randomness (#1303)
This commit is contained in:
@@ -38,9 +38,9 @@ static ogs_core_context_t self = {
|
||||
|
||||
void ogs_core_initialize(void)
|
||||
{
|
||||
ogs_mem_init();
|
||||
ogs_log_init();
|
||||
ogs_pkbuf_init();
|
||||
ogs_mem_init();
|
||||
ogs_socket_init();
|
||||
ogs_tlv_init();
|
||||
|
||||
@@ -56,9 +56,9 @@ void ogs_core_terminate(void)
|
||||
{
|
||||
ogs_tlv_final();
|
||||
ogs_socket_final();
|
||||
ogs_mem_final();
|
||||
ogs_pkbuf_final();
|
||||
ogs_log_final();
|
||||
ogs_mem_final();
|
||||
}
|
||||
|
||||
ogs_core_context_t *ogs_core(void)
|
||||
|
||||
Reference in New Issue
Block a user