srsLTE/lib/test
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
2020-09-03 15:00:36 +02:00
..
adt integrated new observer pattern into phy controller fsm 2020-08-24 22:10:32 +01:00
asn1 added nr gnb and ue interfaces 2020-05-25 11:48:16 +01:00
common fsm refactor. 2020-08-18 16:07:21 +01:00
mac pdu: refactor MAC PDU class 2020-09-03 15:00:36 +02:00
phy Refactor decision for extended CSI/SRS 2020-09-03 10:45:06 +02:00
srslog Import srslog into srsue (#1556) 2020-07-22 16:04:18 +02:00
upper Import of srslog into srsepc and srsenb. (#1574) 2020-07-30 19:17:23 +02:00
CMakeLists.txt creation of a scope exit standalone file. Created a new folder ADT. Added test for scope exit. 2020-08-10 17:23:43 +01:00