X2NodeId

Namespace simu5g

X2NodeId

class

X2 node ID. It is equal to the eNodeB MAC Cell ID

Source code

/// X2 node ID. It is equal to the eNodeB MAC Cell ID
class X2NodeId
{
    @existingClass; // typedef MacNodeId X2NodeId;
    @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