GTPNGUERange
Extends GTPNGRange
UE Range
DESCRIPTION
This class has no description.
OPTIONS
Parameter | Description |
---|---|
count |
UE Count Integer, min = 1, default = 1 |
enableMobility |
Perform a mobility test Boolean, default = False |
enableSV |
Use Software Version to generate IMEISV. Boolean, default = False |
imei |
International Mobile Equipment Identity. The IMEI is 15 digits long but only 14 should be entered in this field as the last one is calculated using the Luhn algorithm. String, default = "99990000000001" |
imsi |
The first International Mobile Subscriber Identifier that will be accepted. String, default = "226041000000001" |
incrementBy |
Increment by this amount Integer, min = 1, default = 1 |
ipType |
Used by IxLoad to determine IP type. String, default = "IPv4" |
maxDelayVariation |
Randomize "Start delay" by max +/- X%. Integer, max = 50, default = 0 |
maxIntervalVariation |
Randomize "Mobility interval" by max +/- X% Integer, max = 50, default = 0 |
mobilityInterval |
The total time (seconds) it will take the mobile to return to the starting node. Integer, min = 1, default = 60 |
mobilityPathList |
List of GTPNGUEMobilityPathEntry objects |
msisdn |
Start value for Mobile Subscriber ISDN (Integrated Services Digital Network) Number. String, default = "40700000001" |
mss |
The Maximum Segment Size (Bytes), defines the maximum length of the data. TCP over GTPU MSS = MTU - TCP header size - IP header size - GTP header size - UDP header size - IP header size. Theoretically, this value can be as large as 65495, but such a large value is never used. For traditional Ethernet the maximum value for MSS is 1424 = 1500-76. With Jumbo Frame support, the maximum value is 9424 = 9500-76. This is the MSS advertised in the TCP Syn + ACK package and the uplink TCP traffic is the one that should respect this MSS. Integer, max = 65495, default = 1424 |
parentRange |
Parent RNC range Reference to GTPNGRange |
parentSgsnRange |
Parent SGSN range Reference to GTPNGSGSNRange |
startDelay |
How many seconds to wait before starting to move the UEs. Integer, min = 0, default = 0 |
sv |
The software version number to be appended to the IMEI in order to generate IMEISV. String, default = "11" |