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
..
hdr Enhance RRC eNB events: 4 years ago
src Enhance RRC eNB events: 4 years ago
test s1ap unit test - add correct cause to erab modify response when erab-id is not recognized 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
drb.conf.example Fix issue in getting PDCP discard timer from configs 4 years ago
enb.conf.example fixing sched config parameters 4 years ago
rr.conf.example change default sib and rr conf PUCCH-specific default values to decrease the size of PUCCH 4 years ago
sib.conf.example change default sib and rr conf PUCCH-specific default values to decrease the size of PUCCH 4 years ago
sib.conf.mbsfn.example updating sib13 config for mbms, fixing small bug with metrics 4 years ago