LOG_I(GNB_APP,"F1AP: CU_ip4_address in DU %s\n",RC.nrmac[k]->eth_params_n.remote_addr);
LOG_I(GNB_APP,"FIAP: CU_ip4_address in DU %p, strlen %d\n",F1AP_SETUP_REQ(msg_p).CU_f1_ip_address.ipv4_address,(int)strlen(RC.nrmac[k]->eth_params_n.remote_addr));
LOG_D(NR_RRC,"The remote tunnel IP address of the DU is: %u.%u.%u.%u \n",create_tunnel_req.dst_addr[i].buffer[0],create_tunnel_req.dst_addr[i].buffer[1],create_tunnel_req.dst_addr[i].buffer[2],create_tunnel_req.dst_addr[i].buffer[3]);