* eNB has been found in list, consider the x2 setup request as a reset connection,
* * * * reseting any previous UE state if sctp association is != than the previous one
*/
if(x2ap_eNB_data->assoc_id!=assoc_id){
/*
* ??: Send an overload cause...
*/
X2AP_ERROR("Rejecting x2 setup request as eNB id %d is already associated to an active sctp association""Previous known: %d, new one: %d\n",eNB_id,x2ap_eNB_data->assoc_id,assoc_id);
// Panos: Here we should be calling an ENDC specific setup_failure function instead
* eNB has been found in list, consider the x2 setup request as a reset connection,
* * * * reseting any previous UE state if sctp association is != than the previous one
*/
if(x2ap_eNB_data->assoc_id!=assoc_id){
/*
* ??: Send an overload cause...
*/
X2AP_ERROR("Rejecting x2 setup request as eNB id %d is already associated to an active sctp association""Previous known: %d, new one: %d\n",gNB_id,x2ap_eNB_data->assoc_id,assoc_id);
// Panos: Here we should be calling an ENDC specific setup_failure function instead