mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Merge remote-tracking branch 'aswanthkc/issue-911-fix-3' into integration_2026_w27
Cleanup: NGAP reconnection debug log (#227) I was using this print statement just for debugging Also this debug statement should be shown only after reconnecting not at the first connection. Reviewed-by: Robert Schmidt <robert.schmidt@openairinterface.org>
This commit is contained in:
@@ -70,7 +70,6 @@ void ngap_handle_ng_setup_message(ngap_gNB_amf_data_t *amf_desc_p, int sctp_shut
|
||||
if (amf_desc_p->t_reconnect != -1 && amf_desc_p->ngap_gNB_instance->ngap_amf_associated_nb > 0) {
|
||||
timer_remove(amf_desc_p->t_reconnect);
|
||||
amf_desc_p->t_reconnect = -1;
|
||||
NGAP_INFO("reconnected to AMF\n");
|
||||
}
|
||||
|
||||
/* Check that at least one setup message is pending */
|
||||
|
||||
Reference in New Issue
Block a user