You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
faluco 54fab314c0 Enhance RRC eNB events:
- Implement a common event "log_rrc" for all RRC events and discriminate by procedure using an enum.
- Log events for connection, reestablishment, reconfig, reject and release.
- Log the corresponding ASN1 message used by each procedure.
- Redefine the JSON object for this event to match the new structure.

Fixed a compilation error detected by the static analyzer in gcc9.3 where bounded_vector::data() was using taking the address of the internal buffer which confused it, prefer to use the data method of std::array.
4 years ago
..
mac_controller.h rename srsLTE to srsRAN 4 years ago
rrc.h all: check return value of make_byte_buffer() and handle them safely 4 years ago
rrc_bearer_cfg.h gtpu - added comments, updated expected construct, handled in rrc the case a gtpu teid fails to allocate 4 years ago
rrc_cell_cfg.h rename srsLTE to srsRAN 4 years ago
rrc_config.h rename srsLTE to srsRAN 4 years ago
rrc_config_common.h rename srsLTE to srsRAN 4 years ago
rrc_metrics.h rename srsLTE to srsRAN 4 years ago
rrc_mobility.h refactor - increase code reuse in adt files 4 years ago
rrc_nr.h all: check return value of make_byte_buffer() and handle them safely 4 years ago
rrc_ue.h Enhance RRC eNB events: 4 years ago
ue_meas_cfg.h rename srsLTE to srsRAN 4 years ago
ue_rr_cfg.h rename srsLTE to srsRAN 4 years ago