SingleCell_withSecondaryGnb

Package: simu5g.simulations.nr.networks

SingleCell_withSecondaryGnb

network

An EN-DC topology: an eNodeB master paired over X2 with a gNodeB secondary. The eNodeB is the only node with a core-network link -- an EPC PgwStandard facing a router and a server -- so all data-plane traffic enters there, and the gNodeB contributes its radio leg alone. numUe NrUe terminals attach to both, and numBgCells BackgroundCell cells can be added as interferers.

channelControl : LteChannelControl

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

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

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

Source:
routingRecorder: RoutingTableRecorder {
    @display("p=88,74;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=88,124;is=s");
} binder : Binder

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

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

Central configurator of the network's data radio bearers.

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

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

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

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

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

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

Source:
router: Router {
    @display("p=361,62;i=device/smallrouter");
} pgw : PgwStandard

Implements a simplified EPC PDN Gateway (P-GW) of a 4G LTE network.

Source:
pgw: PgwStandard {
    @display("p=524,63;is=l");
} masterEnb : eNodeB

Models an evolved Node B (eNB) of a 4G LTE network.

Source:
masterEnb: eNodeB {
    @display("p=527,277;is=vl");
} secondaryGnb : gNodeB

Implements a gNodeB for a 5G network.

Source:
secondaryGnb: 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=910,98;is=vl");
} ue[numUe] : NrUe

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

Source:
ue[numUe]: NrUe {
    @display("p=628,411");
}

Usage diagram

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

Parameters

Name Type Default value Description
numUe int 1
numBgCells int 0

Properties

Name Value Description
isNetwork
display i=block/network2;bgb=991,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" : ""
pgw.status.initialStatus string "UP"

TODO @signal, @statistic

pgw.pcapRecorder.verbose bool true

whether to log packets on the module output

pgw.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

pgw.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

pgw.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

pgw.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

pgw.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

pgw.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

pgw.pcapRecorder.helpers string ""

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

pgw.pcapRecorder.alwaysFlush bool false

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

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

whether to display IP addresses on links

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

whether to log packets on the module output

pgw.dnPpp.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

pgw.dnPpp.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

pgw.dnPpp.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

pgw.dnPpp.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

pgw.dnPpp.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

pgw.dnPpp.pcapRecorder.helpers string ""

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

pgw.dnPpp.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

pgw.dnPpp.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

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

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

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

Path to the InterfaceTable module

pgw.gtp_user.ipOutInterface string ""

Optional: manual specification of outgoing interface for received IP

pgw.gtp_user.localPort int 31
pgw.gtp_user.tunnelPeerPort int 31
pgw.gtp_user.gateway string ""

Optional

masterEnb.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

masterEnb.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

masterEnb.mobility.coordinateSystemModule string ""

module path of the geographic coordinate system module

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

format string for the mobility module's display string text

masterEnb.mobility.updateDisplayString bool true

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

masterEnb.mobility.constraintAreaMinX double -inf m

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

masterEnb.mobility.constraintAreaMinY double -inf m

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

masterEnb.mobility.constraintAreaMinZ double -inf m

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

masterEnb.mobility.constraintAreaMaxX double inf m

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

masterEnb.mobility.constraintAreaMaxY double inf m

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

masterEnb.mobility.constraintAreaMaxZ double inf m

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

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

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

masterEnb.mobility.updateFromDisplayString bool true

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

masterEnb.cellInfo.constraintAreaMinX double -1m/0

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

masterEnb.cellInfo.constraintAreaMinY double -1m/0

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

masterEnb.cellInfo.constraintAreaMaxX double 1m/0

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

masterEnb.cellInfo.constraintAreaMaxY double 1m/0

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

masterEnb.cellInfo.beaconInterval double 1s

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

masterEnb.cellInfo.microCell bool false

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

masterEnb.cellInfo.rbyDl int 12

Number of sub-carriers per RB in DL

masterEnb.cellInfo.rbyUl int 12

Number of sub-carriers per RB in UL

masterEnb.cellInfo.rbxDl int 7

Number of OFDM symbols per slot in DL

masterEnb.cellInfo.rbxUl int 7

Number of OFDM symbols per slot in UL

masterEnb.cellInfo.rbPilotDl int 3

Number of pilot Resource Elements per RB in DL

masterEnb.cellInfo.rbPilotUl int 0

Number of pilot Resource Elements per RB in UL

masterEnb.cellInfo.signalDl int 1

Number of signaling symbols for each Resource Block in DL

masterEnb.cellInfo.signalUl int 1

Number of signaling symbols for each Resource Block in UL

masterEnb.cellInfo.numPreferredBands int 1

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

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

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

masterEnb.pppIf.pcapRecorder.verbose bool true

whether to log packets on the module output

masterEnb.pppIf.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

masterEnb.pppIf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

masterEnb.pppIf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

masterEnb.pppIf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

masterEnb.pppIf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

masterEnb.pppIf.pcapRecorder.helpers string ""

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

masterEnb.pppIf.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

masterEnb.pppIf.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

masterEnb.x2ppp.pcapRecorder.verbose bool true

whether to log packets on the module output

masterEnb.x2ppp.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

masterEnb.x2ppp.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

masterEnb.x2ppp.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

masterEnb.x2ppp.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

masterEnb.x2ppp.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

masterEnb.x2ppp.pcapRecorder.helpers string ""

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

masterEnb.x2ppp.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

masterEnb.x2ppp.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

masterEnb.pppMEHostIf.pcapRecorder.verbose bool true

whether to log packets on the module output

masterEnb.pppMEHostIf.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

masterEnb.pppMEHostIf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

masterEnb.pppMEHostIf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

masterEnb.pppMEHostIf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

masterEnb.pppMEHostIf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

masterEnb.pppMEHostIf.pcapRecorder.helpers string ""

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

masterEnb.pppMEHostIf.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

masterEnb.pppMEHostIf.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

masterEnb.udp.interfaceTableModule string

The path to the InterfaceTable module

masterEnb.udp.icmpModule string "^.ipv4.icmp"
masterEnb.udp.icmpv6Module string "^.ipv6.icmpv6"
masterEnb.udp.crcMode string "declared"
masterEnb.udp.defaultMulticastLoop bool true
masterEnb.tcp.crcMode string "declared"
masterEnb.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)

masterEnb.tcp.delayedAcksEnabled bool false

delayed ACK algorithm (RFC 1122) enabled/disabled

masterEnb.tcp.nagleEnabled bool true

Nagle's algorithm (RFC 896) enabled/disabled

masterEnb.tcp.limitedTransmitEnabled bool false

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

masterEnb.tcp.increasedIWEnabled bool false

Increased Initial Window (RFC 3390) enabled/disabled

masterEnb.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)

masterEnb.tcp.windowScalingSupport bool false

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

masterEnb.tcp.windowScalingFactor int -1

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

masterEnb.tcp.timestampSupport bool false

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

masterEnb.tcp.mss int 536

Maximum Segment Size (RFC 793) (header option)

masterEnb.tcp.msl int 120s

Maximum Segment Lifetime

masterEnb.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")

masterEnb.tcp.useDataNotification bool false

turn the notifications for arrived data on or off

masterEnb.tcp.dupthresh int 3

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

masterEnb.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...

masterEnb.tcp.stopOperationExtraTime double 0s

extra time after lifecycle stop operation finished

masterEnb.tcp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

masterEnb.tcp.ecnWillingness bool false

true if willing to use ECN

masterEnb.tcp.dctcpGamma double 0.0625

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

masterEnb.x2App.client.localAddress string ""

comma separated list of addresses

masterEnb.x2App.client.localPort int 0

port number to listen on

masterEnb.x2App.client.connectAddress string

server address (may be symbolic)

masterEnb.x2App.client.connectPort int 5000

port number to connect to

masterEnb.x2App.client.startTime double 0s

time first session begins

masterEnb.x2App.client.numRequestsPerSession int 1

number of requests sent per session

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

length of a request (bytes)

masterEnb.x2App.client.thinkTime double 0s

time gap between requests

masterEnb.x2App.client.waitToClose double 0s

time to wait between last message sent and abort

masterEnb.x2App.client.reconnectInterval double 0s

if connection breaks, waits this much before trying to reconnect

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

echoes received packages when true

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

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

masterEnb.x2App.client.prValue double 0

for PR-SCTP

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

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

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

time of finishing sending, negative values mean forever

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

comma separated list of addresses

masterEnb.x2App.server.localPort int 0

port number to listen on

masterEnb.x2App.server.echo bool false

echoes received packages when true

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

number of requests sent per session

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

length of a request (bytes)

masterEnb.x2App.server.thinkTime double 0s

time gap between requests

masterEnb.x2App.server.waitToClose double 0s

time to wait between last message sent and abort

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

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

masterEnb.x2App.server.prValue double 0

for PR-SCTP

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

RFC4960=0

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

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

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

Limit for SWS

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

for flowcontrol

masterEnb.sctp.bytesToAddPerPeerChunk int 0

for flowcontrol

masterEnb.sctp.tellArwnd bool false

for flowcontrol

masterEnb.sctp.messageAcceptLimit int 0

for flowcontrol

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

SET_PRIMARY_ADDRESS=49156,ADD_IP_ADDRESS=49153,DELETE_IP_ADDRESS=49154

masterEnb.sctp.packetDrop bool false
masterEnb.sctp.sackNow bool false
masterEnb.sctp.highSpeedCC bool false
masterEnb.sctp.checkSackSeqNumber bool false
masterEnb.sctp.nrSack bool false
masterEnb.sctp.disableReneging bool false
masterEnb.sctp.gapReportLimit int 100000000
masterEnb.sctp.gapListOptimizationVariant string "none"
masterEnb.sctp.smartOverfullSACKHandling bool false
masterEnb.sctp.allowQoSTracking bool false
masterEnb.sctp.qosTrackingInterval double 1.0s
masterEnb.sctp.cmtSendAllVariant string "normal"
masterEnb.sctp.cmtRetransmissionVariant string "normal"
masterEnb.sctp.cmtCUCVariant string "normal"
masterEnb.sctp.cmtBufferSplitVariant string "none"
masterEnb.sctp.cmtBufferSplittingUsesOSB bool false
masterEnb.sctp.cmtUseSFR bool true
masterEnb.sctp.cmtUseDAC bool true
masterEnb.sctp.cmtUseFRC bool true
masterEnb.sctp.cmtSmartT3Reset bool true
masterEnb.sctp.cmtSmartFastRTX bool true
masterEnb.sctp.cmtSmartReneging bool false
masterEnb.sctp.cmtSlowPathRTTUpdate bool false
masterEnb.sctp.cmtChunkReschedulingVariant string "none"
masterEnb.sctp.cmtChunkReschedulingThreshold double 0.5
masterEnb.sctp.cmtMovedChunksReduceCwnd bool true
masterEnb.sctp.movedChunkFastRTXFactor double 2.0
masterEnb.sctp.cmtSackPath string "standard"
masterEnb.sctp.strictCwndBooking bool false
masterEnb.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

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

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

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

Path to the InterfaceTable module

masterEnb.gtpUser.localPort int 31
masterEnb.gtpUser.tunnelPeerPort int 31
masterEnb.gtpUserX2.binderModule string "binder"
masterEnb.gtpUserX2.localPort int 32
masterEnb.gtpUserX2.tunnelPeerPort int 32
secondaryGnb.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

secondaryGnb.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

secondaryGnb.mobility.coordinateSystemModule string ""

module path of the geographic coordinate system module

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

format string for the mobility module's display string text

secondaryGnb.mobility.updateDisplayString bool true

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

secondaryGnb.mobility.constraintAreaMinX double -inf m

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

secondaryGnb.mobility.constraintAreaMinY double -inf m

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

secondaryGnb.mobility.constraintAreaMinZ double -inf m

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

secondaryGnb.mobility.constraintAreaMaxX double inf m

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

secondaryGnb.mobility.constraintAreaMaxY double inf m

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

secondaryGnb.mobility.constraintAreaMaxZ double inf m

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

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

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

secondaryGnb.mobility.updateFromDisplayString bool true

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

secondaryGnb.cellInfo.constraintAreaMinX double -1m/0

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

secondaryGnb.cellInfo.constraintAreaMinY double -1m/0

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

secondaryGnb.cellInfo.constraintAreaMaxX double 1m/0

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

secondaryGnb.cellInfo.constraintAreaMaxY double 1m/0

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

secondaryGnb.cellInfo.beaconInterval double 1s

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

secondaryGnb.cellInfo.microCell bool false

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

secondaryGnb.cellInfo.rbyDl int 12

Number of sub-carriers per RB in DL

secondaryGnb.cellInfo.rbyUl int 12

Number of sub-carriers per RB in UL

secondaryGnb.cellInfo.rbxDl int 7

Number of OFDM symbols per slot in DL

secondaryGnb.cellInfo.rbxUl int 7

Number of OFDM symbols per slot in UL

secondaryGnb.cellInfo.rbPilotDl int 3

Number of pilot Resource Elements per RB in DL

secondaryGnb.cellInfo.rbPilotUl int 0

Number of pilot Resource Elements per RB in UL

secondaryGnb.cellInfo.signalDl int 1

Number of signaling symbols for each Resource Block in DL

secondaryGnb.cellInfo.signalUl int 1

Number of signaling symbols for each Resource Block in UL

secondaryGnb.cellInfo.numPreferredBands int 1

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

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

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

secondaryGnb.pppIf.pcapRecorder.verbose bool true

whether to log packets on the module output

secondaryGnb.pppIf.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

secondaryGnb.pppIf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

secondaryGnb.pppIf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

secondaryGnb.pppIf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

secondaryGnb.pppIf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

secondaryGnb.pppIf.pcapRecorder.helpers string ""

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

secondaryGnb.pppIf.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

secondaryGnb.pppIf.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

secondaryGnb.x2ppp.pcapRecorder.verbose bool true

whether to log packets on the module output

secondaryGnb.x2ppp.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

secondaryGnb.x2ppp.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

secondaryGnb.x2ppp.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

secondaryGnb.x2ppp.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

secondaryGnb.x2ppp.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

secondaryGnb.x2ppp.pcapRecorder.helpers string ""

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

secondaryGnb.x2ppp.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

secondaryGnb.x2ppp.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

secondaryGnb.pppMEHostIf.pcapRecorder.verbose bool true

whether to log packets on the module output

secondaryGnb.pppMEHostIf.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

secondaryGnb.pppMEHostIf.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

secondaryGnb.pppMEHostIf.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

secondaryGnb.pppMEHostIf.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

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

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

secondaryGnb.pppMEHostIf.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

secondaryGnb.pppMEHostIf.pcapRecorder.helpers string ""

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

secondaryGnb.pppMEHostIf.pcapRecorder.alwaysFlush bool false

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

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

The path to the InterfaceTable module

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

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

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

extra time after lifecycle stop operation finished

secondaryGnb.pppMEHostIf.ppp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

secondaryGnb.udp.interfaceTableModule string

The path to the InterfaceTable module

secondaryGnb.udp.icmpModule string "^.ipv4.icmp"
secondaryGnb.udp.icmpv6Module string "^.ipv6.icmpv6"
secondaryGnb.udp.crcMode string "declared"
secondaryGnb.udp.defaultMulticastLoop bool true
secondaryGnb.tcp.crcMode string "declared"
secondaryGnb.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)

secondaryGnb.tcp.delayedAcksEnabled bool false

delayed ACK algorithm (RFC 1122) enabled/disabled

secondaryGnb.tcp.nagleEnabled bool true

Nagle's algorithm (RFC 896) enabled/disabled

secondaryGnb.tcp.limitedTransmitEnabled bool false

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

secondaryGnb.tcp.increasedIWEnabled bool false

Increased Initial Window (RFC 3390) enabled/disabled

secondaryGnb.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)

secondaryGnb.tcp.windowScalingSupport bool false

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

secondaryGnb.tcp.windowScalingFactor int -1

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

secondaryGnb.tcp.timestampSupport bool false

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

secondaryGnb.tcp.mss int 536

Maximum Segment Size (RFC 793) (header option)

secondaryGnb.tcp.msl int 120s

Maximum Segment Lifetime

secondaryGnb.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")

secondaryGnb.tcp.useDataNotification bool false

turn the notifications for arrived data on or off

secondaryGnb.tcp.dupthresh int 3

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

secondaryGnb.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...

secondaryGnb.tcp.stopOperationExtraTime double 0s

extra time after lifecycle stop operation finished

secondaryGnb.tcp.stopOperationTimeout double 2s

timeout value for lifecycle stop operation

secondaryGnb.tcp.ecnWillingness bool false

true if willing to use ECN

secondaryGnb.tcp.dctcpGamma double 0.0625

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

secondaryGnb.x2App.client.localAddress string ""

comma separated list of addresses

secondaryGnb.x2App.client.localPort int 0

port number to listen on

secondaryGnb.x2App.client.connectAddress string

server address (may be symbolic)

secondaryGnb.x2App.client.connectPort int 5000

port number to connect to

secondaryGnb.x2App.client.startTime double 0s

time first session begins

secondaryGnb.x2App.client.numRequestsPerSession int 1

number of requests sent per session

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

length of a request (bytes)

secondaryGnb.x2App.client.thinkTime double 0s

time gap between requests

secondaryGnb.x2App.client.waitToClose double 0s

time to wait between last message sent and abort

secondaryGnb.x2App.client.reconnectInterval double 0s

if connection breaks, waits this much before trying to reconnect

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

echoes received packages when true

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

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

secondaryGnb.x2App.client.prValue double 0

for PR-SCTP

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

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

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

time of finishing sending, negative values mean forever

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

comma separated list of addresses

secondaryGnb.x2App.server.localPort int 0

port number to listen on

secondaryGnb.x2App.server.echo bool false

echoes received packages when true

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

number of requests sent per session

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

length of a request (bytes)

secondaryGnb.x2App.server.thinkTime double 0s

time gap between requests

secondaryGnb.x2App.server.waitToClose double 0s

time to wait between last message sent and abort

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

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

secondaryGnb.x2App.server.prValue double 0

for PR-SCTP

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

RFC4960=0

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

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

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

Limit for SWS

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

for flowcontrol

secondaryGnb.sctp.bytesToAddPerPeerChunk int 0

for flowcontrol

secondaryGnb.sctp.tellArwnd bool false

for flowcontrol

secondaryGnb.sctp.messageAcceptLimit int 0

for flowcontrol

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

SET_PRIMARY_ADDRESS=49156,ADD_IP_ADDRESS=49153,DELETE_IP_ADDRESS=49154

secondaryGnb.sctp.packetDrop bool false
secondaryGnb.sctp.sackNow bool false
secondaryGnb.sctp.highSpeedCC bool false
secondaryGnb.sctp.checkSackSeqNumber bool false
secondaryGnb.sctp.nrSack bool false
secondaryGnb.sctp.disableReneging bool false
secondaryGnb.sctp.gapReportLimit int 100000000
secondaryGnb.sctp.gapListOptimizationVariant string "none"
secondaryGnb.sctp.smartOverfullSACKHandling bool false
secondaryGnb.sctp.allowQoSTracking bool false
secondaryGnb.sctp.qosTrackingInterval double 1.0s
secondaryGnb.sctp.cmtSendAllVariant string "normal"
secondaryGnb.sctp.cmtRetransmissionVariant string "normal"
secondaryGnb.sctp.cmtCUCVariant string "normal"
secondaryGnb.sctp.cmtBufferSplitVariant string "none"
secondaryGnb.sctp.cmtBufferSplittingUsesOSB bool false
secondaryGnb.sctp.cmtUseSFR bool true
secondaryGnb.sctp.cmtUseDAC bool true
secondaryGnb.sctp.cmtUseFRC bool true
secondaryGnb.sctp.cmtSmartT3Reset bool true
secondaryGnb.sctp.cmtSmartFastRTX bool true
secondaryGnb.sctp.cmtSmartReneging bool false
secondaryGnb.sctp.cmtSlowPathRTTUpdate bool false
secondaryGnb.sctp.cmtChunkReschedulingVariant string "none"
secondaryGnb.sctp.cmtChunkReschedulingThreshold double 0.5
secondaryGnb.sctp.cmtMovedChunksReduceCwnd bool true
secondaryGnb.sctp.movedChunkFastRTXFactor double 2.0
secondaryGnb.sctp.cmtSackPath string "standard"
secondaryGnb.sctp.strictCwndBooking bool false
secondaryGnb.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

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

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

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

Path to the InterfaceTable module

secondaryGnb.gtpUser.localPort int 31
secondaryGnb.gtpUser.tunnelPeerPort int 31
secondaryGnb.gtpUserX2.binderModule string "binder"
secondaryGnb.gtpUserX2.localPort int 32
secondaryGnb.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

ue.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

determines the text that is written on top of the submodule

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

whether to log packets on the module output

ue.pcapRecorder.pcapFile string ""

the PCAP file to be written

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

maximum number of bytes to record per packet

ue.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

ue.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

ue.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

ue.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

ue.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

ue.pcapRecorder.helpers string ""

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

ue.pcapRecorder.alwaysFlush bool false

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

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

Source code

//
// An EN-DC topology: an ~eNodeB master paired over X2 with a ~gNodeB secondary.
// The eNodeB is the only node with a core-network link -- an EPC ~PgwStandard
// facing a router and a server -- so all data-plane traffic enters there, and
// the gNodeB contributes its radio leg alone. numUe ~NrUe terminals attach to
// both, and numBgCells ~BackgroundCell cells can be added as interferers.
//
network SingleCell_withSecondaryGnb
{
    parameters:
        int numUe = default(1);
        int numBgCells = default(0);
        @display("i=block/network2;bgb=991,558;bgi=background/pisa");
    submodules:
        channelControl: LteChannelControl {
            @display("p=88,24;is=s");
        }
        routingRecorder: RoutingTableRecorder {
            @display("p=88,74;is=s");
        }
        configurator: Ipv4NetworkConfigurator {
            @display("p=88,124;is=s");
        }
        binder: Binder {
            @display("p=88,174;is=s");
        }
        bearerConfigurator: BearerConfigurator {
            @display("p=88,224;is=s");
        }
        carrierAggregation: CarrierAggregation {
            @display("p=88,274;is=s");
        }
        server: StandardHost {
            @display("p=210,63;is=n;i=device/server");
        }
        router: Router {
            @display("p=361,62;i=device/smallrouter");
        }
        pgw: PgwStandard {
            @display("p=524,63;is=l");
        }
        masterEnb: eNodeB {
            @display("p=527,277;is=vl");
        }
        secondaryGnb: gNodeB {
            @display("p=726,277;is=vl");
        }
        bgCell[numBgCells]: BackgroundCell {
            @display("p=910,98;is=vl");
        }
        ue[numUe]: NrUe {
            @display("p=628,411");
        }
    connections:
        server.pppg++ <--> Eth10G <--> router.pppg++;
        router.pppg++ <--> Eth10G <--> pgw.dnPppg;
        pgw.pppg++ <--> Eth10G <--> masterEnb.ppp;

        //# X2 connections
        masterEnb.x2++ <--> Eth10G <--> secondaryGnb.x2++;
}
File: simulations/nr/networks/SingleCell_withSecondaryGnb.ned