LteRac

Namespace simu5g

LteRac

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
FieldsChunk class (no description)

Fields

Name Type Description
success bool

meaningful only for DL (response) RAC packets : if true RAC request has been admitted.

chunkLength

TODO: size 0

Source code

class LteRac extends inet::FieldsChunk
{
    // meaningful only for DL (response) RAC packets : if true RAC request has been admitted.
    bool success;
    chunkLength = inet::B(1); // TODO: size 0
}
File: src/stack/mac/packet/LteRac.msg