Tbs

Namespace simu5g

Tbs

class

Transport Block Size

Source code

/// Transport Block Size
class Tbs
{
    @existingClass; // typedef unsigned short Tbs;
    @descriptor(false);
    @primitive;
    @castFunction(false);
    @fromString(string2int64($));
    @toString(int642string($));
    @defaultValue(0);
    @toValue((omnetpp::intval_t)($));
    @fromValue(omnetpp::checked_int_cast<int64_t>($.intValue()));
}

File: src/simu5g/common/LteCommon.msg