IQosFlowClassifier

Package: simu5g.stack.sdap

IQosFlowClassifier

module interface

Interface for the UE's uplink QoS-flow classifier (see QosFlowClassifier).

Inheritance diagram

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

Implemented by

Name Type Description
QosFlowClassifier simple module

Classifies a UE's uplink packets to QoS flows: the uplink counterpart of TrafficFlowFilter's QFI assignment, sitting where uplink traffic enters the UE's stack just as the TFF sits where downlink traffic enters the tunnel at the core network. Each direction is classified once, at its ingress.

Used in compound modules

Name Type Description
NrNicUe compound module

Defines a User Equipment (UE) network interface card that supports both LTE and NR (New Radio) technologies. It extends the LteNicUe module by adding additional submodules and parameters to support NR-specific functionalities. D2D support is added by the NrNicUeD2D subtype.

Properties

Name Value Description
display i=block/classifier

Source code

//
// Interface for the UE's uplink QoS-flow classifier (see ~QosFlowClassifier).
//
moduleinterface IQosFlowClassifier
{
    parameters:
        @display("i=block/classifier");
    gates:
        input upperLayerIn;
        output lowerLayerOut;
}
File: src/simu5g/stack/sdap/IQosFlowClassifier.ned