RanNodeType

Namespace simu5g

RanNodeType

enum

Node types on the Radio Access Network. Note that the LTE vs 5G (NR) distinction is usually represented with isNr booleans and/or nodeId/nrNodeId variables being empty or not.

Source code

// Node types on the Radio Access Network. Note that the LTE vs 5G (NR)
// distinction is usually represented with isNr booleans and/or nodeId/nrNodeId
// variables being empty or not.
enum RanNodeType
{
    NODEB = 0; // eNodeB / gNodeB
    UE = 1; // UE
    UNKNOWN_NODE_TYPE = 2;
}


File: src/simu5g/common/LteCommonEnum.msg