mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
parent
deef017dfe
commit
ed68d0b016
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ void mme_context_final(void)
|
|||
mme_csmap_remove_all();
|
||||
mme_vlr_remove_all();
|
||||
mme_sgsn_remove_all();
|
||||
mme_hssmap_remove_all();
|
||||
|
||||
ogs_assert(self.enb_addr_hash);
|
||||
ogs_hash_destroy(self.enb_addr_hash);
|
||||
|
|
@ -190,6 +191,7 @@ void mme_context_final(void)
|
|||
ogs_pool_final(&mme_pgw_pool);
|
||||
ogs_pool_final(&mme_csmap_pool);
|
||||
ogs_pool_final(&mme_vlr_pool);
|
||||
ogs_pool_final(&mme_hssmap_pool);
|
||||
|
||||
context_initialized = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue