Skip to content

Commit 1a247f5

Browse files
FabianEckermannFabian Eckermann
authored andcommitted
cu_cp, rrc: remove unused code
1 parent 252e7fa commit 1a247f5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

include/srsran/rrc/rrc.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ enum ue_context_release_cause : uint16_t {
2626
nulltype = 5
2727
};
2828

29-
/// Interface to inform about changes to the AMF state.
30-
class rrc_amf_connection_handler
31-
{
32-
public:
33-
virtual ~rrc_amf_connection_handler() = default;
34-
35-
/// \brief Handle a successful AMF connection.
36-
virtual void handle_amf_connection() = 0;
37-
/// \brief Handle a dropped AMF connection.
38-
virtual void handle_amf_connection_drop() = 0;
39-
};
40-
4129
/// This interface represents the data entry point for the RRC receiving PDUs on the UL-CCCH logical channel.
4230
/// The lower-layers will use this class to pass PDUs into the RRC.
4331
class rrc_ul_ccch_pdu_handler

0 commit comments

Comments
 (0)