Skip to content

Commit 512ddf1

Browse files
committed
LteAirFrame: added a brief desctiption -- TODO refine!
1 parent 899f895 commit 512ddf1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/simu5g/stack/phy/packet/LteAirFrame.msg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ import simu5g.stack.phy.packet.AirFrame;
1414
cplusplus {{
1515
#include "simu5g/common/LteCommon.h" // for RemoteUnitPhyDataVector
1616
}}
17-
17+
1818
namespace simu5g;
1919

2020
//
21-
// This is LteAirFrame.
21+
// Represents a transport block (TB) carrying a MAC PDU, as transmitted
22+
// in the PDSCH / PUSCH channel. In the simulation, a MAC PDU
23+
// (LteMacPdu) travels encapsulated within an LteAirFrame.
2224
//
2325
packet LteAirFrame extends AirFrame {
2426
@customize(true);

0 commit comments

Comments
 (0)