External App Configuration


Support for a Stateful HTTP Client to execute a Video test, Ookla Speedtest.net®, Ping , TCP-based Traceroute and other functions (see below).  Available when External Applications is enabled on the Data Traffic Tab (Client).

Available in AMF Nodal, gNB CU NSA Nodal, gNB CU SA Nodal, IP Application Node, MME Nodal, PGW Nodal, SGW Nodal, SMF Nodal, UE Node, UPF Nodal and Wifi Offload Gateway Nodal test cases when External Data is enabled. This is a licensed featured.

Also available in the External Utility Node test case for TWAMP testing only.

Android Apps has its own tab next to External Apps tab and it is controlled by the Android Apps License Key.

In support of parallel execution of External Apps in containers (Requires Hybrid Container license),  see this section in Use Standalone Container as Ext Apps Data Source. A Standalone Container tab that has two internal panels named "Physical Interface Receiving External Data" and "Standalone Container SUTs" becomes available for input.

Up to 4 UEs will be supported for External Applications via Test Data File, but the Test Server must be configured for the same number of External Apps Cores and Ubuntu 20.04 is required. See Reserve External Apps Cores on Test Server Configuration. We allow up to 4 External App or 3 External App tests with 1 External Utility Node to run on a single vTS (should have 8 cores).

You must accept the Ookla Private Policy on the Landslide Client page if you are licensed to use any of the Speedtest.net® applications.

 

Start Test with On-Demand Command

 

Common

Common (Capture Packets/PCAP)

Common - OpenVPN Client

OpenVPN Client

Common - OpenVPN Client

HTTP

HTTP

Web Auth

 

Web Auth

 

Traceroute

Traceroute

Ping

Ping

Video Test

Video Test

Speed Test

Speed Test

Speed Test Lab

Speed Test Lab

TWAMP

Traceroute

Android Applications

Common

 

Android Applications

FTP

 

FTP

  • Iperf Pane

  • Protocol
  • Transmit Time (s)
  • Bit Rate
  • Direction
  • Server IP Address
  • Server Port
  • Override DNS
  • Apply Iperf from Test Data File
  • Iperf Pane

  • Timeout Timer (sec)
  • Client Port
  • Socket Buffer Size
  • Packet Length
  • Window Size
  • Max Segment
  • IPv6 Address Synthesis

MMS Client

MMS Client

  
 

Start Test with On-Demand Command

Select to Start the test with On-Demand command. Currently supported in AMF Nodal and SGW Nodal test cases.

This checkbox is available when the test activity is Command Mode or Sequencer and when at least one of the tests supported in the ODC has been configured (HTTP, Traceroute, etc).

When running the test in Command Mode, the "Command" button for the External Apps ODC will be visible on L3-7|External Apps tab.

In the Add OnDemand Command dialog, the tab for this ODC is named "ExecuteExtApps". It will only be available when "Start Tests with On-Demand Command" has been selected. The list of operations will contain the names of the External Apps that have been configured and are supported by the ODC.

Tcl Parameter: ExtAppsOdcStartEn

 

 


Common

Capture Packets/PCAP

Select to produce a network traffic capture file (tsn_tcn_veth_capture.pcap) and an error file (tsn_tcn_error_results.ret) under test results displayed by the TAS. The Network Traffic file only captures the network traffic for the test case from the External Apps point of view, not the Landslide viewpoint and the error file logs any errors that occurred in the External Apps point of view only. Enable the Capture Packets/PCAP flag to generate the files.

The fields listed below are not available in the External Utility Node Test Configuration.

Type

Valid options are: continuous, snapshot or circular

  • Select snapshot or circular to indicate captures of a specified number of messages (RAM based PCAP). Up to 2G buffer , an error will occur if the TS does not have enough memory to support the size of buffer.
NOTE: For a RAM based pcap, all messages are kept in memory until the pcap is stopped, either after gathering the number of messages entered or when the test is completed. The contents are then written to the pcap file.  
  • Select continuous to specify file based PCAP.
NOTEs:
  • For a continuous pcap, all messages are captured until the test completes and the messages are written to a file as they are received, that is, they are not held in RAM.
  • Continuous pcap capture is not the best option for high or "bursty" traffic. Select circular instead.  
  • For a continuous pcap, there is no pcap size limit.
  • For a circular capture, the pcap size limit is defined through the GUI. The upper limit is 2000 MB. However, the pcap does not stop once the upper limit is reached, the newest packets will squeeze out the older ones.  
  • The upper limit for snapshot is 1000000 and the pcap will stop once the upper limit is met.
  • The produced capture (.pcap) file is in a compressed format, thus it's disk size may appear smaller than expected.

 

# of Messages

Available if you select Type option as snapshot or circular. It is mandatory to enter the number of messages. Range : 1 to 1000000 Default : 100

Protocol

Select the "all" or the required protocol from the list. Options : all, dns, http (default), https, tcp, udp, ip, ipv6, icmp, icmpv6, arp

Filter

Source IP

Destination IP

Select the required IP Filter and enter the IP address (Ipv4 or IPv6) and Port, example, 10.0.0.1:2001.

NOTE: Port number is optional and applies only for TCP, UDP and SCTP protocols, that are port based transport layer.

Trim Packets to (bytes)

Select to specify how many bytes of each packet to retain in a PCAP, essentially truncating packets to allow more packets to be captured. Range : 0 to 2000 Default : 0
 

A single Tcl variable with the formatted String options per the PCAP Options API Spec with flags:  type, proto, src, dest, max_pkt_sz

Example:
variable ExtAppsPcapConfig "type=continuous"  (the default setting)
variable ExtAppsPcapConfig "type=snapshot:80 proto=tcp src=1.1.1.1 dest=3.3.3.3 max_pkt_sz=444"

 

Tcl Parameter: ExternalAppsPcapEn

Tcl Parameter: ExtAppsPcapConfig

Get Public IP Address

Select to display public IP Address. Public IP address is obtained from ipify - A Simple Public IP Address API which supports both ipv4 and ipv6. When selected the TAS will add a new field to all Records for all UE-Bearers that report a UE_PUBLIC_IP.

Tcl Parameter: ExtAppGetPublicIpEn

 

OpenVPN Client

 

OpenVPN Client

Select to OpenVPN Client where a UE can initiate a VPN connection once the IP address is assigned by the mobile network. UE emulation to a customer specified VPN server. Available in MME Nodal Test case. Disabled if L3-7 | Data Traffic | Client - Dual Stack or Use Standalone Container as Ext Apps Data Source are selected.

Measurements in External Apps|OpenVPN.

Tcl Parameter: OpenVpnClnEn

Server Address

Enter a valid IPv4 or IPv6 Address for Open VPN server.

Tcl Parameter: OpenVpnSrvAddr

Protocol

Select the protocol for OpenVPN Client test.

Options : TCP (default) or UDP

Tcl Parameter: OpenVpnProtocol

Port

Enter Port for Open VPN Client test.

Range: 0 to 65535

Default: 1194

Tcl Parameter: OpenVpnSrvPort

Timeout Timer (sec)

Enter time out timer value for Open VPN Client test.

Range: 0 to 65535

Default: 60

Tcl Parameter: OpenVpnTimeout

Cipher

Select the Cipher.

Options : NONE, AES-128-CBC, AES-128-CBC-HMAC-SHA1, AES-128-CBC-HMAC-SHA256, AES-128-CCM, AES-128-CFB , AES-128-CFB1, AES-128-CFB8, AES-128-CTR, AES-128-ECB, AES-128-GCM, AES-128-OFB, AES-128-XTS, AES-192-CBC, AES-192-CCM, AES-192-CFB, AES-192-CFB1, AES-192-CFB8, AES-192-CTR, AES-192-ECB, AES-192-GCM, AES-192-OFB, AES-256-CBC, AES-256-CBC-HMAC-SHA1, AES-256-CBC-HMAC-SHA256 , AES-256-CCM, AES-256-CFB , AES-256-CFB1, AES-256-CFB8, AES-256-CTR, AES-256-ECB, AES-256-GCM, AES-256-OFB, AES-256-XTS, AES128, AES192, AES256, BF, BF-CBC, BF-CFB, BF-ECB,  BF-OFB, BLOWFISH, CAMELLIA-128-CBC, CAMELLIA-128-CFB, CAMELLIA-128-CFB1, CAMELLIA-128-CFB8, CAMELLIA-128-ECB, CAMELLIA-128-OFB,  CAMELLIA-192-CBC, CAMELLIA-192-CFB, CAMELLIA-192-CFB1, CAMELLIA-192-CFB8, CAMELLIA-192-ECB, CAMELLIA-192-OFB,  CAMELLIA-256-CBC, CAMELLIA-256-CFB, CAMELLIA-256-CFB1, CAMELLIA-256-CFB8, CAMELLIA-256-ECB, CAMELLIA-256-OFB, CAMELLIA128, CAMELLIA192, CAMELLIA-256, CAST-CBC, CAST5-CBC, CAST5-CFB, CAST5-ECB, CAST5-OFB, DES, DES-CBC, DES-CFB, DES-CBF1, DES-CFB8, DES-ECB, DES-EDE, DES-EDE-CBC, DES-EDE-CFB, DES-EDE-OFB, DES-EDE3, DES-EDE3-CBC, DES-EDE3-CFB, DES-EDE3-CFB1, DES-EDE3-CFB8, DES-EDE3-OFB, DES-OFB, DES3, DESX, DESX-CBC, ID-AES128-CCM, ID-AES128-GCM, ID-AES128-WRAP, ID-AES192-CCM, ID-AES192-GCM, ID-AES192-WRAP, ID-AES256-CCM, ID-AES256-GCM, ID-AES256-WRAP, ID-SMIME-ALG-CMS3DESWRAP, RC2, RC2-40-CBC, RC2-64-CBC, RC2-CBC, RC2-CFB, RC2-ECB, RC2-OFB, RC4, RC4-40, RC4-HMAC-MD5, SEED, SEED-CBC, SEED-CFB, SEED-ECB,  SEED-OFB           

Default : AES-256-CBC

Tcl Parameter: OpenVpnCipher

Remote Access Test Timeout Timer (sec)

Select to perform a remote access test and enter the time out value in seconds.

Range: 0 to 65535

Default: 60

Tcl Parameter: OpenVpnRmtTestTimeoutEn

Tcl Parameter: OpenVpnRmtTestTimeout

Compression

Select to perform compression.

Tcl Parameter: OpenVpnCompressionEn

CA Test Data File

Available when OpenVPN client is selected. Select to include a CA TDF file.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: OpenVpnCaCertFile

Certificate Test Data File

Available when OpenVPN client is selected. Select to include a Certificate TDF file.

Tcl Parameter: OpenVpnCertificateFile

Private Key Test Data File

Available when OpenVPN client is selected. Select to include a Private Key TDF file.

Tcl Parameter: OpenVpnPrivateKeyFile

 

HTTP (s) Client

 

HTTP/HTTPS Client

Select to execute a HTTP/HTTPS Client test. A httpClient.csv file will be generated at the end of the test that contains DNS KPIs (performance metrics). The HTTP GET feature produces images (.png file) per fully loaded URL. These .png files should be 'tarred up" so they can be displayed under Test Results.

NOTE: When using HTTP / HTTPS Client , Number of Subscribers must be less than or equal to 1.

 

Tcl Parameter: HttpClientEn

Simultaneous Voice and Data

Available in AMF Nodal Test CnfgMME Nodal test cases when VoLTE and Enable RTP Traffic are both enabled.

When enabled, you can run both Voice and Data tests at the same time. TEST.PROCS has been enhanced to support Simultaneous Voice and Data tests at S1-U Interface.

Tcl Parameter: HttpClnSimVoiceDataEn

Resource D/L Timeout (ms)

Select to configure a timer in milliseconds for Resource Download Timeout.

Range: 500 to 655350000

Default: 5000

Tcl Parameter: HttpClnResDownloadTmoutEn

Tcl Parameter: HttpClnResDownloadTmout

User-Agent Phone Type

Select phone type. Each selection has an associated user-agent string and a viewport size that affect the different HTTP methods differently.

HTTP GET :

The selection from the menu emulates the device when HTTP GET is executed. For example, if the chosen item is iPhone 4, HTTP GET will be done by the web browser with the user-agent associated with iPhone 4 which is:

'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'

Furthermore, for every successful webpage load on the browser , a screen shot will be taken with the associated viewport size of the select device. In the case of iPhone 4, the viewport size would be 320 (width) * 480 (height). These screenshots will be zipped up in a file called HttpImageResults.tar.gz and will be available in under Test Results on the TAS.

The default choice is Galaxy S10. As of Release 18.8, the option 'None' is no longer available. For previous saved test cases using 'None', they will be automatically upgraded to "Galaxy S10".

The rest of HTTP Methods :

For the remaining methods, the selection from the dropdown menu applies less extensively. To begin with, the associated viewport size is irrelevant. Consequently, these methods would not take screenshots and wouldn’t produce a HttpImageResults.tar.gz. The only things that happens is that these HTTP methods will be carried out using the associated user-agent string of the select device from the menu.

Options : Blackberry Playbook, Blackberry Playbook landscape, Blackberry Z30, Blackberry Z30 landscape, Chrome OS Chrome, Galaxy Note 3, Galaxy Note 3 landscape, Galaxy Note II, Galaxy Note II landscape, Galaxy S III, Galaxy S III landscape, Galaxy S5, Galaxy S5 landscape, Galaxy S8, Galaxy S8 landscape, Galaxy S10 (default),, Galaxy S10 landscape, iPad, iPad landscape, iPad Mini, iPad Mini landscape, iPad Pro, iPad Pro landscape, iPhone 4, iPhone 4 landscape, iPhone 5, iPhone 5 landscape, iPhone 6, iPhone 6 landscape, iPhone 6 Plus, iPhone 6 Plus landscape, iPhone 7, iPhone 7 landscape, iPhone 7 Plus, iPhone 7 Plus landscape, iPhone 8, iPhone 8 landscape, iPhone 8 Plus, iPhone 8 Plus landscape, iPhone SE, iPhone SE landscape, iPhone X , iPhone X landscape, JioPhone 2, JioPhone 2 landscape, Kindle Fire HDX, Kindle Fire HDX landscape, LG Optimus L70, LG Optimus L70 landscape, Linux Chrome, Linux Edge, Linux Firefox, macOS Chrome, macOS Edge, macOS Firefox, macOS Safari, Microsoft Lumia 550, Microsoft Lumia 950, Microsoft Lumia 950 landscape, Nexus 10, Nexus 10 landscape, Nexus 4, Nexus 4 landscape, Nexus 5, Nexus 5 landscape, Nexus 5X, Nexus 5X landscape, Nexus 6, Nexus 6 landscape, Nexus 6P, Nexus 6P landscape, Nexus 7, Nexus 7 landscape, Nokia Lumia 520,  Nokia Lumia 520 landscape, Nokia N9,  Nokia N9 landscape, Pixel 2, Pixel 2 landscape, Pixel 2XL, Pixel 2XL landscape, Windows Chrome, Windows Edge, Windows Firefox, Windows IE, Custom

User-Agent text box becomes available for capture when "User-Agent Phone Type" selects Custom. The user should put a custom user-agent string in this text box. Examples of a Custom User-Agent : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0

Tcl Parameter: HttpClnUserAgentPhoneType

Tcl Parameter: HttpClnUserAgent

Preferred HTTP Version

Enable to select the preferred HTTP version.

Options : HTTP1 (default - TCP protocol), HTTP2 (TCP protocol) , HTTP3 (QUIC transport protocol)

Tcl Parameter: HttpPreferredVersionEn

Tcl Parameter: HttpPreferredVersion

User Provided URLs

Select to provide URLs. Available if HTTP/HTTPS Client is selected.

Tcl Parameter: HttpClnUrlType

IPv6 Address Synthesis

Select for IPv6 Address Synthesis for HTTP Client tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4, the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: HttpClnIpv6AddrSynthesisEn

URL Ranking Website

Select for URL Ranking Website. Currently not supported, future use.

# of Iterations

Enter number of Iterations. Available if HTTP/HTTPS Client is selected.

Range: 1 to 256

Default: 1

Tcl Parameter: HttpClnNumTrans

Override DNS

Select to Override DNS. Enter valid DNS Server Address.

Tcl Parameter: HttpClnDnsEn

Tcl Parameter: HttpClnDns

Timeout Timer (sec)

Enter time out timer value for HTTP/HTTPS Client test. Timeout Timer value is per URL that is configured below.

Range: 0 to 65535

Default: 15

Tcl Parameter: HttpClnTimer

URL

Enter URLs. Up to 20.

Select Method.

Options:

  • GET (the original HTTP Client option) will download the whole page
  • HEAD will get the HTTP Header only
  • CIPA (Child Information Protection Act) - ensures adult category web portals are blocked by the network - Record type HTTP_CIPA in TEST.PROCS file for VisionWorks processing.
  • DWNL - Select to download zip files over HTTP protocol - May be used to measure data performance on the network

 

Enter HTTP or HTTPS URLs to website.

e.g.   http://m.abc.com or https://m.abc.com or http://198.223.178.226/down_5M.zip (for DWNL method)

When using an IPv6 address, you must include the [] - See example :

http://[fd53:5043:5000:3d21:b4b8:c:36fb:2c35]/results/sms/test_zip.zip.

Select the IP Version - If the option Dual-Stack is enabled, a drop down list is available for each URL to allow the user to select IP Addr Type value "auto" or "IPv4" or "IPv6". 

"auto" - will do IPv6 only if IPv6 avaiable, otherwise, will do IPv4.

With "IPv6" - will force to do "IPv6" regardless whether IPv6 is reachable, if IPv6 fails, test will abort without switching to IPv4.

With "IPv4" - will do "IPv4" regardless whether IPv4 is reachable, if IPv4 fails, test will abort without switching to IPv6.

If customer wants to do both, they will have to create two URLs with the same FQDN in the URLs list, one with "ipv4" and another with "ipv6".

NOTE: External Apps HTTP GUI measurements will contain a limited number of "URLs" results (up to 8) even though up to 20 URLs can be configured. List of HTTP Cause codes reported in HTTP Status can be found in this document - HTTP Cause Code Errors.pdf.

 

Tcl Parameter: HttpClnUrls

Tcl Parameter: HttpClnUrlsMethod

Tcl Parameter: HttpClnUrlsIpVersion

Apply HTTP from Test Data File

Available when HTTP client type is selected. Select to include a TDF file.

Select to be able to run HTTP External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: HttpClnTdfEn

Tcl Parameter: HttpClnTdf

Web Auth

 

Web Auth

When WebAuth HTTP client type. HTTP Web Auth Test Data File becomes available to include a TDF file. WebAuth is only supported in the Wifi Offload Gateway Nodal test case. This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled.

Tcl Parameter: HttpWebAuthEn

HTTP Web Auth Test Data File

Available when Web Auth HTTP client type is selected. Select to include a TDF file.

Web Auth is only supported in the Wifi Offload Gateway Nodal test case.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: HttpWebAuthCfgFile

Resource D/L Timeout (ms)

Select to configure a timer in milliseconds for Resource Download Timeout.

Range: 500 to 20000

Default: 5000

Tcl Parameter: HttpWebAuthResDownloadTmoutEn

Tcl Parameter: HttpWebAuthResDownloadTmout

Timeout Timer (sec)

Enter time out timer value for Web Auth HTTP/HTTPS Client test.

Range: 0 to 65535

Default: 15

Tcl Parameter: HttpWebAuthTimer

IPv6 Address Synthesis

Currently not supported in HTTP Web Auth test. It will become available in future releases.

Select for IPv6 Address Synthesis for Web Auth HTTP Client tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4,  the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: HttpWebIpv6AddrSynthesisEn

Apply Web Auth from Test Data File

Available when Web Auth is selected. Select to include a TDF file.

Select to be able to run HTTP Web Auth External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: HttpWebAuthTdfEn

Tcl Parameter: HttpWebAuthTdf

 

Traceroute

Traceroute Test

Select to execute a Traceroute test for up to 20 hostnames.

Tcl Parameter: TracerouteHostEn

Ping DNS

Select to Ping DNS.

Tcl Parameter: TraceroutePingDnsEn

Ping Host

Select to Ping a Host.

Tcl Parameter: TraceroutePingHostEn

Host Name

Enter up to 20 Host Names to perform a trace route test. Up to 128 characters.

Tcl Parameter: TracerouteHost

Timeout Timer (sec)

Enter time out timer value for Traceroute test.

Range: 1 to 65535

Default: 60

Tcl Parameter: TracerouteTimer

Max TTL

Enter maximum number of hops the trace route will probe. Enter Max TTL.

Range: 1 to 255

Default: 30

Tcl Parameter: TracerouteMaxTTL

NQueries

Enter the number of probe packets per hop. Enter NQueries.

Range: 1 to 10

Default: 3

Tcl Parameter: TracerouteNQuerries

Override DNS

Select to Override DNS. Enter a valid IPv4 or IPv6 DNS Server Address.

Tcl Parameter: TracerouteDnsOverrideEn

Tcl Parameter: TracerouteDnsOverride

Ping Config

Enter the Ping Configuration. Enter Semicolon separated values of either:

  • IP Address{count} ( e.g.: 66.0.0.0{2} or fd:00:20::{1} )
  • HopIndex (e.g. 10)

Tcl Parameter: TraceroutePingConfig

First TTL

Enter the first TTL.

Range: 1 to 255

Default: 1

Tcl Parameter: TracerouteFirstTtl

Protocol  

Select the Protocol.

Options : TCP (default), ICMP, UDP

Tcl Parameter: TracerouteProtocol

Destination Port

Enter the destination port.

Range: 1 to 65535

Default: 53

Tcl Parameter: TracerouteDestinationPort

IPv6 Address Synthesis

Select for IPv6 Address Synthesis for Traceroute tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4 the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: TracerouteIpv6AddrSynthesisEn

Apply Traceroute from Test Data File

Available when Traceroute is selected. Select to include a TDF file.

Select to be able to run Traceroute External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: TracerouteTdfEn

Tcl Parameter: TracerouteTdf

Ping

Ping Test

Select to execute a Ping test for up to 20 servers, provisioned as hostnames or IP addresses.

Tcl Parameter: PingHostEn

Host Name

Enter up to 20 Host Names to perform a Ping test. Up to 128 characters.

Tcl Parameter: PingHosts

Tcl Parameter: PingHost

Timeout Timer (sec)

Enter time out timer value for Ping test.

Range: 1 to 65535

Default: 60

Tcl Parameter: PingTimer

Override DNS

Select to Override DNS. Enter valid IPv4 or IPv6 DNS Server Address.

Tcl Parameter: PingDnsOverrideEn

Tcl Parameter: PingDnsOverride

Max TTL

Enter maximum number of hops the ping test will probe. Enter Max TTL.

Range: 1 to 255

Default: 30

Tcl Parameter: PingMaxTTL

NQueries

Enter the number of probe packets per hop. Enter NQueries.

Range: 1 to 10

Default: 3

Tcl Parameter: PingNQuerries

Ping Interval

Select to configure the frequency of a test in milliseconds.

Options : 0 s, 100 ms, 200 ms, 300 ms, 400 ms, 500 ms, 600 ms, 700 ms, 800 ms, 900 ms, 1000 ms

Default : 200 ms

Tcl Parameter: PingInterval

IPv6 Address Synthesis

Select for IPv6 Address Synthesis for Ping tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4,  the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled.  

Tcl Parameter: PingIpv6AddrSynthesisEn

Apply Ping from Test Data File

Available when Ping is selected. Select to include a TDF file.

Select to be able to run Ping External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: PingTdfEn

Tcl Parameter: PingTdf

 

Video Test

 

Video Test

Select to perform a Video Test. Currently limited to YouTube video only. Perform a video test and report the Resolution, Length, Buffer Time, Load Time and Video Resolution Change Time in the External Apps | Video tab.

This checkbox is disabled if L3-7 | Data Traffic | Client - Dual Stack is enabled.

NOTE: To get KPIs for Nerd Stats, you need to initiate a Youtube Video with the Nerd Stats enabled.

 

This is a licensed feature which requires a "youtube video" license.

Tcl Parameter: VideoTestEn

URL

Enter valid URL for the video test. Currently limited to YouTube video.

Must be www.youtube.com, youtube.com, y2u.be or youtu.be

Default : https://www.youtube.com/watch?v=Qx_feg9cHV0

Tcl Parameter: VideoTestUrl

Resource D/L Timeout (ms)

Select to configure a timer in milliseconds for Resource Download Timeout.

Range: 500 to 20000

Default: 5000

Tcl Parameter: VideoTestResDownloadTmoutEn

Tcl Parameter: VideoTestResDownloadTmout

Timeout Timer (sec)

Enter time out timer value for Video test.

Range: 0 to 65535

Default: 150

Tcl Parameter: VideoTestTimer

IPv6 Address Synthesis

Currently not supported in Video test. It will become available in future releases.

Select for IPv6 Address Synthesis for Video tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4, the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: VideoTestIpv6AddrSynthesisEn

Apply Video Test from Test Data File

Available when Video Test is selected. Select to include a TDF file.

Select to be able to run Video Test External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: VideoTestTdfEn

Tcl Parameter: VideoTestTdf

 

Speed Test

 

Speedtest.net

Select to perform a Speedtest.net Test. Select to run an Ookla Speedtest.net® on the UE and report the Latency, Download Speed and Upload Speed, Download Bytes and Upload bytes, Download duration and Upload duration, Server name, Sponsor Name and the Distance of the Server in the info_report.csv in the test results tab.

Tcl Parameter: SpeedTestNetEn

Pause Port Capture

Select for TS to automatically pause the Port Capture when the Speed test is running including any other traffic being recorded , including DMFs and Control plane. 

Enter enabled: 

  1. start the pcap for the test
  2. pause it when the Speed Test starts
  3. resume it after the Speed Test ends
  4. stop the pcap when the test ends

Note : The Port Capture is paused not stopped. From UI, Port Capture will look enabled, but paused means the traffic being sniffed is not being written to the PCAP.
Users are still able to STOP/START Port Capture while Speedtest.net is running and see Port Capture start/stop, however the PCAP may be empty because it was "PAUSED" during Speedtest.net.

Tcl Parameter: SpeedTestNetPausePcapEn

Timeout Timer (sec)

Enter time out timer value for Speedtest.net test.

Range: 0 to 65535

Default: 70

Tcl Parameter: SpeedTestNetTimer

Server Override

Select to Override Server. Enter valid Server Address.

Select to Server Override and enter :

  • For Sponsor search, enter:  -1;<sponsor name>
  • For Server ID search, enter:  <server id>;<sponsor name>

NOTE: To override servers from the nearest 20 Ookla speedtest servers, run the test case without override and copy the "server id" and "sponsor name" for server override from the Logs tab

 

Tcl Parameter: SpeedTestNetSrvOverrideEn

Tcl Parameter: SpeedTestNetSrvOverride

Override DNS   Select to Override DNS. Enter a valid IPv4 or IPv6 DNS Server Address.   

Tcl Parameter: SpeedTestDnsOverrideEn

Tcl Parameter: SpeedTestDnsOverride

Custom Header Select to add a customized HTTP Header for the first HTTP GET message in a speedtest. Multiple headers separated by a semicolon are supported. Default: accept-encoding: identity  

Tcl Parameter: SpeedTestNetCustomHeaderEn

Tcl Parameter: SpeedTestNetCustomHeader

IPv6 Address Synthesis

Currently not supported in Speed Test. It will become available in future releases.

Select for IPv6 Address Synthesis for Speed Test tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4,  the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: SpeedTestIpv6AddrSynthesisEn

Apply Speed Test from Test Data File

Available when Speedtest.net is selected. Select to include a TDF file.

Select to be able to run Speed Test External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: SpeedTestNetTdfEn

Tcl Parameter: SpeedTestNetTdf

 

Speed Test Lab

 

Speed Test Lab

Select to execute a Speedtest++ Client test. The type of Speedtest++ tests that are supported are: Latency , Download, Upload or All three.

NOTE: External Apps | SpeedTest Lab will contain the Measurements for the Speed Test Lab.

 

Tcl Parameter: SpeedTestLabEn

Timeout Timer (sec)

Enter time out timer value for Speedtest++ test.

Range: 0 to 65535

Default: 70

Tcl Parameter: SpeedTestLabTimer

Type

Select to type of Speed test to execute. The All option will execute all three types of test.

Options : All (default ), Latency Only, Download Only, Upload Only

Tcl Parameter: SpeedTestLabType

Override DNS   Select to Override DNS. Enter a valid IPv4 or IPv6 DNS Server Address.   

Tcl Parameter: SpeedTestLabDnsOverrideEn

Tcl Parameter: SpeedTestLabDnsOverride

Host

Port

Select to enter a valid Host name (Up to 128 characters) and Port (0 to 65535) for the Speedtest++ otherwise, the server will be auto selected.  

Tcl Parameter: SpeedTestLabSpecificServerEn

Tcl Parameter: SpeedTestLabHost

Tcl Parameter: SpeedTestLabPort

IPv6 Address Synthesis

Currently not supported in Speed Test Lab. It will become available in future releases.

Select for IPv6 Address Synthesis for Speed Test Lab tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4,  the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: SpeedTestLabIpv6AddrSynthesisEn

Apply Speed Test Lab from Test Data File

Available when Speed Test Lab is selected. Select to include a TDF file.

Select to be able to run Speed Test Lab External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: SpeedTestLabTdfEn

Tcl Parameter: SpeedTestLabTdf

 

TWAMP

TWAMP Test

Select to execute a TWAMP test to capture TWAMP based latency measurements within a GTP tunnel. 

Available in AMF Nodal, External Utility Node, IP Application Node, MME, PGW and SGW Nodal test cases.

In support of parallel execution of External Apps in containers (Requires Hybrid Container license) see this section in Use Standalone Container as Ext Apps Data Source

Two-Way Active Measurement Protocol (TWAMP) is an open protocol for measuring network performance between any two devices in a network that supports the protocols in the TWAMP framework. Reference RFC 5357.

This checkbox is disabled if L3-7 | Data Traffic | Client - Dual Stack is enabled.

 

NOTEs:

  • External Apps | TWAMP will contain the Measurements for the TWAMP.
  • Prior to Release 20.2, the TWAMP container used to generate traffic in External Utility Node Test case used to need 4 core 16G VM. Now, it will need minimum of 2 core and 8G Ram VM. The reduced requirements are for the External Utility Node test case for TWAMP and does not affect any other external apps test cases, most of which should always prefer running on 4 core VM even if it is not mandated by software.

 

Tcl Parameter: TwampClientEn

Host Name

Enter up to 200 Host Names to perform TWAMP tests. Up to 128 characters. In External Utility Node Test Configuration, we currently only support IP Address.

Example : www.spirent.com

Tcl Parameter: TwampHost

Port

Enter the remote port value of the remote host for TWAMP test.

Range: 1 to 65535

Default: 20001

Tcl Parameter: TwampPort

Role

Enter role for TWAMP test. In External Utility Node Test Configuration, only SENDER is currently supported.

Options : CONTROLLER, SENDER

Default : SENDER

Tcl Parameter: TwampRole

Timeout Timer (sec)

Duration (s)

Enter time out timer value for TWAMP test. 

Range: 1 to 65535

Default: 120

In External Utility Node Test Configuration, this is called Duration (s).

Range: 300 to 65535

Default: 300

Tcl Parameter: TwampTimer

Tcl Parameter: TwampClientTimer

Control Port

Enter the control port value for TWAMP test.

Range: 0 to 65535

Default: 862

Tcl Parameter: TwampCtrlPort

Override DNS

Select to Override DNS. Enter a valid IPv4 or IPv6 DNS Server Address.

Tcl Parameter: TwampClientDnsOverrideEn

Tcl Parameter: TwampClientDnsOverride

Packets / Sec

Enter the test packet count for each host.

Range: 1 to 9999 

Default: 100

In External Utility Node test case, this is range is 1 to 10 with a default of 1.

Tcl Parameter: TwampClientPacketCnt

Packet Size

Enter the padding packet size for each test packet.

Range: 1 to 999

Default: 41

Tcl Parameter: TwampClientPacketSize

TTL

Packet Timeout (ms)

Enter TTL of the test packets. In External Utility Node Test Configuration, this is called Packet Timeout (ms).

Range: 1 to 255

Default: 64

Tcl Parameter: TwampClientTtl

TOS

Enter the TOS of the test packets. Click button to add TOS/DSCP Calculator details. See TOS Calculator topic for additional details.

Range: 0 to 255

Default: 0

Tcl Parameter: TwampClientTos

# of Iterations

Enter the number of test iterations for the configured host list.

Range: 1 to 255

Default: 1

Tcl Parameter: TwampClientIterations

Apply TWAMP Host Parameters to Test Data File

Select to apply TWAP Host Parameters from a Test data file.

See also, Applying Test Data FileApplying Test Data File.

See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

 

Select/Create a new TDF-CSV

Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

Click to open the Select Existing or Create window.

  • Navigate to the relevant library/folder,

  • Enter the name of the file:

  • If the file name already exists, the file is selected and applied in the test case.

  • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

    • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

    • Click No to select a different file

NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
TIP: You may also navigate to the relevant library/folder and select file, and click OK.

 

Upload a New TDF to TAS

Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

  • Navigate to the file on your local folder and select.
  • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

View Edit Selected TDF in TDF-CSV Editor

Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

The only options available are Save As and Cancel.

Open Selected TDF in Standalone TDF-CSV Editor

Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

Generate Stub TDF-CSV

TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

 

Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

 

Launch Standalone TDF-CSV Editor

Click to open a blank TDF-CSV Editor.

The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Each row in the TDF defines a host, replacing the table of hosts in the GUI with table of hosts in the TDF.  All hosts in the TDF will be executed on all UEs, similar to GUI table of hosts.

Columns are: "Host", "Port", "Role".

Additional fields "TOS" and "TAGS" are included in the External Utility Node Test Case

For the External Utility Node test case, the TAGs provided by TwamptTest will be put into the TWAMP records for each HOST as defined by the TDF. Any TAGs provided in TDF will supersede any TAGs defined in the Test Case or Test Session at the same TAG index. To support backward compatibility, the TAGS field in TDF is optional, but if one row has TAGS, all rows must have TAGS. The Test Server looks at TAGS as a single string thus the number of semicolons in the string can change per row. 

Tag are configured in the format of “tagname=tagvalue”, separated by “;” . Up to 20 tags are supported.
Here are some example for tag configuration:

tagname1=value1;tag2name=value2;tag3name=value3
tagname1=value1;;;tag2name=value2;;tag3name=value3
;;;;tagname1=value1;tag2name=value2;;tag3name=value3
 

Example files : Latency-TWAMP.csvNS-TWAMP.csv

Note: The order of the columns matter, the Test Server is not checking for the names of the columns.

Tcl Parameter: TwampClientCfgFileEn

Tcl Parameter: TwampClientCfgFile

IPv6 Address Synthesis

Currently not supported in TWAMP Test. It will become available in future releases.

Select for IPv6 Address Synthesis for TWAMP tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4 the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: TwampIpv6AddrSynthesisEn

Apply TWAMP from Test Data File

Available when TWAMP is selected. Select to include a TDF file.

Select to be able to run TWAMP External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index. Rows in the files are Sessions.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: TwampClientTdfEn

Tcl Parameter: TwampClientTdf

Android Applications

Android Apps to its own tab next to External Apps tab and it is controlled by it's own license key. Requires Ubuntu 22.04 TS. A standalone Android container should be used to fully emulate an android phone, with desired APPs integrated into that emulated phone. User will be able to configure which kind of app/traffic (see list below) to send out by that android container. We suggest running only one UE of android extapp per vTS only, and the suggested vTS type is vTS large HP.

Measurements on External Apps|Android. Available in the AMF Nodal Test CnfgMME Nodal , SMF Nodal, and UPF Nodal test cases. Disabled if L3-7 | Data Traffic | Client - Dual Stack or Use Standalone Container as Ext Apps Data Source are selected.

 

Common Android

Select Screen Record

Select Remote Display and enter the IP Address and Display offset of the remote display. Enter a valid IPv4/IPv6 IP address.

Range of Display Offset : 0 to 255, default : 0

Enter the iTest License Server location. Enter an IPv4/IPv6 or Host Name of the Itest License Server location. The license server should support ndo agent 9.5.0 with appium 1.22.1.

Tcl Parameter: VmScreenRecordEn

Tcl Parameter: VmRemoteDisplayEn

Tcl Parameter: VmRemoteDisplayAddr

Tcl Parameter: VmRemoteDisplayOffset

Tcl Parameter: VmItestLicenseServer

YouTube

Select to perform a YouTube test.

Enter Timeout Timer in seconds. Range: 0 to 65535, Default: 300

On the Android Apps Pane - under YouTube enter the URL to view on YouTube.

Default: https://www.youtube.com/watch?v=2XKyfdJT8Uo

Valid URL and host must be : www.youtube.com , youtube.com , y2u.be , youtu.be

Enter an NDO Script via TDF file. 

See also, Applying Test Data FileApplying Test Data File.

See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

 

Select/Create a new TDF-CSV

Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

Click to open the Select Existing or Create window.

  • Navigate to the relevant library/folder,

  • Enter the name of the file:

  • If the file name already exists, the file is selected and applied in the test case.

  • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

    • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

    • Click No to select a different file

NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
TIP: You may also navigate to the relevant library/folder and select file, and click OK.

 

Upload a New TDF to TAS

Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

  • Navigate to the file on your local folder and select.
  • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

View Edit Selected TDF in TDF-CSV Editor

Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

The only options available are Save As and Cancel.

Open Selected TDF in Standalone TDF-CSV Editor

Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

Generate Stub TDF-CSV

TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

 

Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

 

Launch Standalone TDF-CSV Editor

Click to open a blank TDF-CSV Editor.

The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: VmYoutubeEn

Tcl Parameter: VmYoutubeTimeout

Tcl Parameter: VmYoutubeVideoUrl

Tcl Parameter: VmYoutubeNdoScriptEn

Tcl Parameter: VmYoutubeNdoScript

TikTok

Select to perform a TikTok test.

Enter Timeout Timer in seconds. Range: 0 to 65535, Default: 300

On the Android Apps Pane - under TikTok enter the URL to view on Tiktok.

Default: https://www.tiktok.com/t/ZT8hvCrVW/

Valid URL and host must be : www.tiktok.com

Enter an NDO Script via TDF file. 

See also, Applying Test Data FileApplying Test Data File.

Tcl Parameter: VmTikTokEn

Tcl Parameter: VmTikTokTimeout

Tcl Parameter: VmTikTikVideoUrl

Tcl Parameter: VmTikTikNdoScriptEn

Tcl Parameter: VmTikTikNdoScript

Instagram

Select to perform an Instagram test. Using Instagram app, browse Pictures and Videos.

Enter Timeout Timer in seconds. Range: 0 to 65535, Default: 300

On the Android Apps Pane - under Instagram enter the URL to view on Tiktok.

Default: https://www.instagram.com/

Enter an NDO Script via TDF file. 

See also, Applying Test Data FileApplying Test Data File.

Enter the User Name and Password of the Instagram account.

Range : 1 to 32 characters

Enter the Expected Duration in seconds.

Range : 0 to 65535

Default : 60

Tcl Parameter: VmInstagramEn

Tcl Parameter: VmInstagramTimeout

Tcl Parameter: VmInstagramVideoUrl

Tcl Parameter: VmInstagramNdoScript

Tcl Parameter: VmInstagramUserName

Tcl Parameter: VmInstagramPassword

Tcl Parameter: VmInstagramExpDuration

Apply Android Apps from Test Data File

Available for Android Applications. Select to include a TDF file.

Select to be able to run Android Applications (Facebook, Instagram, TikTok, etc) External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index. Rows in the files are Sessions.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: AndroidVmTdfEn

Tcl Parameter: AndroidVmTdf

 

 

FTP

FTP is also available on UE Node App - FTP Pane.

FTP

Select to execute a FTP protocol data performance tests at S1U interface for 4G and 5G NSA Core performance validation. 

FTP is also available on UE Node App - FTP Pane.

NOTE: External Apps | FTP will contain the Measurements for the FTP Test.

 

Tcl Parameter: FtpTestEn

Timeout (s)

Select to enter time out timer value for FTP test.

Range: 0 to 65535

Default: 60

Tcl Parameter: FtpTestTimeoutEn

Tcl Parameter: FtpTestTimeout

Type

Select either a Download or Upload FTP test type.

Tcl Parameter: FtpTestType

Mode

Select either a Binary (default) or ASCII FTP Mode.

Tcl Parameter: FtpTestMode

Upload File When Type = Upload, enter a file to Upload. Select a TDF on the TAS or Upload a new TDF to the TAS.
  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: FtpUploadFile
Report to TAS Results Select to report the results to the TAS. If checked, downloaded file will be saved and be pulled to TAS.

For FTP upload with IP Application Node, need to set the traffic MTU to 9300, since FTP will automatically use Jumbo Frame.

For FTP upload with MME Nodal, need to set the traffic MTU to 9300 in External Apps and PGW Node, since FTP will automatically use Jumbo Frame.

Tcl Parameter: FtpTestReportEn
Anonymous Login

When selected, the FTP test will not need require a username / password.

Tcl Parameter: FtpTestAnonLoginEn

UserName

Available when Anonymous Login is not selected. Enter an FTP Username. Enter up to 64 characters.

Tcl Parameter: FtpTestUser

Password

Available when Anonymous Login is not selected. Enter an FTP Password. Enter up to 128 characters.

Tcl Parameter: FtpTestPassword

Host Enter FTP Host name. Eaxmple : ftp.pln.spirent.com Enter up to 128 characters. Tcl Parameter: FtpTestHost
Port

Enter FTP Port. Range : 0 to 65535 Default : 21

Tcl Parameter: FtpTestPort

Path

Enter the Full path of the file to download — Download, or the targeted file path of the file to upload — Upload.

Tcl Parameter: FtpTestPath

IPv6 Address Synthesis

Select for IPv6 Address Synthesis for FTP tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4 the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: FtpIpv6AddrSynthesisEn

Apply FTP from Test Data File

Available when FTP is selected. Select to include a TDF file.

Select to be able to run FTP External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: FtpTestTdfEn

Tcl Parameter: FtpTestTdf

 

Iperf

Iperf is also available on UE Node App - Iperf Pane.

Iperf

This test will act like an Iperf client and run data performance against the Iperf Server selected in the configuration below. This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled.

Iperf is also available on UE Node App - Iperf Pane.

NOTE: External Apps | IPERF will contain the Measurements for the Iperf Test.

 

The Iperf Pane becomes available for input.

Select the Protocol - TCP or UDP.

Enter Transmit Time (sec). Range : 10 to 65535 Default : 15

Enter Bit Rate.  Range : 0 to 2147483647 Default : 0

Select Bit Rate Unit. Options: bps, kbps,  mbps, gbps

Enter Direction.  Select Uplink or Downlink.

Enter Server IP Address.

Enter Server Port.  Range : 0 to 65535 Default : 5201

Enter Client Port.   Range : 0 to 65535 Default : 5201

Enter Socket Buffer Size. Available when Protocol = UDP. Range : 0 to 1024000 Default : 256000

Enter Packet Length. When Protocol = UDP, Packet Length must be <= Max Segment Size. Range : 0 to 65535 Default : 40000

Enter Window Size. Available when Protocol = TCP. Range : 0 to 1024000 Default : 256000

Enter Max Segment Size. Range : 0 to 9000 Default : 256

Override DNS

Select to Override DNS. Enter a valid IPv4 or IPv6 DNS Server Address.

Tcl Parameter: IperfClientDnsOverrideEn

Tcl Parameter: IperfClientDnsOverride

IPv6 Address Synthesis

Select for IPv6 Address Synthesis for Iperf tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4 the UE supports doing address synthesis with this checkbox enabled. 

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Tcl Parameter: IperfIpv6AddrSynthesisEn

Apply Iperf from Test Data File

Select to apply Iperf Parameters from a Test data file.

Select to be able to run Iperf External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

See also, Applying Test Data FileApplying Test Data File.

Each row overrides the GUI parameters for UE at that index.

The "Generate Stub TDF-CSV" information for the "Apply Iperf from Test Data File" TDF has the following columns:

"Iperf Test En"
"Wait Time (seconds)"
"Iperf Protocol"
"Iperf Server IP"
"Iperf Server Port"
"Iperf Client Port"
"Iperf Transmit Time"
"Iperf Bitrate"
"Iperf Packet Length"
"Iperf Direction"
"Iperf Window Size"
"Iperf Socket Buffer Size"
"Iperf Mss"

Tcl Parameter: IperfTestTdfEn

Tcl Parameter: IperfTestTdf

MMS Client

 

MMS Client

Select to enable MMS Client for MMS and EMAIL messages.

Available in MME Nodal , AMF Nodal Test, PGW Nodal, SGW Nodal and (Wifi offload GW Nodal cases - requires Capacity , Data IPSec, and AP Tunnel Type = None ).

This checkbox is not available for selection when Data Traffic External Data Source NATDual-Stack is enabled. 

Landslide supports a total of 20 recipients. The first recipient is taken from the GUI. The additional 19 recipients are configured in the TDF file. Foe example, the first result for Originator in Sent Message is reported as original MmsSendOrigNumber. The remaining as MmsSendOrigNumber_{n}

Disabled in Wifi offload GW Nodal case if RF UEs is enabled.

Measurements in External Apps|MMS.

Enable MMS Client :

  • Submit a group text via MM1 from UE
  • Submit a picture via MM1 from UE
  • Submit arbitrary attachments via MM1 from UE


To:

  • To another UE on the same mobile network
  • To another UE on a different network (MM4)
  • To another UE on a different network (MM3)
  • To an email address (MM3)
  • To a VAS (MM7)
  • To any collection of the above

From other UEs or a collection of UEs:

 

  • Send email (text, picture…) from MM3 to UE or collection of UEs
  • Send MMS from MM3 to UE or collection of UEs
  • Send MMS from MM4 to UE or collection of UEs
  • Send MMS from MM7 to UE or collection of UEs

 

 

MMS Send Procedure description. In the supported test cases, after UE is attached, we will launch MMS client to send a MMS to configured termination number.

 

 

MMS receive procedure description. In the supported test cases, after UE is attached, Landslide will monitor incoming SMS and get the MMS URL from MMS notification. After MMS URL is received from SMS, MMS client will be launched to receive MMS from MMSC.

Tcl Parameter: MmsClientEn

Timeout Timer (sec)

Enter time out timer value for MMS Client test.

Range: 1 to 65535

Default: 150

Tcl Parameter: MmsClientTimer

From Type

Select From Type MMS (Multimedia Message Service) or EMAIL.

MMS will sent from Local Phone Number, EMAIL will be sent from the email account configured below.

Tcl Parameter: MmsClientFromType

To Type

Select To Type MMS (Multimedia Message Service) or EMAIL.

Tcl Parameter: MmsClientToType

Local Phone Number

Enter Local Phone number used in the MMS message while sending MMS.

Enter valid phone number consisting of digits, +, *

Tcl Parameter: MmsClientLocalNum

Override DNS

Select Override DNS to use your own DNS server instead of network assigned DNS server.

Enter a valid IPv4 or IPv6 address of DNS Server.

Tcl Parameter: MmsClientDnsOverrideEn

Tcl Parameter: MmsClientDnsOverride

IPv6 Address Synthesis

Select for IPv6 Address Synthesis for MMS Client tests. When UE is IPv6 PDN Only and the DNS for a web server returns only IPv4 the UE supports doing address synthesis with this checkbox enabled. Not available for selection when Data Traffic External Data Source NATDual-Stack

Tcl Parameter: MmsClientIpv6AddrSynthesisEn

Remote Phone Number

Enter Remote Phone number used in the MMS message while sending MMS.

Enter valid phone number consisting of digits, +, *

Tcl Parameter: MmsClientRemoteNum

WAP Proxy Address

Enter WAP Proxy Address for sending and receiving MMS. Enter a valid FQDN or IP Address.

Tcl Parameter: MmsClientWapProxyAddr

WAP Proxy Port

Enter WAP Proxy port for sending and receiving MMS.

Range : 0 to 65535

Default : 80

Tcl Parameter: MmsClientWapProxyPort

MMSC

Enter MMS Service Center(MMSC) URL Address.

Enter valid URL for MMSC.

Tcl Parameter: MmsClientMmsc

MMS Attachment

Include Attachment in the MMS message, can be video/audio/pictures/raw data TDF file.

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: MmsClientAttachTdf

MMS GW Domain

Enter MMS Gateway domain name. This is used for send email to MMS. Enter a valid FQDN or IP Address.

Tcl Parameter: MmsClientMmsGwDomainName

E-Mail Account

Enter a valid E-Mail account name.

e.g. [email protected]

Tcl Parameter: MmsClientEmailAccount

E-Mail Password

Enter E-Mail account password. If gmail is used, smtp/imap access and lower security account access should be enabled for this gmail account.

Tcl Parameter: MmsClientEmailPassword

E-Mail Incoming IMAP Server   SSL   TLS Port

Enter Incoming IMAP server address.  Enter a valid FQDN or IP Address.

Select IMAP server security type (SSL or TLS) and Port number. For gmail account, imap SSL is verified.

Port Number range 0 to 65535. Default : 993

Tcl Parameter: MmsClientEmailIncomingImapServer

Tcl Parameter: MmsClientEmailIncomingImapServerType

Tcl Parameter: MmsClientEmailIncomingImapServerPort

E-Mail Outgoing SMTP Server

SSL   TLS

Port

Enter Outgoing SMTP server address.  Enter a valid FQDN or IP Address.

Select IMAP server security type (SSL or TLS) and Port number. For gmail account, imap SSL is verified.

Port Number range 0 to 65535. Default : 465

Tcl Parameter: MmsClientEmailOutgoingSmtpServer

Tcl Parameter: MmsClientEmailOutgoingSmtpServerType

Tcl Parameter: MmsClientEmailOutgoingSmtpServerPort

Apply MMS Client from Test Data File

Available when MMS Client selected. Select to include a TDF file.

Select to be able to run MMS Client External Apps on 4 UEs simultaneously on a Virtual Machine licensed at the small capacity level. 

Up to 4 UEs will be supported for External Applications, but the Test Server must be configured for the same number of External Apps Cores. See Reserve External Apps Cores on Test Server Configuration.

Each row overrides the GUI parameters for UE at that index.

Landslide supports a total of 20 recipients. First recipient is taken from the GUI as usual and additional 19 recipients can be configured via this TDF file. Sample TDF will be like below:

MMS Receive Notify Enable,MMS Termination Number,MMS Termination Number,MMS Termination Number,MMS Termination Number,MMS Termination Number,MMS Termination : Number true,14697933388,14697933389,14697933390,14697933391,14697933392,14697933393

The TDF-CSV editor has been modified to allow the same named TDF fields to be easily added to the TDF. Details in About The TDF- CSV Editor
 

  • See also, Applying Test Data FileApplying Test Data File.

    See Test Data Files for further explanation and sample files. If a sample is not found for the specific TDF, you can obtain a sample file from your Technical Support representative. You may also use the following options to select an existing TDF or create/edit TDF-CSV files (TDF-CSV Editor). 

    For most TDF Parameters used for Applying Parameters, each row in the file is the overridden value for a different “Session”, aka a different UE. But some TDFs are done in other dimensions, like Bearers, eNodeBs, Subscribers (2 per UE sometimes) or even Hosts, etc. Tooltips on the TDF Parameter: 

    Note that the “ID” is a unique ID. Please Provide the ID when reporting issues with a TDF. For TDFs that do not apply / override Parameters, but instead are just their own configuration or data or media files you won’t see TDF ID row details.

    TIP: When including large files, please be aware of memory limitations, since the TDF Editor shares memory with the Client.

    NOTE: The available TDF options vary. on the L3-7 | IPSec tab > IKE with RSA Settings you may only select the Certificate TDF from TAS (these are non-CSV TDFs).

    In addition, where applicable, any rules for defining TDFs are included in specific Test Cases. (For example, In MME Node test case, see MME Node - Provisioning TDF.)

    From the DMF Window, press Shift+Alt+A to display the  Save DMF as Tcl window. Click the Save to File button to save as Tcl file. See additional details on Using the Tcl API.

     

    Select/Create a new TDF-CSV

    Allows you to create a new TDF by entering a file name that doesn’t already exist or select an existing file by entering a file name that already exists.

    Click to open the Select Existing or Create window.

    • Navigate to the relevant library/folder,

    • Enter the name of the file:

    • If the file name already exists, the file is selected and applied in the test case.

    • If the file name does not exist, a message displays that says you are creating a new TDF and the embedded TDF-CSV will be launched.

      • Click Yes to launch the TDF-CSV Editor and create/save the new TDF-CSV.

      • Click No to select a different file

    NOTE: If you do not have permission to save in the selected library, an error displays when you try to create a new file.
    TIP: You may also navigate to the relevant library/folder and select file, and click OK.

     

    Upload a New TDF to TAS

    Click to import a new TDF file from your local folder and select in the test Case (instead of having to go to TDF Admin).

    • Navigate to the file on your local folder and select.
    • Then navigate to the location (library) where you want to save it on the TAS. You may rename the file, if required.  

    View Edit Selected TDF in TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Click to open the selected file in TDF-CSV Editor (in place, that is, within the Test Case).

    Edit the file and save. You may also click Save As to save the edited TDF-CSV to a different library and also rename the file, if required.

    NOTE: You may also select a TDF from a library to which you do not have write permissions, edit the file as required, and save (Save As) only to a different library with the same file name or a different name.

    The only options available are Save As and Cancel.

    Open Selected TDF in Standalone TDF-CSV Editor

    Available only when you have selected a TDF on TAS. Select to retrieve the CSV file and open it in the stand alone TDF-CSV Editor.

    Generate Stub TDF-CSV

    TIP: Available only when a CSV specification has been defined for in the Test Case for the TDF widget ( View TDF Actions/Options Menu)

     

    Opens an example context specific test data parametersexample context specific test data parameters, which you may save as a .CSV file or open in the TDF-CSV Editor.

     

    Launch Standalone TDF-CSV Editor

    Click to open a blank TDF-CSV Editor.

    The Launch Standalone TDF-CSV editor options handles very large TDFs that may use too much Client memory if opened within the Test Case/in the embedded editor.  You may set the standalone TDF-CSV Editor memory high to edit large TDFs.

Tcl Parameter: MmsClientdfEn

Tcl Parameter: MmsClientTdf

 

^ Back to Top