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.
Andre Puschmann d48bc8837e pdu: refactor MAC PDU class
this patch refactors the MAC PDU class, the main changes are:

* add to_string() method to pretty print PDU and subheaders
  This allows to have a single log entry per MAC PDU with all its
  contents.
  It removes the C-style fprint() method

* Simplity payload vs. w_payload_ce
  Before we've used payload when reading the PDU and w_payload_ce
  as a buffer when writing. In all getters we needed to differentiate
  between both. Now payload points to w_payload_ce initially and is
  only updated when parsing a new PDU.

* add various helpers, e.g. to get subheader index, update a BSR, ..

* fix PDU test to use new to_string() method
4 years ago
..
adt integrated new observer pattern into phy controller fsm 4 years ago
asn1 SRSENB: fix MAC pending PHY config 5 years ago
common LTO compiler and linker fixes (#1676) 4 years ago
interfaces SRSENB: implement console cell_gain command 4 years ago
mac pdu: refactor MAC PDU class 4 years ago
phy Refactor decision for extended CSI/SRS 4 years ago
radio Radio: added locks to protect sample rate change concurrent access 4 years ago
rrc using new rrc obj id util methods in handover code 5 years ago
srslog Import srslog into srsue (#1556) 5 years ago
test rlc: revisit interface for MAC and RRC 5 years ago
upper rlc: remove timers and sdu queue length from RLC TM ctor 4 years ago
CMakeLists.txt Updated copyright 5 years ago
build_info.h.in Updated copyright 5 years ago
config.h Updated copyright 5 years ago
srslte.h Initial Wiener channel estimator 5 years ago
version.h.in Updated copyright 5 years ago