IRegistration

Package: simu5g.stack.rrc

IRegistration

module interface

Interface for the registration component of the IRrc layer: registers the node (and its stack legs) with the Binder, sets up the network interface, and joins multicast groups.

Inheritance diagram

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

Implemented by

Name Type Description
Registration simple module

RRC Registration — registers the node with the Binder, sets up the network interface, and joins multicast groups.

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 registration component of the ~IRrc layer: registers the
// node (and its stack legs) with the ~Binder, sets up the network interface,
// and joins multicast groups.
//
moduleinterface IRegistration
{
    parameters:
        @display("i=block/control");
}
File: src/simu5g/stack/rrc/IRegistration.ned