Extends GTPNGRange
Access Point Range
This class has no description.
Parameter | Description |
---|---|
apn |
Access Point Name String, default = "apn-1.ixiacom.com" |
imsi |
The first International Mobile Subscriber Identifier that will be accepted. String, default = "226041000000001" |
ipType |
The IP type of the address(es) that will be assigned to the UEs. When choosing IPv4v6 both an IPv4 address and an IPv6 address will be assigned to the UE. String, default = "IPv4" Choices: IPv4 - IPv4 (default) IPv6 - IPv6 IPv4v6 - IPv4v6 |
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 |
poolSize |
The number of UEs that will be accepted. Integer, min = 1, default = 100 |
poolStartIPv4 |
The first IPv4 address to be assigned to an UE. String, default = "172.16.0.1" |
poolStartIPv6 |
The first IPv6 address to be assigned to an UE. String, default = "::AC10:65" |
qosv1 |
QoSv1 settings Reference to GTPNGQoSv1 |
userPlaneIpCount |
Layer 7 Server count Integer, min = 1, default = 1 |
userPlaneIPv4Address |
The first IPv4 address to be used by the L4-7 server activities. String, default = "22.22.22.22" |
userPlaneIPv6Address |
The first IPv6 address to be used by the L4-7 server activities. String, default = "::1616:1616" |