Cleanup dead NGAP code

The goal of this commit is to keep the NGAP library tidy and
remove all handlers that are not currently implemented and other
dead code.
This commit is contained in:
Guido Casati
2025-10-20 09:10:25 +02:00
committed by Guido Casati
parent f4c4e02d78
commit 711c632001
7 changed files with 4 additions and 90 deletions

View File

@@ -420,7 +420,6 @@ add_library(ngap
${NGAP_DIR}/ngap_gNB_pdu_session_management.c
${NGAP_DIR}/ngap_gNB_nnsf.c
${NGAP_DIR}/ngap_gNB_overload.c
${NGAP_DIR}/ngap_gNB_trace.c
${NGAP_DIR}/ngap_gNB_ue_context.c
${NGAP_DIR}/ngap_gNB_NRPPa_transport_procedures.c
)