SingleCell_Standalone_D2D

Package: simu5g.simulations.nr.networks

SingleCell_Standalone_D2D

network

SingleCell_Standalone with its UEs split into three vectors, so that a configuration can address cellular terminals (ueCell), D2D transmitters (ueD2DTx) and D2D receivers (ueD2DRx) separately. The rest of the topology is the same: one gNodeB behind an intermediate and an anchor Upf, with a router and a server on the data network, plus numBgCells BackgroundCell interferers.

channelControl : LteChannelControl

Utility module that records the position of each LTE radio module in the network.

Source:
channelControl: LteChannelControl {
    @display("p=50,25;is=s");
} routingRecorder : RoutingTableRecorder
[from inet] ↗

Records changes in the routing tables (~Ipv4RoutingTable) and interface tables (~InterfaceTable) of...

Source:
routingRecorder: RoutingTableRecorder {
    @display("p=50,75;is=s");
} configurator : Ipv4NetworkConfigurator
[from inet] ↗

This module assigns IPv4 addresses and sets up static routing for an IPv4 network.

Source:
configurator: Ipv4NetworkConfigurator {
    @display("p=50,125;is=s");
} binder : Binder

The Binder module functions as a global repository of network-related information utilized...

Source:
binder: Binder {
    @display("p=50,175;is=s");
} bearerConfigurator : BearerConfigurator

Central configurator of the network's data radio bearers.

Source:
bearerConfigurator: BearerConfigurator {
    @display("p=50,225;is=s");
} carrierAggregation : CarrierAggregation

Implements the Carrier Aggregation (CA) functionality used at the Medium Access Control (MAC) layer...

Source:
carrierAggregation: CarrierAggregation {
    @display("p=50,275;is=s");
} server : StandardHost
[from inet] ↗

IPv4 host with SCTP, TCP, UDP layers and applications.

Source:
server: StandardHost {
    @display("p=212,118;is=n;i=device/server");
} router : Router
[from inet] ↗

IPv4 router that supports wireless, Ethernet, PPP and external interfaces.

Source:
router: Router {
    @display("p=363,115;i=device/smallrouter");
} upf : Upf

Implements the 5G Core User Plane Function (UPF).

Source:
upf: Upf {
    @display("p=527,116");
} iUpf : Upf

Implements the 5G Core User Plane Function (UPF).

Source:
iUpf: Upf {
    @display("p=725,118");
} gnb : gNodeB

Implements a gNodeB for a 5G network.

Source:
gnb: gNodeB {
    @display("p=726,277;is=vl");
} bgCell[numBgCells] : BackgroundCell

Implements a lightweight model for a 4G eNodeB or 5G gNodeB for generating configurable inter-cell...

Source:
bgCell[numBgCells]: BackgroundCell {
    @display("p=416,277;is=vl");
} ueCell[numUeCell] : NrUe

Models a User Equipment (UE) for a 5G/LTE network.

Source:
ueCell[numUeCell]: NrUe {
    @display("p=612,316");
} ueD2DTx[numUeD2DTx] : NrUe

Models a User Equipment (UE) for a 5G/LTE network.

Source:
ueD2DTx[numUeD2DTx]: NrUe {
    @display("p=550,423");
} ueD2DRx[numUeD2DRx] : NrUe

Models a User Equipment (UE) for a 5G/LTE network.

Source:
ueD2DRx[numUeD2DRx]: NrUe {
    @display("p=726,423");
}

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Parameters

Name Type Default value Description
numUeCell int 0
numUeD2DTx int 0
numUeD2DRx int 0
numBgCells int 0

Properties

Name Value Description
isNetwork
display i=block/network2;bgb=826,558;bgi=background/pisa

Unassigned submodule parameters

Name Type Default value Description
channelControl.pMax double 20mW

Maximum sending power used for this network (in mW)

channelControl.sat double -110dBm

Signal attenuation threshold (in dBm)

channelControl.alpha double 2

Path loss coefficient

channelControl.carrierFrequency double 2.4GHz

Base carrier frequency of all the channels (in Hz)

channelControl.numChannels int 1

Number of radio channels (frequencies)

routingRecorder.enabled bool true
configurator.minLinkWeight double 1E-3
configurator.configureIsolatedNetworksSeparatly bool false
configurator.config xml xml("")

XML configuration parameters for IP address assignment and adding manual routes

configurator.assignAddresses bool true

assign IP addresses to all interfaces in the network

configurator.assignUniqueAddresses bool true

avoid using the same address and raise an error if not possible

configurator.assignDisjunctSubnetAddresses bool true

avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces

configurator.addStaticRoutes bool true

add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes)

configurator.addDefaultRoutes bool true

add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true)

configurator.addSubnetRoutes bool true

add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true)

configurator.addDirectRoutes bool true

add direct routes (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true)

configurator.optimizeRoutes bool true

optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true)

configurator.dumpTopology bool false

print extracted network topology to the module output

configurator.dumpLinks bool false

print recognized network links to the module output

configurator.dumpAddresses bool false

print assigned IP addresses for all interfaces to the module output

configurator.dumpRoutes bool false

print configured and optimized routing tables for all nodes to the module output

configurator.dumpConfig string ""

write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations)

binder.blerShift int 0
binder.maxDataRatePerRb double 1.16Mbps
binder.printTrafficGeneratorConfig bool false
bearerConfigurator.binderModule string "binder"
bearerConfigurator.staticDrbs object []

JSON array: [{coreNetwork, ue, drbId, profile, mappedQfis, filters, lcg, rlcMode, legs, pduSessionType, upperProtocol, isDefault, suppressSdapHeader, gbr, packetDelayBudget, packetErrorRate, qosPriorityLevel}, ...]; see banner comment for details

bearerConfigurator.onDemandDrbs object [ // JSON array, staticDrbs schema minus "drbId" (and "ue" optional): bearers created when traffic first matches them; the default value lets both stack kinds run unauthored; see banner comment for details {coreNetwork: "epc", filters: ["VoIP*"], lcg: 0, rlcMode: "UM"}, {coreNetwork: "epc", filters: ["gaming*"], lcg: 2, rlcMode: "UM"}, {coreNetwork: "epc", filters: ["VoDPacket*", "VoDFinishPacket*"], lcg: 1, rlcMode: "UM"}, {coreNetwork: "epc", isDefault: true, lcg: 3, rlcMode: "UM"}, {coreNetwork: "5gc", isDefault: true, suppressSdapHeader: true, lcg: 3, rlcMode: "UM"} ]
bearerConfigurator.drbProfiles object {}

JSON map of named field groups referenced by the staticDrbs entries' "profile" field, e.g. {voice: {rlcMode: "UM", gbr: true, ...}, ...}; see banner comment

bearerConfigurator.dlQfiRules object [{dscpAsQfi: true}]

QFI classification rules, delivered to their evaluation sites (see banner comment)

bearerConfigurator.ulQfiRules object []

JSON array of uplink QFI-assignment rules [{ue, filter, qfi|dscpAsQfi}, ...], delivered to the UEs' QoS-flow classifiers; [] = classify nothing

bearerConfigurator.amPerThreshold double 1e-4

QoS-derived RAN defaults for definitions that do not state rlcMode/lcg themselves (operator policy, not spec-mandated: 3GPP standardizes the QoS characteristics, the RAN chooses what to make of them)

bearerConfigurator.lcgPriorityBounds object [25, 50, 75]

Lcg derivation: qosPriorityLevel < bounds[k] -> LCG k, else LCG 3; strictly ascending, one bound between each pair of adjacent LCGs

carrierAggregation.componentCarrier.binderModule string "binder"
carrierAggregation.componentCarrier.carrierFrequency double 2GHz

Carrier Frequency (GHz)

carrierAggregation.componentCarrier.numBands int 6

Number of bands for this channel

carrierAggregation.componentCarrier.numerologyIndex int 0

Numerology index

carrierAggregation.componentCarrier.useTdd bool false
carrierAggregation.componentCarrier.tddNumSymbolsDl int 7
carrierAggregation.componentCarrier.tddNumSymbolsUl int 7
server.status.initialStatus string "UP"

TODO @signal, @statistic

server.pcapRecorder.verbose bool true

whether to log packets on the module output

server.pcapRecorder.pcapFile string ""

the PCAP file to be written

server.pcapRecorder.fileFormat string "pcapng"
server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

server.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

server.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

server.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

server.pcapRecorder.displayStringTextFormat string "rec: %n pks"
server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

server.cb.forwardServiceRegistration bool true
server.cb.forwardProtocolRegistration bool true
server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

server.bl.forwardServiceRegistration bool true
server.bl.forwardProtocolRegistration bool true
server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

server.li.forwardServiceRegistration bool true
server.li.forwardProtocolRegistration bool true
server.eth.bitrate double
server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

server.nl.forwardServiceRegistration bool true
server.nl.forwardProtocolRegistration bool true
server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

server.tn.forwardServiceRegistration bool true
server.tn.forwardProtocolRegistration bool true
server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

server.at.forwardServiceRegistration bool true
server.at.forwardProtocolRegistration bool true
router.status.initialStatus string "UP"

TODO @signal, @statistic

router.pcapRecorder.verbose bool true

whether to log packets on the module output

router.pcapRecorder.pcapFile string ""

the PCAP file to be written

router.pcapRecorder.fileFormat string "pcapng"
router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

router.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

router.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

router.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

router.pcapRecorder.displayStringTextFormat string "rec: %n pks"
router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

router.cb.forwardServiceRegistration bool true
router.cb.forwardProtocolRegistration bool true
router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

router.bl.forwardServiceRegistration bool true
router.bl.forwardProtocolRegistration bool true
router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

router.li.forwardServiceRegistration bool true
router.li.forwardProtocolRegistration bool true
router.eth.bitrate double
router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

router.nl.forwardServiceRegistration bool true
router.nl.forwardProtocolRegistration bool true
router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

router.tn.forwardServiceRegistration bool true
router.tn.forwardProtocolRegistration bool true
router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

router.at.forwardServiceRegistration bool true
router.at.forwardProtocolRegistration bool true
router.bgp.interfaceTableModule string

The path to the InterfaceTable module

router.bgp.routingTableModule string
router.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
upf.status.initialStatus string "UP"

TODO @signal, @statistic

upf.pcapRecorder.verbose bool true

whether to log packets on the module output

upf.pcapRecorder.pcapFile string ""

the PCAP file to be written

upf.pcapRecorder.fileFormat string "pcapng"
upf.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

upf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

upf.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

upf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

upf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

upf.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

upf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

upf.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

upf.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

upf.pcapRecorder.displayStringTextFormat string "rec: %n pks"
upf.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

upf.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

upf.cb.forwardServiceRegistration bool true
upf.cb.forwardProtocolRegistration bool true
upf.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

upf.bl.forwardServiceRegistration bool true
upf.bl.forwardProtocolRegistration bool true
upf.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

upf.li.forwardServiceRegistration bool true
upf.li.forwardProtocolRegistration bool true
upf.eth.bitrate double
upf.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

upf.nl.forwardServiceRegistration bool true
upf.nl.forwardProtocolRegistration bool true
upf.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

upf.tn.forwardServiceRegistration bool true
upf.tn.forwardProtocolRegistration bool true
upf.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

upf.at.forwardServiceRegistration bool true
upf.at.forwardProtocolRegistration bool true
upf.dnPpp.pcapRecorder.verbose bool true

whether to log packets on the module output

upf.dnPpp.pcapRecorder.pcapFile string ""

the PCAP file to be written

upf.dnPpp.pcapRecorder.fileFormat string "pcapng"
upf.dnPpp.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

upf.dnPpp.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

upf.dnPpp.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

upf.dnPpp.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

upf.dnPpp.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

upf.dnPpp.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

upf.dnPpp.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

upf.dnPpp.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

upf.dnPpp.pcapRecorder.displayStringTextFormat string "rec: %n pks"
upf.dnPpp.ppp.interfaceTableModule string

The path to the InterfaceTable module

upf.dnPpp.ppp.displayStringTextFormat string "rate: %b\nsent: %s, rcvd: %r\nqueue: %q, drop: %d"
upf.dnPpp.ppp.sendRawBytes bool false

when true packets are serialized into a sequence of bytes before sending out

upf.dnPpp.ppp.mtu int 4470B
upf.dnPpp.ppp.stopOperationExtraTime double -1s

extra time after lifecycle stop operation finished

upf.dnPpp.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

upf.trafficFlowFilter.binderModule string "binder"
upf.trafficFlowFilter.bearerConfiguratorModule string "bearerConfigurator"

Where a core-network instance registers for QFI-rule delivery

upf.trafficFlowFilter.fastForwarding bool true
upf.gtp_user.binderModule string "binder"
upf.gtp_user.interfaceTableModule string

Path to the InterfaceTable module

upf.gtp_user.ipOutInterface string ""

Optional: manual specification of outgoing interface for received IP

upf.gtp_user.localPort int 31
upf.gtp_user.tunnelPeerPort int 31
iUpf.status.initialStatus string "UP"

TODO @signal, @statistic

iUpf.pcapRecorder.verbose bool true

whether to log packets on the module output

iUpf.pcapRecorder.pcapFile string ""

the PCAP file to be written

iUpf.pcapRecorder.fileFormat string "pcapng"
iUpf.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

iUpf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

iUpf.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

iUpf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

iUpf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

iUpf.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

iUpf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

iUpf.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

iUpf.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

iUpf.pcapRecorder.displayStringTextFormat string "rec: %n pks"
iUpf.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

iUpf.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

iUpf.cb.forwardServiceRegistration bool true
iUpf.cb.forwardProtocolRegistration bool true
iUpf.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

iUpf.bl.forwardServiceRegistration bool true
iUpf.bl.forwardProtocolRegistration bool true
iUpf.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

iUpf.li.forwardServiceRegistration bool true
iUpf.li.forwardProtocolRegistration bool true
iUpf.eth.bitrate double
iUpf.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

iUpf.nl.forwardServiceRegistration bool true
iUpf.nl.forwardProtocolRegistration bool true
iUpf.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

iUpf.tn.forwardServiceRegistration bool true
iUpf.tn.forwardProtocolRegistration bool true
iUpf.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

iUpf.at.forwardServiceRegistration bool true
iUpf.at.forwardProtocolRegistration bool true
iUpf.dnPpp.pcapRecorder.verbose bool true

whether to log packets on the module output

iUpf.dnPpp.pcapRecorder.pcapFile string ""

the PCAP file to be written

iUpf.dnPpp.pcapRecorder.fileFormat string "pcapng"
iUpf.dnPpp.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

iUpf.dnPpp.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

iUpf.dnPpp.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

iUpf.dnPpp.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

iUpf.dnPpp.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

iUpf.dnPpp.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

iUpf.dnPpp.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

iUpf.dnPpp.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

iUpf.dnPpp.pcapRecorder.displayStringTextFormat string "rec: %n pks"
iUpf.dnPpp.ppp.interfaceTableModule string

The path to the InterfaceTable module

iUpf.dnPpp.ppp.displayStringTextFormat string "rate: %b\nsent: %s, rcvd: %r\nqueue: %q, drop: %d"
iUpf.dnPpp.ppp.sendRawBytes bool false

when true packets are serialized into a sequence of bytes before sending out

iUpf.dnPpp.ppp.mtu int 4470B
iUpf.dnPpp.ppp.stopOperationExtraTime double -1s

extra time after lifecycle stop operation finished

iUpf.dnPpp.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

iUpf.trafficFlowFilter.binderModule string "binder"
iUpf.trafficFlowFilter.bearerConfiguratorModule string "bearerConfigurator"

Where a core-network instance registers for QFI-rule delivery

iUpf.trafficFlowFilter.fastForwarding bool true
iUpf.gtp_user.binderModule string "binder"
iUpf.gtp_user.interfaceTableModule string

Path to the InterfaceTable module

iUpf.gtp_user.ipOutInterface string ""

Optional: manual specification of outgoing interface for received IP

iUpf.gtp_user.localPort int 31
iUpf.gtp_user.tunnelPeerPort int 31
gnb.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

gnb.mobility.subjectModule string "^"

module path which determines the subject module, the motion of which this mobility model describes, the default value is the parent module

gnb.mobility.coordinateSystemModule string ""

module path of the geographic coordinate system module

gnb.mobility.displayStringTextFormat string "p: %p\nv: %v"

format string for the mobility module's display string text

gnb.mobility.updateDisplayString bool true

enables continuous update of the subject module's position via modifying its display string

gnb.mobility.constraintAreaMinX double -inf m

min x position of the constraint area, unconstrained by default (negative infinity)

gnb.mobility.constraintAreaMinY double -inf m

min y position of the constraint area, unconstrained by default (negative infinity)

gnb.mobility.constraintAreaMinZ double -inf m

min z position of the constraint area, unconstrained by default (negative infinity)

gnb.mobility.constraintAreaMaxX double inf m

max x position of the constraint area, unconstrained by default (positive infinity)

gnb.mobility.constraintAreaMaxY double inf m

max y position of the constraint area, unconstrained by default (positive infinity)

gnb.mobility.constraintAreaMaxZ double inf m

max z position of the constraint area, unconstrained by default (positive infinity)

gnb.mobility.initialX double uniform(this.constraintAreaMinX, this.constraintAreaMaxX)
gnb.mobility.initialY double uniform(this.constraintAreaMinY, this.constraintAreaMaxY)
gnb.mobility.initialZ double nanToZero(uniform(this.constraintAreaMinZ, this.constraintAreaMaxZ))
gnb.mobility.initialLatitude double nan deg
gnb.mobility.initialLongitude double nan deg
gnb.mobility.initialAltitude double 0m
gnb.mobility.initialHeading double 0deg
gnb.mobility.initialElevation double 0deg
gnb.mobility.initialBank double 0deg
gnb.mobility.initFromDisplayString bool true

enables one time initialization from the subject module's display string

gnb.mobility.updateFromDisplayString bool true

enables continuous update from the subject module's display string for dragging and rotating it

gnb.cellInfo.constraintAreaMinX double -1m/0

The minimum X-coordinate of the area constraint, unconstrained by default

gnb.cellInfo.constraintAreaMinY double -1m/0

The minimum Y-coordinate of the area constraint, unconstrained by default

gnb.cellInfo.constraintAreaMaxX double 1m/0

The maximum X-coordinate of the area constraint, unconstrained by default

gnb.cellInfo.constraintAreaMaxY double 1m/0

The maximum Y-coordinate of the area constraint, unconstrained by default

gnb.cellInfo.beaconInterval double 1s

Interval for sending broadcast messages (used for handover or DAS)

gnb.cellInfo.microCell bool false

Type of eNodeB (MICRO / MACRO) - valid only for eNodeBs

gnb.cellInfo.rbyDl int 12

Number of sub-carriers per RB in DL

gnb.cellInfo.rbyUl int 12

Number of sub-carriers per RB in UL

gnb.cellInfo.rbxDl int 7

Number of OFDM symbols per slot in DL

gnb.cellInfo.rbxUl int 7

Number of OFDM symbols per slot in UL

gnb.cellInfo.rbPilotDl int 3

Number of pilot Resource Elements per RB in DL

gnb.cellInfo.rbPilotUl int 0

Number of pilot Resource Elements per RB in UL

gnb.cellInfo.signalDl int 1

Number of signaling symbols for each Resource Block in DL

gnb.cellInfo.signalUl int 1

Number of signaling symbols for each Resource Block in UL

gnb.cellInfo.numPreferredBands int 1

Number of preferred bands to use (relevant only in PREFERRED mode)

gnb.cellInfo.binderModule string "binder"
gnb.collector.collectorType string

One of "eNBStatsCollector", "gNBStatsCollector", "ueStatsCollector", "NrUeStatsCollector"

gnb.pppIf.pcapRecorder.verbose bool true

whether to log packets on the module output

gnb.pppIf.pcapRecorder.pcapFile string ""

the PCAP file to be written

gnb.pppIf.pcapRecorder.fileFormat string "pcapng"
gnb.pppIf.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

gnb.pppIf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

gnb.pppIf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

gnb.pppIf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

gnb.pppIf.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

gnb.pppIf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

gnb.pppIf.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

gnb.pppIf.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

gnb.pppIf.pcapRecorder.displayStringTextFormat string "rec: %n pks"
gnb.pppIf.ppp.interfaceTableModule string

The path to the InterfaceTable module

gnb.pppIf.ppp.displayStringTextFormat string "rate: %b\nsent: %s, rcvd: %r\nqueue: %q, drop: %d"
gnb.pppIf.ppp.sendRawBytes bool false

when true packets are serialized into a sequence of bytes before sending out

gnb.pppIf.ppp.mtu int 4470B
gnb.pppIf.ppp.stopOperationExtraTime double -1s

extra time after lifecycle stop operation finished

gnb.pppIf.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

gnb.x2ppp.pcapRecorder.verbose bool true

whether to log packets on the module output

gnb.x2ppp.pcapRecorder.pcapFile string ""

the PCAP file to be written

gnb.x2ppp.pcapRecorder.fileFormat string "pcapng"
gnb.x2ppp.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

gnb.x2ppp.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

gnb.x2ppp.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

gnb.x2ppp.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

gnb.x2ppp.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

gnb.x2ppp.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

gnb.x2ppp.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

gnb.x2ppp.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

gnb.x2ppp.pcapRecorder.displayStringTextFormat string "rec: %n pks"
gnb.x2ppp.ppp.interfaceTableModule string

The path to the InterfaceTable module

gnb.x2ppp.ppp.displayStringTextFormat string "rate: %b\nsent: %s, rcvd: %r\nqueue: %q, drop: %d"
gnb.x2ppp.ppp.sendRawBytes bool false

when true packets are serialized into a sequence of bytes before sending out

gnb.x2ppp.ppp.mtu int 4470B
gnb.x2ppp.ppp.stopOperationExtraTime double -1s

extra time after lifecycle stop operation finished

gnb.x2ppp.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

gnb.pppMEHostIf.pcapRecorder.verbose bool true

whether to log packets on the module output

gnb.pppMEHostIf.pcapRecorder.pcapFile string ""

the PCAP file to be written

gnb.pppMEHostIf.pcapRecorder.fileFormat string "pcapng"
gnb.pppMEHostIf.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

gnb.pppMEHostIf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

gnb.pppMEHostIf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

gnb.pppMEHostIf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

gnb.pppMEHostIf.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

gnb.pppMEHostIf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

gnb.pppMEHostIf.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

gnb.pppMEHostIf.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

gnb.pppMEHostIf.pcapRecorder.displayStringTextFormat string "rec: %n pks"
gnb.pppMEHostIf.ppp.interfaceTableModule string

The path to the InterfaceTable module

gnb.pppMEHostIf.ppp.displayStringTextFormat string "rate: %b\nsent: %s, rcvd: %r\nqueue: %q, drop: %d"
gnb.pppMEHostIf.ppp.sendRawBytes bool false

when true packets are serialized into a sequence of bytes before sending out

gnb.pppMEHostIf.ppp.mtu int 4470B
gnb.pppMEHostIf.ppp.stopOperationExtraTime double -1s

extra time after lifecycle stop operation finished

gnb.pppMEHostIf.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

gnb.udp.interfaceTableModule string

The path to the InterfaceTable module

gnb.udp.icmpModule string "^.ipv4.icmp"
gnb.udp.icmpv6Module string "^.ipv6.icmpv6"
gnb.udp.crcMode string "declared"
gnb.udp.defaultMulticastLoop bool true
gnb.tcp.crcMode string "declared"
gnb.tcp.advertisedWindow int 14*this.mss

in bytes, corresponds with the maximal receiver buffer capacity (Note: normally, NIC queues should be at least this size)

gnb.tcp.delayedAcksEnabled bool false

delayed ACK algorithm (RFC 1122) enabled/disabled

gnb.tcp.nagleEnabled bool true

Nagle's algorithm (RFC 896) enabled/disabled

gnb.tcp.limitedTransmitEnabled bool false

Limited Transmit algorithm (RFC 3042) enabled/disabled (can be used for TcpReno/TcpTahoe/TcpNewReno/TcpNoCongestionControl)

gnb.tcp.increasedIWEnabled bool false

Increased Initial Window (RFC 3390) enabled/disabled

gnb.tcp.sackSupport bool false

Selective Acknowledgment (RFC 2018, 2883, 3517) support (header option) (SACK will be enabled for a connection if both endpoints support it)

gnb.tcp.windowScalingSupport bool false

Window Scale (RFC 1323) support (header option) (WS will be enabled for a connection if both endpoints support it)

gnb.tcp.windowScalingFactor int -1

Window Scaling Factor to the power of 2. -1 indicates that manual window scaling is turned off.

gnb.tcp.timestampSupport bool false

Timestamps (RFC 1323) support (header option) (TS will be enabled for a connection if both endpoints support it)

gnb.tcp.mss int 536

Maximum Segment Size (RFC 793) (header option)

gnb.tcp.msl int 120s

Maximum Segment Lifetime

gnb.tcp.tcpAlgorithmClass string "TcpReno"

TODO: use the following @enum or similar, but it must allow new values for user defined algorithms (omnetpp-6.1 checks @enum strictly): @enum("TcpVegas", "TcpWestwood", "TcpNewReno", "TcpReno", "TcpTahoe", "TcpNoCongestionControl")

gnb.tcp.useDataNotification bool false

turn the notifications for arrived data on or off

gnb.tcp.dupthresh int 3

used for TcpTahoe, TcpReno and SACK (RFC 3517) DO NOT change unless you really know what you are doing

gnb.tcp.initialSsthresh int 0xFFFFFFFF

initial value for Slow Start threshold used in TahoeRenoFamily. The initial value of ssthresh SHOULD be set arbitrarily high (e.g.,to the size of the largest possible advertised window) Without user interaction there is no limit...

gnb.tcp.stopOperationExtraTime double 0s

extra time after lifecycle stop operation finished

gnb.tcp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

gnb.tcp.ecnWillingness bool false

true if willing to use ECN

gnb.tcp.dctcpGamma double 0.0625

A fixed estimation gain for calculating dctcp_alpha (RFC 8257 4.2)

gnb.x2App.client.localAddress string ""

comma separated list of addresses

gnb.x2App.client.localPort int 0

port number to listen on

gnb.x2App.client.connectAddress string

server address (may be symbolic)

gnb.x2App.client.connectPort int 5000

port number to connect to

gnb.x2App.client.startTime double 0s

time first session begins

gnb.x2App.client.numRequestsPerSession int 1

number of requests sent per session

gnb.x2App.client.numPacketsToReceive int 0
gnb.x2App.client.requestLength int 1452

length of a request (bytes)

gnb.x2App.client.thinkTime double 0s

time gap between requests

gnb.x2App.client.waitToClose double 0s

time to wait between last message sent and abort

gnb.x2App.client.reconnectInterval double 0s

if connection breaks, waits this much before trying to reconnect

gnb.x2App.client.inboundStreams int 17
gnb.x2App.client.outboundStreams int 1
gnb.x2App.client.echo bool false

echoes received packages when true

gnb.x2App.client.ordered bool true
gnb.x2App.client.queueSize int 0
gnb.x2App.client.prMethod int 0

0=NONE, 1=PR_TTL, 2=PR_RTX, 3=PR_PRIO, 4=PR_STRRST

gnb.x2App.client.prValue double 0

for PR-SCTP

gnb.x2App.client.streamReset bool false
gnb.x2App.client.streamRequestTime double 0s
gnb.x2App.client.streamResetType int 5

NO_RESET=5, RESET_OUTGOING=6, RESET_INCOMING=7, RESET_BOTH=8, SSN_TSN=9

gnb.x2App.client.streamToReset int 0
gnb.x2App.client.stopTime double -1s

time of finishing sending, negative values mean forever

gnb.x2App.client.primaryTime double 0s
gnb.x2App.client.newPrimary string ""
gnb.x2App.client.streamRequestLengths string ""
gnb.x2App.client.streamRequestRatio string ""
gnb.x2App.client.streamPriorities string ""
gnb.x2App.client.finishEndsSimulation bool false
gnb.x2App.client.binderModule string "binder"
gnb.x2App.server.localAddress string ""

comma separated list of addresses

gnb.x2App.server.localPort int 0

port number to listen on

gnb.x2App.server.echo bool false

echoes received packages when true

gnb.x2App.server.echoDelay double 0s
gnb.x2App.server.delayFirstRead double 0s
gnb.x2App.server.readingInterval double 0s
gnb.x2App.server.messagesToPush int 0
gnb.x2App.server.numPacketsToSendPerClient int 0

number of requests sent per session

gnb.x2App.server.numPacketsToReceivePerClient int 1
gnb.x2App.server.requestLength int 1452

length of a request (bytes)

gnb.x2App.server.thinkTime double 0s

time gap between requests

gnb.x2App.server.waitToClose double 0s

time to wait between last message sent and abort

gnb.x2App.server.finishEndsSimulation bool false
gnb.x2App.server.ordered bool true
gnb.x2App.server.inboundStreams int 17
gnb.x2App.server.outboundStreams int 1
gnb.x2App.server.queueSize int 0
gnb.x2App.server.prMethod int 0

0=NONE, 1=PR_TTL, 2=PR_RTX, 3=PR_PRIO, 4=PR_STRRST

gnb.x2App.server.prValue double 0

for PR-SCTP

gnb.x2App.server.streamReset bool false
gnb.x2App.server.streamRequestTime double 0s
gnb.x2App.server.streamToReset int 0
gnb.x2App.server.streamPriorities string ""
gnb.x2App.server.binderModule string "binder"
gnb.sctp.interfaceTableModule string
gnb.sctp.routingTableModule string
gnb.sctp.crcMode string "declared"
gnb.sctp.numGapReports int 3
gnb.sctp.rtoInitial double 3s
gnb.sctp.rtoMin double 1s
gnb.sctp.rtoMax double 60s
gnb.sctp.rtoAlpha double 0.125
gnb.sctp.rtoBeta double 0.250
gnb.sctp.maxBurst int 4
gnb.sctp.maxBurstVariant string "maxBurst"
gnb.sctp.initialWindow int 0
gnb.sctp.assocMaxRetrans int 10
gnb.sctp.pathMaxRetrans int 5
gnb.sctp.maxInitRetrans int 8
gnb.sctp.sackPeriod double 200ms
gnb.sctp.sackFrequency int 2
gnb.sctp.reactivatePrimaryPath bool false
gnb.sctp.sendQueueLimit int 0
gnb.sctp.validCookieLifetime double 10s
gnb.sctp.enableHeartbeats bool true
gnb.sctp.hbInterval double 30s
gnb.sctp.sendHeartbeatsOnActivePaths bool false
gnb.sctp.nagleEnabled bool true
gnb.sctp.naglePoint int 1468
gnb.sctp.fragPoint int 1452
gnb.sctp.fastRecoverySupported bool true
gnb.sctp.sctpAlgorithmClass string "SctpAlg"
gnb.sctp.ccModule int 0

RFC4960=0

gnb.sctp.osbWithHeader bool false
gnb.sctp.RTXMethod int 0

0=Once after 3 Sacks; 1=once per RTT; 2=Switch off Fast Retransmit; 3=Always after 3 Sacks

gnb.sctp.ssModule int 0
gnb.sctp.arwnd int 65535
gnb.sctp.swsLimit int 3000

Limit for SWS

gnb.sctp.udpEncapsEnabled bool false
gnb.sctp.natFriendly bool false
gnb.sctp.bytesToAddPerRcvdChunk int 0

for flowcontrol

gnb.sctp.bytesToAddPerPeerChunk int 0

for flowcontrol

gnb.sctp.tellArwnd bool false

for flowcontrol

gnb.sctp.messageAcceptLimit int 0

for flowcontrol

gnb.sctp.fairStart double 0s
gnb.sctp.fairStop double 0s
gnb.sctp.streamsToPaths string ""
gnb.sctp.startEndToEndDelay int 0
gnb.sctp.stopEndToEndDelay int 10
gnb.sctp.throughputInterval double 1
gnb.sctp.auth bool false
gnb.sctp.chunks string ""
gnb.sctp.padding bool false
gnb.sctp.addIP bool false
gnb.sctp.addTime double 0s
gnb.sctp.addAddress string ""
gnb.sctp.addIpType string "0"

SET_PRIMARY_ADDRESS=49156,ADD_IP_ADDRESS=49153,DELETE_IP_ADDRESS=49154

gnb.sctp.packetDrop bool false
gnb.sctp.sackNow bool false
gnb.sctp.highSpeedCC bool false
gnb.sctp.checkSackSeqNumber bool false
gnb.sctp.nrSack bool false
gnb.sctp.disableReneging bool false
gnb.sctp.gapReportLimit int 100000000
gnb.sctp.gapListOptimizationVariant string "none"
gnb.sctp.smartOverfullSACKHandling bool false
gnb.sctp.allowQoSTracking bool false
gnb.sctp.qosTrackingInterval double 1.0s
gnb.sctp.cmtSendAllVariant string "normal"
gnb.sctp.cmtRetransmissionVariant string "normal"
gnb.sctp.cmtCUCVariant string "normal"
gnb.sctp.cmtBufferSplitVariant string "none"
gnb.sctp.cmtBufferSplittingUsesOSB bool false
gnb.sctp.cmtUseSFR bool true
gnb.sctp.cmtUseDAC bool true
gnb.sctp.cmtUseFRC bool true
gnb.sctp.cmtSmartT3Reset bool true
gnb.sctp.cmtSmartFastRTX bool true
gnb.sctp.cmtSmartReneging bool false
gnb.sctp.cmtSlowPathRTTUpdate bool false
gnb.sctp.cmtChunkReschedulingVariant string "none"
gnb.sctp.cmtChunkReschedulingThreshold double 0.5
gnb.sctp.cmtMovedChunksReduceCwnd bool true
gnb.sctp.movedChunkFastRTXFactor double 2.0
gnb.sctp.cmtSackPath string "standard"
gnb.sctp.strictCwndBooking bool false
gnb.sctp.cmtCCVariant string "off"

CMT Congestion Control Variant off = use over every path the default RFC4960 CC (New Reno) lia = First resource pooling congestion control RFC6356 adapted for SCTP - https://datatracker.ietf.org/doc/rfc6356/ olia = alternative MPTCP CC, adapted for SCTP- https://tools.ietf.org/html/draft-khalili-mptcp-congestion-control-05 cmtrpv1 = First resource pooling based CC for SCTP - https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/AINA2010.pdf cmtrpv2 = Updated version of cmtrpv1 - https://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/SCTP/Paper/ConTEL2011.pdf

gnb.sctp.cmtCCPathGroups string ""
gnb.sctp.rpPathBlocking bool false
gnb.sctp.rpScaleBlockingTimeout bool false
gnb.sctp.rpMinCwnd int 1
gnb.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

gnb.at.forwardServiceRegistration bool true
gnb.at.forwardProtocolRegistration bool true
gnb.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

gnb.tn.forwardServiceRegistration bool true
gnb.tn.forwardProtocolRegistration bool true
gnb.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

gnb.nl.forwardServiceRegistration bool true
gnb.nl.forwardProtocolRegistration bool true
gnb.trafficFlowFilter.binderModule string "binder"
gnb.trafficFlowFilter.bearerConfiguratorModule string "bearerConfigurator"

Where a core-network instance registers for QFI-rule delivery

gnb.trafficFlowFilter.fastForwarding bool true
gnb.gtpUser.binderModule string "binder"
gnb.gtpUser.interfaceTableModule string

Path to the InterfaceTable module

gnb.gtpUser.localPort int 31
gnb.gtpUser.tunnelPeerPort int 31
gnb.gtpUserX2.binderModule string "binder"
gnb.gtpUserX2.localPort int 32
gnb.gtpUserX2.tunnelPeerPort int 32
bgCell.mobility.subjectModule string "^"

module path which determines the subject module, the motion of which this mobility model describes, the default value is the parent module

bgCell.mobility.coordinateSystemModule string ""

module path of the geographic coordinate system module

bgCell.mobility.displayStringTextFormat string "p: %p\nv: %v"

format string for the mobility module's display string text

bgCell.mobility.updateDisplayString bool true

enables continuous update of the subject module's position via modifying its display string

bgCell.mobility.constraintAreaMinX double -inf m

min x position of the constraint area, unconstrained by default (negative infinity)

bgCell.mobility.constraintAreaMinY double -inf m

min y position of the constraint area, unconstrained by default (negative infinity)

bgCell.mobility.constraintAreaMinZ double -inf m

min z position of the constraint area, unconstrained by default (negative infinity)

bgCell.mobility.constraintAreaMaxX double inf m

max x position of the constraint area, unconstrained by default (positive infinity)

bgCell.mobility.constraintAreaMaxY double inf m

max y position of the constraint area, unconstrained by default (positive infinity)

bgCell.mobility.constraintAreaMaxZ double inf m

max z position of the constraint area, unconstrained by default (positive infinity)

bgCell.mobility.initialX double uniform(this.constraintAreaMinX, this.constraintAreaMaxX)
bgCell.mobility.initialY double uniform(this.constraintAreaMinY, this.constraintAreaMaxY)
bgCell.mobility.initialZ double nanToZero(uniform(this.constraintAreaMinZ, this.constraintAreaMaxZ))
bgCell.mobility.initialLatitude double nan deg
bgCell.mobility.initialLongitude double nan deg
bgCell.mobility.initialAltitude double 0m
bgCell.mobility.initialHeading double 0deg
bgCell.mobility.initialElevation double 0deg
bgCell.mobility.initialBank double 0deg
bgCell.mobility.initFromDisplayString bool true

enables one time initialization from the subject module's display string

bgCell.mobility.updateFromDisplayString bool true

enables continuous update from the subject module's display string for dragging and rotating it

bgCell.bgChannelModel.binderModule string "binder"

Module references

bgCell.bgChannelModel.shadowing bool true

Enable/disable shadowing

bgCell.bgChannelModel.scenario string "URBAN_MACROCELL"

Path loss scenario, in ITU terminology

bgCell.bgChannelModel.nodebHeight double 25m

eNodeB height

bgCell.bgChannelModel.buildingHeight double 20m

Building height

bgCell.bgChannelModel.insideBuilding bool false

Determines if the UE is inside a building

bgCell.bgChannelModel.streetWidth double 20m

TODO width

bgCell.bgChannelModel.ueHeight double 1.5m
bgCell.bgChannelModel.tolerateMaxDistViolation bool false
bgCell.bgChannelModel.correlationDistance double 50m
bgCell.bgChannelModel.antennaGainUe double 0dBi

Antenna gain of the UE, relative to an isotropic antenna

bgCell.bgChannelModel.antennGainEnB double 18dBi

Antenna gain of the eNodeB

bgCell.bgChannelModel.antennGainMicro double 5dBi

Antenna gain of the micro node

bgCell.bgChannelModel.thermalNoise double -104.5dBm

Thermal noise for 10 MHz of bandwidth

bgCell.bgChannelModel.ueNoiseFigure double 7dBm

UE noise figure

bgCell.bgChannelModel.bsNoiseFigure double 5dBm

eNodeB noise figure

bgCell.bgChannelModel.cableLoss double 2dB

Cable loss

bgCell.bgChannelModel.dynamicLos bool false

Whether LOS/NLOS is drawn per link from the scenario's LOS probability; when false, it is fixed to fixedLos

bgCell.bgChannelModel.fixedLos bool false

LOS state of every link when dynamicLos is false: true = LOS, false = NLOS

bgCell.bgChannelModel.fading bool true

Enable/disable fading

bgCell.bgChannelModel.fadingType string "JAKES"

Fading type (JAKES or RAYLEIGH)

bgCell.bgChannelModel.numFadingPaths int 6

If Jakes fading, this parameter specifies the number of paths (tap channel)

bgCell.bgChannelModel.delayRms double 363ns
bgCell.bgChannelModel.bgCellInterference bool true

Whether interference from the other background cells is included in the SINR, in both UL and DL

bgCell.bgChannelModel.downlinkInterference bool true

Whether interference from other base stations is included in the DL SINR

bgCell.bgChannelModel.uplinkInterference bool true

Whether interference from the UEs of other cells is included in the UL SINR

bgCell.bgScheduler.binderModule string "binder"
bgCell.bgScheduler.channelModelModule string "^.bgChannelModel"
bgCell.bgScheduler.txPower double 46dBm

Transmission power

bgCell.bgScheduler.txDirection string "OMNI"

Transmission direction

bgCell.bgScheduler.txAngle double 0deg

Transmission angle

bgCell.bgScheduler.isNr bool false

Flag to indicate whether this is a NR base station

bgCell.bgScheduler.numerologyIndex int 0

Operating carrier

bgCell.bgScheduler.carrierFrequency double 2GHz

Operating carrier

bgCell.bgScheduler.numBands int 6

Carrier bandwidth

ueCell.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

ueCell.eth.bitrate double
ueCell.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueCell.at.forwardServiceRegistration bool true
ueCell.at.forwardProtocolRegistration bool true
ueCell.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueCell.tn.forwardServiceRegistration bool true
ueCell.tn.forwardProtocolRegistration bool true
ueCell.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueCell.nl.forwardServiceRegistration bool true
ueCell.nl.forwardProtocolRegistration bool true
ueCell.pcapRecorder.verbose bool true

whether to log packets on the module output

ueCell.pcapRecorder.pcapFile string ""

the PCAP file to be written

ueCell.pcapRecorder.fileFormat string "pcapng"
ueCell.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

ueCell.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

ueCell.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

ueCell.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

ueCell.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

ueCell.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

ueCell.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

ueCell.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

ueCell.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

ueCell.pcapRecorder.displayStringTextFormat string "rec: %n pks"
ueD2DTx.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

ueD2DTx.eth.bitrate double
ueD2DTx.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueD2DTx.at.forwardServiceRegistration bool true
ueD2DTx.at.forwardProtocolRegistration bool true
ueD2DTx.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueD2DTx.tn.forwardServiceRegistration bool true
ueD2DTx.tn.forwardProtocolRegistration bool true
ueD2DTx.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueD2DTx.nl.forwardServiceRegistration bool true
ueD2DTx.nl.forwardProtocolRegistration bool true
ueD2DTx.pcapRecorder.verbose bool true

whether to log packets on the module output

ueD2DTx.pcapRecorder.pcapFile string ""

the PCAP file to be written

ueD2DTx.pcapRecorder.fileFormat string "pcapng"
ueD2DTx.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

ueD2DTx.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

ueD2DTx.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

ueD2DTx.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

ueD2DTx.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

ueD2DTx.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

ueD2DTx.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

ueD2DTx.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

ueD2DTx.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

ueD2DTx.pcapRecorder.displayStringTextFormat string "rec: %n pks"
ueD2DRx.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

ueD2DRx.eth.bitrate double
ueD2DRx.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueD2DRx.at.forwardServiceRegistration bool true
ueD2DRx.at.forwardProtocolRegistration bool true
ueD2DRx.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueD2DRx.tn.forwardServiceRegistration bool true
ueD2DRx.tn.forwardProtocolRegistration bool true
ueD2DRx.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

ueD2DRx.nl.forwardServiceRegistration bool true
ueD2DRx.nl.forwardProtocolRegistration bool true
ueD2DRx.pcapRecorder.verbose bool true

whether to log packets on the module output

ueD2DRx.pcapRecorder.pcapFile string ""

the PCAP file to be written

ueD2DRx.pcapRecorder.fileFormat string "pcapng"
ueD2DRx.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

ueD2DRx.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

ueD2DRx.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

space-separated list of sibling module names to listen on

ueD2DRx.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

ueD2DRx.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

ueD2DRx.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

ueD2DRx.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

ueD2DRx.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

ueD2DRx.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

ueD2DRx.pcapRecorder.displayStringTextFormat string "rec: %n pks"

Source code

//
// ~SingleCell_Standalone with its UEs split into three vectors, so that a
// configuration can address cellular terminals (ueCell), D2D transmitters
// (ueD2DTx) and D2D receivers (ueD2DRx) separately. The rest of the topology is
// the same: one ~gNodeB behind an intermediate and an anchor ~Upf, with a router
// and a server on the data network, plus numBgCells ~BackgroundCell interferers.
//
network SingleCell_Standalone_D2D
{
    parameters:
        // The gNB connects to a 5GC (Upf), so every cellular stack has SDAP:
        // TS 37.324 ties SDAP to the 5GC connection, not to the radio
        **.cellularNic.hasSdap = default(true);
        int numUeCell = default(0);
        int numUeD2DTx = default(0);
        int numUeD2DRx = default(0);
        int numBgCells = default(0);
        @display("i=block/network2;bgb=826,558;bgi=background/pisa");

    submodules:
        channelControl: LteChannelControl {
            @display("p=50,25;is=s");
        }
        routingRecorder: RoutingTableRecorder {
            @display("p=50,75;is=s");
        }
        configurator: Ipv4NetworkConfigurator {
            @display("p=50,125;is=s");
        }
        binder: Binder {
            @display("p=50,175;is=s");
        }
        bearerConfigurator: BearerConfigurator {
            @display("p=50,225;is=s");
        }
        carrierAggregation: CarrierAggregation {
            @display("p=50,275;is=s");
        }
        server: StandardHost {
            @display("p=212,118;is=n;i=device/server");
        }
        router: Router {
            @display("p=363,115;i=device/smallrouter");
        }
        upf: Upf {
            @display("p=527,116");
        }
        iUpf: Upf {
            @display("p=725,118");
        }
        gnb: gNodeB {
            @display("p=726,277;is=vl");
        }
        bgCell[numBgCells]: BackgroundCell {
            @display("p=416,277;is=vl");
        }
        ueCell[numUeCell]: NrUe {
            @display("p=612,316");
        }
        ueD2DTx[numUeD2DTx]: NrUe {
            @display("p=550,423");
        }
        ueD2DRx[numUeD2DRx]: NrUe {
            @display("p=726,423");
        }
    connections:
        server.pppg++ <--> Eth10G <--> router.pppg++;
        router.pppg++ <--> Eth10G <--> upf.dnPppg;
        upf.pppg++ <--> Eth10G <--> iUpf.pppg++;
        iUpf.pppg++ <--> Eth10G <--> gnb.ppp;
}
File: simulations/nr/networks/SingleCell_Standalone_D2D.ned