Package: simu5g.stack.rrc
IRrc
module interfaceInterface for the RRC (Radio Resource Control) layer of the LTE/NR Stack.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| Rrc | compound module |
RRC (Radio Resource Control) layer for LTE/NR networks. |
| RrcD2D | compound module |
D2D-capable variant of the Rrc layer. It adds the D2D mode controller (which coordinates RLC TX-queue draining across a mode switch) and, on the eNB/gNB side (hasD2DModeSelection==true), the periodic D2D mode selection module. Selected via 'rrc.typename' by the D2D-capable NICs. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| LteNicBase | compound module |
The LteNicBase module serves as the foundational building block for LTE networking in Simu5G. It integrates protocols for LTE communication, including PDCP, RLC, MAC, and PHY layers. This base module allows higher-level modules, such as User Equipment (UE) and eNodeB (evolved Node B), to configure and utilize these layers according to their specific requirements. |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/control |
Source code
// // Interface for the RRC (Radio Resource Control) layer of the LTE/NR Stack. // moduleinterface IRrc { parameters: @display("i=block/control"); }File: src/simu5g/stack/rrc/IRrc.ned