Skip to content

Commit 1bfa904

Browse files
robertfalkenbergcodebot
authored andcommitted
f1u: remove unused adapter
1 parent f066a33 commit 1bfa904

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/srsran/f1u/local_connector/f1u_local_bearer_adapter.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ class f1u_dl_local_adapter : public srs_cu_up::f1u_tx_pdu_notifier
7070
optional<up_transport_layer_info> dl_tnl_info;
7171
};
7272

73-
class f1u_tx_delivery_local_adapter : public srs_cu_up::f1u_rx_delivery_notifier
74-
{
75-
public:
76-
void attach_du_handler(srs_du::f1u_rx_pdu_handler& handler_) { handler = &handler_; }
77-
void on_transmit_notification(uint32_t highest_pdcp_sn) override {}
78-
void on_delivery_notification(uint32_t highest_pdcp_sn) override {}
79-
80-
private:
81-
srs_du::f1u_rx_pdu_handler* handler = nullptr;
82-
};
83-
8473
class f1u_ul_local_adapter : public srs_du::f1u_tx_pdu_notifier
8574
{
8675
public:

0 commit comments

Comments
 (0)