|
|
@ -235,7 +235,7 @@ void spgw::gtpu::handle_sgi_pdu(srsran::unique_byte_buffer_t msg)
|
|
|
|
m_gtpc->send_downlink_data_notification(spgw_teid);
|
|
|
|
m_gtpc->send_downlink_data_notification(spgw_teid);
|
|
|
|
m_gtpc->queue_downlink_packet(spgw_teid, std::move(msg));
|
|
|
|
m_gtpc->queue_downlink_packet(spgw_teid, std::move(msg));
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
} else if (usr_found == false && ctr_found == true) {
|
|
|
|
} else if (usr_found == true && ctr_found == false) {
|
|
|
|
m_logger.error("User plane tunnel found without a control plane tunnel present.");
|
|
|
|
m_logger.error("User plane tunnel found without a control plane tunnel present.");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
send_s1u_pdu(enb_fteid, msg.get());
|
|
|
|
send_s1u_pdu(enb_fteid, msg.get());
|
|
|
|