mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +00:00
[5GC/EPC] tested with concurrent 500 UEs (#949)
Fix the memory problem in many simulatneous connections test
This commit is contained in:
parent
03e74c93e8
commit
a58214da76
26 changed files with 205 additions and 146 deletions
|
|
@ -40,8 +40,7 @@ void ogs_sbi_context_init(void)
|
|||
|
||||
ogs_log_install_domain(&__ogs_sbi_domain, "sbi", ogs_core()->log.level);
|
||||
|
||||
ogs_sbi_message_init(
|
||||
ogs_app()->pool.sbi_message, ogs_app()->pool.sbi_message);
|
||||
ogs_sbi_message_init(ogs_app()->pool.message, ogs_app()->pool.message);
|
||||
ogs_sbi_server_init(ogs_app()->pool.nf, ogs_app()->pool.event);
|
||||
ogs_sbi_client_init(ogs_app()->pool.event, ogs_app()->pool.event);
|
||||
|
||||
|
|
@ -49,7 +48,7 @@ void ogs_sbi_context_init(void)
|
|||
ogs_pool_init(&nf_instance_pool, ogs_app()->pool.nf);
|
||||
ogs_pool_init(&nf_service_pool, ogs_app()->pool.nf_service);
|
||||
|
||||
ogs_pool_init(&xact_pool, ogs_app()->pool.sbi_message);
|
||||
ogs_pool_init(&xact_pool, ogs_app()->pool.message);
|
||||
|
||||
ogs_list_init(&self.subscription_list);
|
||||
ogs_pool_init(&subscription_pool, ogs_app()->pool.nf_subscription);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue