open5gs/tests/handover
Sukchan Lee 1fa8e5468e [AMF/MME] Fix handover failing due to GNB/eNBID hash table handling (#3569)
Resolved an issue where Handover was failing when attempting to handover
from GNB-ID/eNB-ID 1 to GNB-ID/eNB-ID 0.

The problem occurred because the hash table managing GNB_ID values would
remove any entry with the default GNB-ID/eNB-ID of 0 before re-adding entries.

Consequently, any GNB/eNB configured with a GNB-ID/eNB-ID of 0
would be inadvertently deleted whenever another GNB was added.

This fix modifies the handling of the hash table to prevent the default
GNB-ID/eNB-ID (0) from being removed unintentionally, allowing handovers
between GNB-ID/eNB-ID 0 and other GNBs/eNBs to proceed without error.
2024-11-14 16:26:49 +09:00
..
5gc-n2-test.c [AMF/MME] Fix handover failing due to GNB/eNBID hash table handling (#3569) 2024-11-14 16:26:49 +09:00
5gc-xn-test.c [AMF] Registation status update and tests 2024-09-03 22:09:56 +09:00
abts-main.c feat: Add N2-Handover 2021-01-28 14:23:54 -05:00
epc-s1-test.c [MME] Problem keep changing PDN-Type (#3209) 2024-05-18 14:01:00 +09:00
epc-x2-test.c [MME] Problem keep changing PDN-Type (#3209) 2024-05-18 14:01:00 +09:00
meson.build feat: Add N2-Handover 2021-01-28 14:23:54 -05:00