PacketFlowObserverEnb

Package: simu5g.stack.packetFlowObserver

PacketFlowObserverEnb

simple module

This module is responsible for keeping tracking the flow of SDUs in the stack, and compute statistics from them. It is passive observer of the packet flow. Its main user is MEC services.

Inheritance diagram

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

Parameters

Name Type Default value Description
macModule string "^.mac"
pdcpModule string "^"
rlcModule string "^"
isNrObserver bool false
pfmType string "PacketFlowObserverEnb"

Properties

Name Value Description
class PacketFlowObserverEnb

Source code

//
// This module is responsible for keeping tracking the flow of SDUs in the stack,
// and compute statistics from them. It is passive observer of the packet flow.
// Its main user is MEC services.
//
simple PacketFlowObserverEnb like IPacketFlowObserver
{
    @class("PacketFlowObserverEnb");

    string macModule = default("^.mac");
    string pdcpModule = default("^");
    string rlcModule = default("^");
    bool isNrObserver = default(false);
    string pfmType = default("PacketFlowObserverEnb");
}

File: src/simu5g/stack/packetFlowObserver/PacketFlowObserverEnb.ned