IBearerManagement

Package: simu5g.stack.rrc

IBearerManagement

module interface

Interface for the bearer management component of the IRrc layer: creates and tears down the PDCP, RLC and MAC entities of data radio bearers.

An alternative implementation can change how a bearer is laid out over the node's stack legs -- e.g. how many legs a bearer has, and which leg each of its PDCP/RLC entities is installed on. See BearerManagement for the model that implements the LTE / NR dual connectivity layout.

Inheritance diagram

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

Implemented by

Name Type Description
BearerManagement simple module

RRC Bearer Management — creates and tears down PDCP, RLC and MAC entities for data radio bearers.

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/control

Source code

//
// Interface for the bearer management component of the ~IRrc layer: creates and
// tears down the PDCP, RLC and MAC entities of data radio bearers.
//
// An alternative implementation can change how a bearer is laid out over the
// node's stack legs -- e.g. how many legs a bearer has, and which leg each of
// its PDCP/RLC entities is installed on. See ~BearerManagement for the model
// that implements the LTE / NR dual connectivity layout.
//
moduleinterface IBearerManagement
{
    parameters:
        @display("i=block/control");
}
File: src/simu5g/stack/rrc/IBearerManagement.ned