IDrbTable

Package: simu5g.stack.rrc

IDrbTable

module interface

Interface for the data radio bearer configuration table of the RRC layer.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Implemented by

Name Type Description
DrbTable simple module

The node's data radio bearer configuration: one descriptor per bearer, holding the bearer's SDAP configuration and the RLC/logical-channel configuration of its radio bearer (modeled on the DRB-ToAddMod and RLC-BearerConfig records of TS 38.331).

Used in compound modules

Name Type Description
Rrc compound module

RRC (Radio Resource Control) layer for LTE/NR networks.

Properties

Name Value Description
display i=block/table

Source code

//
// Interface for the data radio bearer configuration table of the RRC layer.
//
moduleinterface IDrbTable
{
    parameters:
        @display("i=block/table");
}
File: src/simu5g/stack/rrc/IDrbTable.ned