We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252e7fa commit 1a247f5Copy full SHA for 1a247f5
include/srsran/rrc/rrc.h
@@ -26,18 +26,6 @@ enum ue_context_release_cause : uint16_t {
26
nulltype = 5
27
};
28
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
41
/// This interface represents the data entry point for the RRC receiving PDUs on the UL-CCCH logical channel.
42
/// The lower-layers will use this class to pass PDUs into the RRC.
43
class rrc_ul_ccch_pdu_handler
0 commit comments