LteHarqFeedbackMirror

Namespace simu5g

LteHarqFeedbackMirror

class

(no description)

Extends

Name Type Description
LteHarqFeedback (unknown -- not in documented files)

Fields

Name Type Description
d2dFeedback
d2dSenderId MacNodeId

Id of the D2D Transmitter

d2dReceiverId MacNodeId

Id of the D2D Receiver

pduLength long

Length (in bytes) of the corresponding PDU

Source code

class LteHarqFeedbackMirror extends LteHarqFeedback
{
    d2dFeedback = true;

    // Id of the D2D Transmitter
    MacNodeId d2dSenderId;
    // Id of the D2D Receiver
    MacNodeId d2dReceiverId;
    // Length (in bytes) of the corresponding PDU
    long pduLength;
}
File: src/stack/mac/packet/LteHarqFeedback.msg