FlowControlInfo
Namespace simu5g
FlowControlInfo
class@class FlowControlInfo @brief Contains flow information in layers above the MAC
Extends
| Name | Type | Description |
|---|---|---|
| LteControlInfo | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| drbId | DrbId |
DRB (Data Radio Bearer) identifier |
| d2dGroupId | MacNodeId |
D2D groupcast destination: the Binder's id for the multicast IP address; NODEID_NONE = not a groupcast flow |
Source code
// // @class FlowControlInfo // @brief Contains flow information in layers above the MAC // class FlowControlInfo extends LteControlInfo { DrbId drbId; // DRB (Data Radio Bearer) identifier MacNodeId d2dGroupId = NODEID_NONE; // D2D groupcast destination: the Binder's id for the multicast IP address; NODEID_NONE = not a groupcast flow }File: src/simu5g/common/LteControlInfo.msg