There was an error while loading. Please reload this page.
1 parent 899f895 commit 512ddf1Copy full SHA for 512ddf1
1 file changed
src/simu5g/stack/phy/packet/LteAirFrame.msg
@@ -14,11 +14,13 @@ import simu5g.stack.phy.packet.AirFrame;
14
cplusplus {{
15
#include "simu5g/common/LteCommon.h" // for RemoteUnitPhyDataVector
16
}}
17
-
+
18
namespace simu5g;
19
20
//
21
-// This is LteAirFrame.
+// 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.
24
25
packet LteAirFrame extends AirFrame {
26
@customize(true);
0 commit comments