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 added nr gnb and ue interfaces 5 years ago
common fsm refactor. 4 years ago
mac pdu: refactor MAC PDU class 4 years ago
phy Refactor decision for extended CSI/SRS 4 years ago
srslog Import srslog into srsue (#1556) 4 years ago
upper Import of srslog into srsepc and srsenb. (#1574) 4 years ago
CMakeLists.txt creation of a scope exit standalone file. Created a new folder ADT. Added test for scope exit. 4 years ago