NrPacketFlowObserverUe

Package: simu5g.stack.packetFlowObserver

NrPacketFlowObserverUe

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 "NrPacketFlowObserverUe"

Properties

Name Value Description
class PacketFlowObserverUe

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 NrPacketFlowObserverUe like IPacketFlowObserver
{
    @class("PacketFlowObserverUe");

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

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