NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE. Copyright Nokia. All rights reserved. Issue

Size: px
Start display at page:

Download "NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE. Copyright Nokia. All rights reserved. Issue"

Transcription

1 NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE Copyright Nokia. All rights reserved. Issue

2 Contents ACRONYMS AND TERMS ABOUT THIS DOCUMENT INTRODUCTION GETTING STARTED PRELIMINARY INFORMATION WORKING ORDER USING THE TERMINAL MANAGEMENT COMPONENT APPLICATION PROGRAMMING INTERFACE SETTING THE TERMINAL MANAGEMENT COMPONENT CONFIGURATION Initialising the CORBA Naming Service Initialising the CORBA Object Request Broker SETTING THE GATEWAY CONFIGURATION INITIALIZING AND RUNNING THE TERMINAL MANAGEMENT COMPONENT Listening to messages and events TERMINAL CONFIGURATION Initialising bearers Initialising terminals Initialising terminal configuration options Starting the configuration process Closing the Terminal Management Component Terminal Management Component log EXAMPLE APPLICATION USING THE TERMINAL MANAGEMENT COMPONENT APPLICATION PROGRAMMING INTERFACE USING THE TERMINAL MANAGEMENT COMPONENT USER INTERFACE USER INTERFACE DESCRIPTION GENERAL USE BEARER MANAGEMENT Adding bearers Removing bearers TERMINAL MANAGEMENT Adding terminals...26

3 5.4.2 Removing terminals TERMINAL MANAGEMENT COMPONENT CONFIGURATION Terminal Management Component settings Gateway settings Modifying the Terminal Management Component User Interface properties STARTING THE TERMINAL CONFIGURATION TERMINAL MANAGEMENT COMPONENT USER INTERFACE LOG...30

4 Legal Notice Copyright Nokia. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in any form without the prior written permission of Nokia is prohibited. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation. Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. Other product and company names mentioned herein may be trademarks or trade names of their respective owners. Nokia operates a policy of continuous development. Nokia reserves the right to make changes and improvements to any of the products described in this document without prior notice. Under no circumstances shall Nokia be responsible for any loss of data or income or any special, incidental, consequential or indirect damages howsoever caused. The contents of this document are provided "as is". Except as required by applicable law, no warranties of any kind, either express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose, are made in relation to the accuracy, reliability or contents of this document. Nokia reserves the right to revise this document or withdraw it at any time without prior notice.

5 ACRONYMS AND TERMS Acronym/term API CORBA CP CSD ET GPRS GSM IP M2M MSISDN ORB OTA SMS TCP TMC UI USSD WTP Description Application Programming Interface Common Object Request Broker Architecture Connection Provider Circuit Switched Data Embedded Terminal a remote object interface implemented in a Nokia GSM Connectivity Terminal General Packet Radio Service Global System for Mobile Communications Internet Protocol Machine-to-Machine Mobile Subscriber International ISDN Number Object Request Broker Over-the-Air technology Short Message Service Transmission Control Protocol Terminal Management Component User Interface Unstructured Supplementary Service Data Wireless Transaction Protocol 1/31

6 1. ABOUT THIS DOCUMENT This document instructs how to use the Terminal Management Component (TMC) and its Application Programming Interface (API) and User Interface (UI). 2/31

7 2. INTRODUCTION The TMC is used to configure Nokia GSM Connectivity Terminals to communicate with a specified Nokia M2M Gateway. It can be used together with the Nokia M2M Gateway Corporate Edition (see Figure 1) or Nokia M2M Gateway Service Provider Edition in which case it connects to the Gateway Access Software (see Figure 2). Nokia GSM Connectivity Terminal Nokia GSM Connectivity Terminal GSM GSM Nokia M2M Gateway Corporate Edition TCP/IP Terminal Management Component API Customer application Figure 1. TMC in the Nokia M2M Platform with the Corporate Edition Nokia GSM Connectivity Terminal Nokia GSM Connectivity Terminal GSM GSM Nokia M2M Gateway Service Provider Edition TCP/IP Gateway Access Software TCP/IP Terminal Management Component API Database Customer application Figure 2. TMC in the Nokia M2M Platform with the Service Provider Edition The TMC is a software component that can be embedded into Java applications. It incorporates the necessary methods to configure terminals with various communication bearers using different configuration options. The TMC package also contains a reference application implementation with a graphical UI. This UI can be used to configure terminals without writing any 3/31

8 Java code. However, the functionality of this reference implementation is limited. The TMC API is included in the terminal_management_component.jar file located in the <Gateway installation directory>/utils/ TerminalManagementComponent/lib directory. The path of this file must be added into the CLASSPATH environment variable before using the TMC API. 4/31

9 3. GETTING STARTED This chapter provides basic information on how to configure Nokia GSM Connectivity Terminals using the TMC UI, the Gateway, and the Gateway Access Software. The TMC is included in the Gateway Access Software and Nokia M2M Gateway Corporate Edition installation packages. For more detailed information on how to use the TMC API and UI, refer to Chapters 4 and PRELIMINARY INFORMATION Before starting, you need the following preliminary information: Name of the SmartMessaging Connection Provider (CP) in the Gateway (Service Provider Edition or Corporate Edition) Domain name of the Gateway Access Software in the Service Provider Edition (if Gateway Access Software is used) Bearer types to be configured into the target Nokia GSM Connectivity Terminals Wireless Transaction Protocol (WTP) ports for bearers to be used with Nokia GSM Connectivity Terminals If the target terminals do not contain any bearer configurations, you can use the SmartMessaging configuration feature. The TMC needs to know the name of the SmartMessaging CP that is configured into the Gateway. Confirm that the Gateway offers those bearers that you want to configure into the target terminals. The Gateway can support the following bearers: Circuit Switched Data (CSD) General Packet Radio Service (GPRS) Short Message Service (SMS) Unstructured Supplementary Service Data (USSD) However, the actual available set of bearers depends on the Gateway configuration, the GSM network, and on the selection of bearers supported by terminals. 5/31

10 You also need to select WTP ports for the target terminals. The recommended ports to be used with different bearers are: Port 2 for SMS Port 3 for GPRS Port 4 for CSD Port 5 for USSD 3.2 WORKING ORDER To configure a Nokia GSM Connectivity Terminal: 1. Collect the required preliminary information (refer to Chapter 3.1). 2. Ensure that either the Corporate Edition is running Gateway Access Software is running and connection to the Service Provider Edition is established. 3. Start the TMC UI with the ready-made starting script. Select a script that initialises the chosen CORBA ORB in the chosen operating system. Starting scripts using Visibroker ORB: terminal_management_component_visibroker.bat (Windows) terminal_management_component_visibroker_hp.sh (HP-UX) Note: Set DISPLAY variable if using HP server from remote host (export DISPLAY=<remote host ip-address>:0.0) terminal_management_component_visibroker_solaris.sh (Solaris) 4. Configure the necessary options in the TMC UI. 5. Select the bearers and terminals you want to configure. 6. Send the configuration to the target terminals. 6/31

11 4. USING THE TERMINAL MANAGEMENT COMPONENT APPLICATION PROGRAMMING INTERFACE This chapter describes the TMC API. The TMC API classes are included in the terminal_management_component.jar file. The TMC classes can be found in the com.nokia.m2m.terminalmanagement package. 4.1 SETTING THE TERMINAL MANAGEMENT COMPONENT CONFIGURATION The TMC configuration class can be found in the com.nokia.m2m.terminalmanagement.terminalmanagementconfig package. The TMC configuration parameters are: Minimum sending threads (set using the setminsendthreads method) Maximum sending threads (set using the setmaxsendthreads method) SmartMessaging delay (set using the setdelaysecaftersmartmessaging method) Default terminal bit rate (set using the setdefaultbitrate method) Connection timeout (set using the setdefaultconnectiontimeoutsec method) Minimum and Maximum sending threads The Minimum and Maximum sending threads parameters define the size of a thread pool that offers working threads to TMC for the terminal configuration process. The more threads available in the pool, the more terminals can be configured simultaneously. The minimum number of threads is running by default and the number of threads can grow to the maximum if more connections are required. The default value for the Minimum sending threads is 5 and for the Maximum sending threads 10. SmartMessaging delay This parameter defines the time in seconds the configuration process is blocked after sending the configuration with SmartMessaging. The delay time is used only when there is more than one bearer that needs to be configured using the 7/31

12 Embedded Terminal (ET) object, or when the configuration is tested after configuring with SmartMessaging. The delay time should be higher than what it takes to send an SMS from the Gateway to a terminal. The default value for SmartMessaging delay is 20 seconds. Note: If the SmartMessaging delay is too short, the SmartMessaging configuration data does not reach the terminal before the new connection is started. In that case, the connection to terminal fails because there is no bearer configured to the target terminal. Default terminal bitrate and Connection timeout These parameters are used in CSD or GPRS bearer configurations. If you leave the Default terminal bitrate or Connection timeout parameters blank when setting the CSD or GPRS bearers, the default values for these parameters are used. The reason for this is that these values are required when configuring CSD or GPRS bearers. The default value for Default terminal bitrate is 9600 and for Connection timeout 120 seconds. When the TerminalManagementConfig class is initiated, it contains the default values. The default values can be used, but sometimes these values may need to be modified for different environments. Setting the TMC configuration // Creating the configuration object TerminalManagementConfig tmcconfig = new TerminalManagementConfig(); // Setting up parameters tmcconfig.setdelaysecaftersmartmessaging(30); tmcconfig.setdefaultconnectiontimeoutsec(120); // Two minutes connection timeout tmcconfig.setdefaultbitrate(terminalbearercsd.bitrate_9600); tmcconfig.setminsendthreads(5); tmcconfig.setmaxsendthreads(10); // TMC configuration parameters ready INITIALISING THE CORBA NAMING SERVICE The TMC must use the same CORBA Naming Service with the Gateway Access Software or the Corporate Edition. 8/31

13 Example: how to make an initial reference while starting the TMC application The Gateway Access Software runs on a different workstation from the TMC, and the Device Information Storage (DIS) that implements the User Information and Bearer Information interfaces is typically registered into the CORBA Naming Service that runs on the same host with the Gateway Access Software. Setting the ORBInitRef.NameService property for Visibroker 4.5.1: java -DORBInitRef=NameService=corbaloc:: :9999/NameService MyTmcApplication Setting the ORBInitRef.NameService property for JacORB 1.3.0: Java- DORBInitRef.NameService=corbaloc:: :9999/StandardNS/NameServe r-poa/_root MyTmcApplication In both cases, the CORBA Naming Service reference is used from host , and the Gateway Access Software uses a default port 9999 for the Naming Service. You can also set a location for the Naming Service using System Properties. Example: how to initialise the Naming Service location using Visibroker // Initializing Name Service location (tnameserv from Sun JDK / Visibroker) java.util.properties properties = System.getProperties(); properties.put("orbinitref", "NameService=corbaloc:: :9999/NameService"); INITIALISING THE CORBA OBJECT REQUEST BROKER You can initialize the TMC with an Object Request Broker (ORB) that has already been initialized in your own application. This procedure is optional. Initialize the CORBA ORB and set the ORB reference into the TMC component using the setorb(orb) method. 9/31

14 Initialising the TMC with CORBA ORB // Creating tmc object TerminalManagement tmc = new TerminalManagement(); // Initializing ORB (ORB classes set in System properties) org.omg.corba.orb orb = org.omg.corba.orb.init((string[])null,null); // Delivering ORB reference into TMC tmc.setorb(orb); Note: If you do not initialise the CORBA ORB, the TMC tries to automatically initialise it based on the System Properties. 4.2 SETTING THE GATEWAY CONFIGURATION The Gateway configuration class can be found in the com.nokia.m2m.terminalmanagement.gatewayconfig package. The Gateway configuration parameters are as follows: Gateway host Gateway port Domain name SmartMessaging CP name (set using the setsmartmessagingcpname method) User Information interface (set using the setuserdatabasename method) Bearer Information interface (set using the setbearerdatabasename method) Gateway host and port These parameters define the location of the Gateway Access Software or Corporate Edition that is used to communicate with remote terminals. Domain name This parameter defines the domain name of the user in the Gateway. The domain name is required only when using the Gateway Access Software to communicate with the Service Provider Edition. The domain name is empty by default. Note: If the Corporate Edition is used, the configuration value for the domain name must be left empty. 10/31

15 SmartMessaging CP name This parameter defines the Smart Messaging CP name that the domain is allowed to use from the Gateway. You must set this parameter if you need to use the SmartMessaging configuration option. The SmartMessaging CP name is empty by default. User Information interface (part of DIS) This parameter contains the name of the User Information interface implementation used by the Gateway in authentication. The same name is used to register the User Information interface implementation into the CORBA Naming Service. The User Information interface name is empty by default. Bearer Information interface (part of DIS) This parameter contains the name of the Bearer Information interface implementation used by the Gateway. This same name is used to register the Bearer Information interface implementation into the CORBA Naming Service. The Bearer Information interface is used by the Active NamingContext. The Bearer Interface implementation can be used to retrieve information on bearers used in the Gateway Access Software or Corporate Edition. This parameter is required. Setting the Gateway configuration // Creating configuration object with parameters GatewayConfig gwconfig = new GatewayConfig(" ",(short)6777, "DOMAIN_1"); // Setting up other configuration values gwconfig.setsmartmessagingcpname("smartmessage-cp"); gwconfig.setuserdatabasename("myuserinformation"); gwconfig.setbearerdatabasename("mybearerinformation"); // Configuration set 4.3 INITIALIZING AND RUNNING THE TERMINAL MANAGEMENT COMPONENT To initialize and start the TMC: 1. Create the TMC object from the TerminalManagement class. 2. Set the listener and adjust the log level if necessary. 11/31

16 3. Configure the TMC object using the init(terminalmanagementconfig, GatewayConfig) method. 4. Start the TMC using the start() method. Note: After you have started the TMC and are not using it anymore, you must close it with the close() method. This method contains the mechanisms for closing threads and connections. Initialising and starting the TMC // Initializing TMC TerminalManagement tmc = new TerminalManagement(); tmc.setloglevel(5); tmc.setterminalmanagementlistener(tmclistener); // Corba ORB initiated earlier tmc.setorb(orb); // Configurations initiated earlier tmc.init(tmcconfig,gwconfig); // Starting the TMC tmc.start(); //... // Performing terminal configuration with TMC //... // Closing TMC tmc.close(); LISTENING TO MESSAGES AND EVENTS To write messages and send events, the TMC uses the com.nokia.m2m.terminalmanagement.terminalmanagementlistener interface. The interface methods to be implemented are: configurationcompleted(terminalconfiguration configuration) logmessage(string slogmessage) The configurationcompleted() method is used when the configuration process for one terminal is completed. The TerminalConfiguration object contains the Terminal, TerminalBearer, and TerminalConfigurationResult objects. The TerminalConfigurationResult object includes a list of TerminalConfigurationResultItem objects that contain information on the configuration process in different configuration phases. The Terminal and 12/31

17 TerminalBearer objects contain also those parameters that were initialized by the TMC. Listening to configuration events from the TMC public void configurationcompleted(terminalconfiguration configuration) { System.out.println("Configuration completed to terminal " + configuration.getterminal().getterminalid()); TerminalConfigurationResultItem[] resultitemarray = configuration.getconfigurationresult().getconfigurationresultitems(); // Printing the results for(int i=0;i<resultitemarray.length;i++) { System.out.println("- " + resultitemarray[i].getconfigurationposition() + "\t" + resultitemarray[i].getdescription() + "\t" + resultitemarray[i].gettimestamp().tostring() ); } } The logmessage() method is used to print messages generated by the TMC. The TMC log level defines the amount of messages received. If the TMC log level is set to 3, the method receives log messages that are in level 0,1,2, 3, or 4. The default log level is 0. Log level descriptions: 0 = Fatal Error 1 = Error 2 = Warning 3 = Note 4 = Debug Listening to log messages from the TMC public void logmessage(string slogmessage) { System.out.println("TMC Log: " + slogmessage); } 13/31

18 4.4 TERMINAL CONFIGURATION INITIALISING BEARERS The bearer information class can be found in the com.nokia.m2m.terminalmanagement.terminalbearer package. Each type of bearer is inherited from the TerminalBearer class. Bearer types: CSD - TerminalBearerCsd GPRS - TerminalBearerGprs SMS - TerminalBearerSms USSD TerminalBearerUssd Bearer data: WTP port Bearer index When you creating a bearer, you do not necessarily need to set any other parameters because the generated or default values can be used. However, you can configure these other parameter values if necessary. WTP port This parameter defines the communication port number. The WTP port number must be unique for each bearer. Bearer index This parameter defines the index used to store the chosen bearer in the target terminal. This parameter is optional. If the parameter is not set, it is generated automatically depending on the order of bearers in the bearer array. The possible index numbers in Nokia 30/31 GSM Connectivity Terminals range from 0 to 4. You can set some optional values for CSD and GPRS bearers. Both bearers have a Connection timeout parameter. The CSD bearer also has a Default terminal bitrate parameter. If these values are not set, they are obtained from values initialised in the TerminalManagementConfig object. 14/31

19 Initialising bearers // Creating CSD bearer TerminalBearerCsd csdbearer = new TerminalBearerCsd(); csdbearer.setwtpport(1); // Creating GPRS bearer TerminalBearerGprs gprsbearer = new TerminalBearerGprs(); gprsbearer.setwtpport(2); // Creating SMS bearer TerminalBearerSms smsbearer = new TerminalBearerSms(); smsbearer.setwtpport(3); // Creating USSD bearer TerminalBearerUssd ussdbearer = new TerminalBearerUssd(); ussdbearer.setwtpport(4); // Creating array of bearers TerminalBearer[] bearerarray = { csdbearer, gprsbearer, smsbearer, ussdbearer }; // Using bearer array in configuration tmc.configure(terminalarray,bearerarray,configurationoptions); Note: The TMC automatically collects other needed bearer information from the Gateway INITIALISING TERMINALS The Terminal information class can be found in the com.nokia.m2m.terminalmanagement.terminalpackage. Required values: Terminal ID Data MSISDN Voice MSISDN Optional values: Local password Remote password Default bearer Connection bearer Connection timeout (GPRS/CSD) 15/31

20 If the optional parameters are left empty, the TMC generates them or uses the default values. Terminal ID This parameter identifies the terminal in the Device Information Storage, and must be unique for each terminal in the same domain. This parameter is required. Note: If a terminal with an identical ID already exists in the same domain with Gateway Access Software, the existing terminal data is replaced with the new terminal data. The same applies also to the Corporate Edition where the domain concept does not exist (all terminals can be said to belong to the same domain). Data MSISDN This parameter defines the data dial number for a terminal, and must be unique for each terminal. It is recommended to use an international number format for the Data MSISDN. This parameter is required. Voice MSISDN This parameter defines the voice/sms dial number for a terminal, and must be unique for each terminal. In the Nokia M2M Platform, this number is mainly used for SMS communication, regardless of its name. It is recommended to use an international number format for the Voice MSISDN. This parameter is required. Local password This parameter defines the password used to authenticate a terminal when it is connecting to the Gateway. This parameter is optional, and if left empty, it is generated automatically. The maximum password length is 15 characters. Note: The Local password information is sent as plain text through the Gateway. Remote password This parameter defines the password used to authenticate the Gateway, when it is connecting to a terminal. This parameter is optional, and if left empty, it is generated automatically. The maximum password length is 15 characters. 16/31

21 Note: The Remote password information is sent as plain text through the Gateway. Default bearer This parameter defines the default bearer for the Gateway and terminal when the user has not identified any bearer for communication. Note: The default bearer needs to be configured first when using the SmartMessaging configuration option. If the default bearer has not been initialised, the TMC sets the first bearer in the array as the default bearer. Connection bearer This parameter defines the bearer the TMC uses to connect to a terminal when the SmartMessaging option is not used. The Connection bearer option is used when the target terminal already contains bearers and the SmartMessaging option cannot be used. Connection timeout This parameter defines the timeout for GPRS and CSD bearers. The value is shown in seconds. This parameter is optional. If the parameter has not been set, the TMC uses the value initialised in the configuration options. Creating a terminal object // Creating terminal object Terminal terminal = new Terminal("terminal1","+358*****567","+358*****321"); // Setting passwords (optional) terminal.setpasswordlocal("secret"); terminal.setpasswordremote("secret"); terminal.setconnectiontimeout(120);... // Two minutes timeout // Using one terminal in configuration Terminal[] terminalarray = {terminal}; tmc.configure(terminalarray,bearerarray,configurationoptions); INITIALISING TERMINAL CONFIGURATION OPTIONS You need to set the terminal configuration options before starting the configuration process. The terminal configuration options class can be found in the com.nokia.m2m.terminalmanagement.terminalconfigurationoptions package 17/31

22 The terminal configuration options are: Use SmartMessaging Test communication after configuration Maximum test communication trials Delay between test communication trials Maximum communication trials Delay between communication trials Maximum bearers in one terminal Connection bearer (used if a default or connection bearer has not been set for the terminal object) Use SmartMessaging This parameter flag indicates whether the SmartMessaging configuration is used when setting the first bearer for the target terminal. The default value for Use SmartMessaging is true. Note: If the SmartMessaging flag is set to false, the target terminals should have at least one bearer installed. Also, a connection bearer must be initialised in the configuration options. Test communication This parameter flag indicates whether the bearers configured to terminals are tested after the configuration. If this flag is set to true, all bearers in all terminals are tested. The default value for Test communication is false. Maximum test communication trials This parameter defines how many times the communication test is done at maximum if the test fails. The default value for Maximum test communication trials is 2. Delay between test communication trials This parameter defines the gap between test retrials in seconds. The default value for Delay between test communication trials is 2. 18/31

23 Maximum communication trials This parameter defines the maximum number of communication efforts to a target terminal when using CORBA for configuration. The default value for Maximum communication trials is 2. Delay between communication trials This parameter defines the gap between communication retrials in seconds. The default value for Delay between communication trials is 2. Maximum bearers in one terminal This parameter defines the limit of bearer count in the target terminal. The default value for Maximum bearers in one terminal is 5. Setting the terminal configuration options affects all terminals configured during one configuration session using the configure(terminal[], TerminalBearer[], TerminalConfigurationOptions) method. Initializing terminal configuration options // Initializing options TerminalConfigurationOptions options = new TerminalConfigurationOptions(); // Use SmartMessaging for the first bearer options.setsmartmessaging(true); // Test communication after configuration options.settestcommunication(true); // Define connection bearer parameters (CSD using WTP port 3) options.setconnectionbearerdata(terminalbearer.type_csd,3); // Try communication max 4 times, wait 5 sec between trials options.setmaxcommunicationtrials(4); options.setcommunicationtrialdelaysec(5); // Test communication max three times when errors occurs, wait 5 sec between trials options.setmaxcommunicationtesttrials(3); options.settesttrialdelaysec(5); STARTING THE CONFIGURATION PROCESS Start the configuration process using the configure(terminal[], TerminalBearer[], TerminalConfigurationOptions) method. 19/31

24 You need to set the following parameters: Terminal array Bearer array Configuration options All bearers in the Bearer array are configured to all terminals in the terminal array. The Configuration options parameter affects all terminals that are configured. Starting the configuration process // Starting configuration process tmc.configure(terminalarray,bearerarray,configurationoptions); CLOSING THE TERMINAL MANAGEMENT COMPONENT Close the TMC with the close() method before shutting down your application. This method contains mechanisms for closing threads and connections used by TMC TERMINAL MANAGEMENT COMPONENT LOG The TMC writes a log through the TerminalManagementListener interface. You can set the log level of the TMC using the setloglevel(int level) method. The log level can range from 0 to 10. The greater the level number, the more detailed log messages are printed. 4.5 EXAMPLE APPLICATION USING THE TERMINAL MANAGEMENT COMPONENT APPLICATION PROGRAMMING INTERFACE This section introduces an example application that uses the TMC API. The application configures one terminal with three bearers. The configuration information is: The Gateway Access Software is located in host , port The Gateway Access Software uses the domain name DOMAIN1 in the Service Provider Edition. DOMAIN1 uses a Connection Provider called SMARTMESSAGE-CP to send Over-the-Air (OTA) configuration to terminals. 20/31

25 The User Information interface name in the CORBA Naming Service used by the Gateway Access Software is myuserinformation and the Bearer Information interface name is mybearerinformation. Information for the terminal to be configured is: Terminal ID is terminal1 Data MSISDN is +358*****567 Voice MSISDN is +358*****321 Bearers to be configured into the target terminal are: SMS for WTP port 2 GPRS for WTP port 3 using a Connection timeout of 3 minutes CSD for WTP port 4 Example application using the TMC API package com.nokia.m2m.terminalmanagement.sample; import com.nokia.m2m.terminalmanagement.*; /** * Very simple application using TMC API. * */ public class SampleTmcApp implements TerminalManagementListener { /** * SampleTmcApp constructor. */ public SampleTmcApp() { super(); } /** * Interface method implementation. */ public void configurationcompleted(terminalconfiguration configuration) { System.out.println("Configuration completed to terminal " + configuration.getterminal().getterminalid()); TerminalConfigurationResultItem[] resultitemarray = configuration.getconfigurationresult().getconfigurationresultitems(); for(int i=0;i<resultitemarray.length;i++) { System.out.println("- " + resultitemarray[i].getconfigurationposition() + "\t" 21/31

26 + resultitemarray[i].getdescription() + "\t" + resultitemarray[i].gettimestamp().tostring() ); } } /** * Interface method implemented. * */ public void logmessage(string slogmessage) { System.out.println("TMC Log: " + slogmessage); } /** * Starts the application. * * Configures one terminal with some bearers * args an array of command-line arguments */ public static void main(java.lang.string[] args) { try { System.out.println("Simple TMC application"); // Create an instance of tmc TerminalManagement tmc = new TerminalManagement(); // Create TMC configuration TerminalManagementConfig tmcconfig = new TerminalManagementConfig(); tmcconfig.setdelaysecaftersmartmessaging(20); GatewayConfig gwconfig = new GatewayConfig(" ",(short)6777, "DOMAIN1"); gwconfig.setsmartmessagingcpname("smartmessage-cp"); gwconfig.setuserdatabasename("myuserinformation"); gwconfig.setbearerdatabasename("mybearerinformation"); // Initialize TMC tmc.setloglevel(5); tmc.setterminalmanagementlistener(new SampleTmcApp()); tmc.init(tmcconfig,gwconfig); // Start the TMC tmc.start(); // Creating terminal Terminal terminal = new Terminal("terminal1","+358*****567","+358*****321"); Terminal[] terminalarray = {terminal}; // Creating bearers TerminalBearerCsd bearercsd = new TerminalBearerCsd(); bearercsd.setwtpport(4); TerminalBearerGprs bearergprs = new TerminalBearerGprs(); bearergprs.setwtpport(3); bearergprs.setconnectiontimeout(180); // 3 minutes timeout TerminalBearerSms bearersms = new TerminalBearerSms(); bearersms.setwtpport(2); TerminalBearer[] bearerarray = {bearercsd, bearergprs, bearersms}; // Creating configuration options TerminalConfigurationOptions configurationoptions = 22/31

27 new TerminalConfigurationOptions(); // Test communication after configuration configurationoptions.settestcommunication(true); } } // Start configuration tmc.configure(terminalarray,bearerarray,configurationoptions); // Close the TMC component tmc.close(); } catch(exception e) { e.printstacktrace(); } Note: For more information on using the TMC API, refer also to the TMC reference implementation source code. 23/31

28 5. USING THE TERMINAL MANAGEMENT COMPONENT USER INTERFACE This chapter describes how to use the TMC UI application that is included in the TMC package. 5.1 USER INTERFACE DESCRIPTION When you start the TMC UI application and have not entered any initial properties to the tmcui.properties file, the Terminal Management Component window presented in Figure 3 opens without any added information. If you have entered some initial properties to the tmcui.properties file before starting the application, these properties are read from the file on starting the application. Figure 3. Terminal Management Component User Interface To view and alter the property settings, choose the Settings command on the Window menu. If you need to change the TMC or Gateway settings, you must do that before clicking the Configure button on the TMC UI (see Figure 3). 5.2 GENERAL USE With the TMC UI, you can define the terminal and bearer properties and configure terminals with the set properties. It is not possible to alter or remove information from already configured terminals using the TMC UI. If the terminals 24/31

29 have been configured incorrectly, the bearers can be removed only with the Nokia 30 Configurator application. If you want to use a default bearer, it is best to set up the terminal bearers first. When you have set the bearers, you can select them as default bearers for different terminals. 5.3 BEARER MANAGEMENT Note: Adding or removing bearers affects only the bearer information in the TMC UI ADDING BEARERS You can add bearers using the controls on the Bearer Information pane. All information is mandatory. When you have set the bearer information, click the Add button. The added bearer properties appear in the bearer table. Clicking the Add button adds the bearers also to the Default bearer combo box, which is located on the Terminal Information pane. A given bearer can then be selected as the default bearer for one or more terminals. If one or more text fields in the Bearer Information pane are left empty, the TMC UI shows an Error Description window, and the adding procedure is stopped. You must use integers in the Index and WTP port text fields. If you enter an incorrect value, the TMC UI shows an Error Description window, and the adding procedure is stopped REMOVING BEARERS You can remove bearers one by one or all at once. If the bearer you are about to remove is assigned as the default bearer for one or more terminals, you cannot remove it until the given terminal has been removed or the default bearer of that terminal is changed. This restriction applies also when trying to remove all bearers at once. Remove a single bearer by selecting it from the bearer table and clicking the Remove button. Remove all bearers at once by clicking the Clear button. 25/31

30 5.4 TERMINAL MANAGEMENT Note: Adding or removing terminals affects only the terminal information in the TMC UI ADDING TERMINALS You can add terminals using the controls on the Terminal Information pane. All information is mandatory. When you have set the terminal information, click the Add button. The added terminal properties appear in the terminal table. Note: If the target terminal already has some bearers installed, you must select one of these bearers from the Connection Method pane. In that case, the SmartMessaging feature is not functional. If you have not selected a default bearer, the TMC decides which bearer will be used as the default bearer for a given terminal. If one or more text fields in the Terminal Information pane are left empty, the TMC UI shows an Error Description window, and the adding procedure is stopped REMOVING TERMINALS You can remove terminals one by one or all at once. Remove a single terminal by selecting it from the terminal table and clicking the Remove button. Remove all terminals at once by clicking the Clear button. 5.5 TERMINAL MANAGEMENT COMPONENT CONFIGURATION TERMINAL MANAGEMENT COMPONENT SETTINGS You can view the TMC properties by choosing the Settings command on the Window menu, and then clicking the TMC Settings tab (see Figure 4). 26/31

31 Figure 4. TMC Settings The TMC Settings tab shows you the current TMC settings. If you need to change a property value, add a new value for a given property to the respective text field and click the Set button. Changes are made only to those properties that have a value entered to their text field GATEWAY SETTINGS You can view the Gateway properties by choosing the Settings command on the Window menu, and then clicking the Gateway Settings tab (see Figure 5). 27/31

32 Figure 5. Gateway Settings The Gateway Settings tab shows you the current Gateway settings. If you need to change a property value, add a new value for a given property to the respective text field and click the Set button. Changes are made only to those properties that have a value entered to their text field MODIFYING THE TERMINAL MANAGEMENT COMPONENT USER INTERFACE PROPERTIES If you want to change the initial TMC UI properties, you need to edit the tmcui.properties file. This file can be found in the installation directory of the TMC application. The initial properties are read during the application start-up. If you have made changes to the tmcui.properties file, these changes come into effect only after the TMC UI application is restarted. Initial properties of the TMC configuration org.omg.corba.orbclass=org.jacorb.orb.orb org.omg.corba.orbsingletonclass=org.jacorb.orb.orbsingleton #Gateway settings tmcui.gwhost= tmcui.gwport=6777 tmcui.gwdomain=domain1 tmcui.smartmessagingcp=smartmessage-cp tmcui.userdbname= myuserinformation tmcui.bearerdbname=mybearerinformation 28/31

33 5.6 STARTING THE TERMINAL CONFIGURATION When you have set all the needed parameters required for the terminal configuration, click the Configure button on the Terminal Management Component window (see Figure 3). The TMC now proceeds to configure the terminals you have added to the terminal table with the bearers you have added to the bearer table. When the configuration process has been completed successfully for an individual terminal, a tick mark is displayed in the Conf status column on the respective terminal row (see Figure 3). If you click the mark, you receive additional information on the configuration process for that terminal in a secondary window (see Figure 6). Figure 6. Configuration Result: OK If an error occurred in the configuration process for an individual terminal, Error is displayed in the Conf status column on the respective terminal row. If you click the Error text, a secondary window is opened (see Figure 7) showing you where in the configuration phase the error took place. 29/31

34 Figure 7. Configuration Result: ERROR If the configuration process was incomplete or not started, an empty box is displayed in the Conf status column. 5.7 TERMINAL MANAGEMENT COMPONENT USER INTERFACE LOG You can open the TMC UI log by choosing the Log command on the Window menu (see Figure 8). The log service is activated during the start-up of the UI application, and the log entries remain until the UI application is shut down or the log is cleared. You can clear the log by choosing the Clear Log command on the Program menu. 30/31

35 Figure 8. Terminal Management Component User Interface log 31/31

NOKIA M2M GATEWAY 2.2 SERVICE PROVIDER EDITION BILLING SUPPORT PROGRAMMING GUIDE. Copyright Nokia. All rights reserved. Issue 2.

NOKIA M2M GATEWAY 2.2 SERVICE PROVIDER EDITION BILLING SUPPORT PROGRAMMING GUIDE. Copyright Nokia. All rights reserved. Issue 2. NOKIA M2M GATEWAY 2.2 SERVICE PROVIDER EDITION BILLING SUPPORT PROGRAMMING GUIDE Copyright 2002-2003 Nokia. All rights reserved. Issue 2.0 9355674 Contents ACRONYMS AND TERMS...1 1. ABOUT THIS DOCUMENT...2

More information

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E62 Transferring data Nokia E62 Transferring data Legal Notice Copyright Nokia 2006. All rights reserved. Reproduction,

More information

Nokia E61i Synchronising data

Nokia E61i Synchronising data Nokia E61i Synchronising data Nokia E61i Synchronising data Legal Notice Copyright Nokia 2007. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this

More information

NOKIA M2M PLATFORM ACTIVE NAMINGCONTEXT PROGRAMMING GUIDE. Copyright 2002 Nokia. All rights reserved. Issue

NOKIA M2M PLATFORM ACTIVE NAMINGCONTEXT PROGRAMMING GUIDE. Copyright 2002 Nokia. All rights reserved. Issue NOKIA M2M PLATFORM ACTIVE NAMINGCONTEXT PROGRAMMING GUIDE Copyright 2002 Nokia. All rights reserved. Issue 1.2 9354562 Contents ABBREVIATIONS...2 1. INTRODUCTION...3 2. ACTIVE NAMINGCONTEXT...4 2.1 ANC

More information

Issue 1 EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

Issue 1 EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9243066 Issue 1 EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300i Transferring data Nokia 9300i Transferring data Legal Notice Copyright Nokia 2005. All rights

More information

Nokia E61i support

Nokia E61i  support Nokia E61i Nokia E61i Legal Notice Copyright Nokia 2007. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in any form without the prior

More information

SUPPORT GUIDE FOR THE NOKIA 6510 WITH AN INFRARED DATA CONNECTION IN PSION DEVICES

SUPPORT GUIDE FOR THE NOKIA 6510 WITH AN INFRARED DATA CONNECTION IN PSION DEVICES SUPPORT GUIDE FOR THE NOKIA 6510 WITH AN INFRARED DATA CONNECTION IN PSION DEVICES Copyright Nokia Mobile Phones 2002. All rights reserved Date: 15.01.02, ver. 1.0 Contents 1. INTRODUCTION...1 2. PSION

More information

USER S GUIDE FOR NOKIA PC SUITE 6.2. Copyright Nokia. All rights reserved. 1/20

USER S GUIDE FOR NOKIA PC SUITE 6.2. Copyright Nokia. All rights reserved. 1/20 USER S GUIDE FOR NOKIA PC SUITE 6.2 1/20 Copyright 2002-2004 Nokia. All rights reserved. Legal Notice Copyright 2002-2004 Nokia. All rights reserved. Reproduction, transfer, distribution or storage of

More information

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide F O R U M N O K I A Series 40 6th Edition SDK, Feature Pack 1 Installation Guide Version Final; December 2nd, 2010 Contents 1 Legal Notice...3 2 Series 40 6th Edition SDK, Feature Pack 1...4 3 About Series

More information

Nokia 9300 and Nokia 9500 Communicator with BlackBerry Connect

Nokia 9300 and Nokia 9500 Communicator with BlackBerry Connect Nokia 9300 and Nokia 9500 Communicator with BlackBerry Connect Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in

More information

QUICK GUIDE FOR. Installing Nokia Connectivity Cable Drivers

QUICK GUIDE FOR. Installing Nokia Connectivity Cable Drivers QUICK GUIDE FOR Installing Nokia Connectivity Cable Drivers Contents 1. Introduction...1 2. Must haves...1 3. Installing Nokia Connectivity Cable Drivers...2 3.1 Before installation...2 3.2 Installing

More information

ModemUSB/E12 User Manual v0.1

ModemUSB/E12 User Manual v0.1 User Manual v0.1 TABLE OF CONTENTS TABLE OF CONTENTS...2 1. ATTENTION...3 2. FOR YOUR SAFETY...3 3. USER S SERVICE...5 4. BASIC INFORMATION...6 4.1 Introduction...6 4.2 Legal Notice...6 4.3 Contacts...6

More information

Share Online 2.0. Copyright 2007 Nokia. All rights reserved.

Share Online 2.0. Copyright 2007 Nokia. All rights reserved. Share Online 2.0 2007 Nokia. All rights reserved. Nokia, Nokia Connecting People, and Nseries are trademarks or registered trademarks of Nokia Corporation. Other product and company names mentioned herein

More information

TELTONIKA ModemUSB/G10 User Manual v0.1

TELTONIKA ModemUSB/G10 User Manual v0.1 Address: Žirmūnų g. 27, Vilnius LT-09105, Tel.: +370 5 2127472, Fax: +3705 276 1380, E-mail: info@teltonika.lt TELTONIKA User Manual v0.1 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1. ATTENTION... 3 2. FOR

More information

NOKIA 30 GSM CONNECTIVITY TERMINAL PRODUCT GUIDE. Copyright Nokia Corporation All rights reserved. Version 2.0

NOKIA 30 GSM CONNECTIVITY TERMINAL PRODUCT GUIDE. Copyright Nokia Corporation All rights reserved. Version 2.0 NOKIA 30 GSM CONNECTIVITY TERMINAL PRODUCT GUIDE Copyright Nokia Corporation 2002. All rights reserved. Version 2.0 Contents DEFINITIONS AND TERMINOLOGY... 2 1. DOCUMENT SCOPE... 3 2. PRODUCT CONCEPT AND

More information

Nokia Converter (CA-55) Installation guide Issue 1

Nokia Converter (CA-55) Installation guide Issue 1 Nokia Converter (CA-55) Installation guide 9238687 Issue 1 Copyright 2005 Nokia. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in

More information

Nokia Display Headset HS-69 User Guide Issue 1 EN

Nokia Display Headset HS-69 User Guide Issue 1 EN Nokia Display Headset HS-69 User Guide 9250693 Issue 1 EN DECLARATION OF CONFORMITY Hereby, NOKIA CORPORATION declares that this HS-69 product is in compliance with the essential requirements and other

More information

SMM Series - LTE / 3G Modem SMM-400. Firmware Release Notes

SMM Series - LTE / 3G Modem SMM-400. Firmware Release Notes SMM Series - LTE / 3G Modem SMM-400 Firmware Release Notes Document Number: 0013-001-000592 Document () Firmware Version: v1.0.1.3 Documentation Control Generation Date: August 22, 2018 Cybertec Pty Limited

More information

TELTONIKA ModemCOM (TMC-10x) User Manual V

TELTONIKA ModemCOM (TMC-10x) User Manual V TELTONIKA ModemCOM (TMC-10x) User Manual V2.1.1.18 TABLE OF CONTENTS ATTENTION!...3 LEGAL NOTICE...3 INTRODUCTION...4 1. PACKAGE CONTENTS...5 2. TECHNICAL SPECIFICATIONS...6 2.1. Data transferring...6

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.0

Cisco Terminal Services (TS) Agent Guide, Version 1.0 First Published: 2016-08-29 Last Modified: 2018-01-30 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

TELTONIKA ModemCOM/G10 (CM1100) User Manual V0.1

TELTONIKA ModemCOM/G10 (CM1100) User Manual V0.1 TELTONIKA ModemCOM/G10 (CM1100) User Manual V0.1 Table of Contents TABLE OF CONTENTS...2 1. ATTENTION...3 2. SAFETY INSTRUCTION...3 3. LEGAL NOTICE...5 4. INTRODUCTION...5 5. PACKAGE CONTENTS...5 6. TECHNICAL

More information

NOKIA 12 GSM MODULE JAVA TM IMLET PROGRAMMING GUIDE. Copyright Nokia. All rights reserved. Issue

NOKIA 12 GSM MODULE JAVA TM IMLET PROGRAMMING GUIDE. Copyright Nokia. All rights reserved. Issue NOKIA 12 GSM MODULE JAVA TM IMLET PROGRAMMING GUIDE Copyright 2004-2005 Nokia. All rights reserved. Issue 1.1 9231715 Contents ACRONYMS AND TERMS...1 1. ABOUT THIS DOCUMENT...4 2. INTRODUCTION...6 3. NOKIA

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Network Connectivity Monitoring net_connect v2.9 series Legal Notices This online help system (the "System") is for your informational purposes only and

More information

Nokia 9300 Device with BlackBerry Connect

Nokia 9300 Device with BlackBerry Connect Nokia 9300 Device with BlackBerry Connect Legal Notice Copyright 2005 Nokia. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in any

More information

Nokia Bluetooth Speakers MD-5W. Issue1

Nokia Bluetooth Speakers MD-5W. Issue1 Nokia Bluetooth Speakers MD-5W 2 3 4 5 6 7 8 8 9 10 11 12 14 13 Issue1 DECLARATION OF CONFORMITY Hereby, NOKIA CORPORATION declares that this MD-5W product is in compliance with the essential requirements

More information

Nokia Call Connect for Cisco User s Guide. Part Number: N Rev 003 Issue 1

Nokia Call Connect for Cisco User s Guide. Part Number: N Rev 003 Issue 1 Nokia Call Connect for Cisco User s Guide Part Number: N450000431 Rev 003 Issue 1 2009 Nokia. All rights reserved. Nokia is a registered trademark of Nokia Corporation. Other product and company names

More information

Mitel MiContact Center Enterprise SMS GATEWAY USER GUIDE. Release 9.2

Mitel MiContact Center Enterprise SMS GATEWAY USER GUIDE. Release 9.2 Mitel MiContact Center Enterprise SMS GATEWAY USER GUIDE Release 9.2 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-12-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

StoneGate Management Center Release Notes for Version 4.2.1

StoneGate Management Center Release Notes for Version 4.2.1 StoneGate Management Center Release Notes for Version 4.2.1 Created: July 24, 2008 Table of Contents What s New... 3 System Requirements... 4 Build Version... 5 Compatibility... 5 Installation Instructions...

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M

Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M Software Update C.09.xx Release Notes for the HP Procurve Switches 1600M, 2400M, 2424M, 4000M, and 8000M Topics: TACACS+ Authentication for Centralized Control of Switch Access Security (page 7) CDP (page

More information

Using the HP IP/IPX Printer Gateway

Using the HP IP/IPX Printer Gateway Using the HP IP/IPX Printer Gateway Notice The information contained in this document is subject to change without notice. HEWLETT-PACKARD COMPANY MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL,

More information

SQL Server Installation and Configuration Guide. Abstract

SQL Server Installation and Configuration Guide. Abstract SQL Server 2008 Installation and Configuration Guide Abstract This document describes the configuration during and after database installation when IMC is used together with Microsoft SQL Server. The document

More information

HG658d Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD.

HG658d Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658d Home Gateway User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658d Home Gateway V100R001 User Guide Issue 01 Date 2013-07-23 Part Number 202633 Huawei Technologies Co., Ltd. provides customers with comprehensive

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-10-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Nokia Bluetooth Headset BH-202. Issue 1

Nokia Bluetooth Headset BH-202. Issue 1 Nokia Bluetooth Headset BH-202 22 3 1 4 5 7 6 8 9 Issue 1 DECLARATION OF CONFORMITY Hereby, NOKIA CORPORATION declares that this HS-38W product is in compliance with the essential requirements and other

More information

Security testing ain t no functional testing

Security testing ain t no functional testing Security testing ain t no functional testing Tóth Attila HUSTEF, November 13-15, 2017, Budapest 1 Let s play a game based on a real world example Imagine we need to build and test a secure door 2 Requirements

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Nokia Wireless Plug-in Car Handsfree HF-35W /1

Nokia Wireless Plug-in Car Handsfree HF-35W /1 Nokia Wireless Plug-in Car Handsfree HF-35W 1 2 3 4 5 6 9249090/1 DECLARATION OF CONFORMITY We, NOKIA CORPORATION, declare under our sole responsibility that the product HF-35W is in conformity with the

More information

Nokia Wireless Headset (HS-54W) User Guide

Nokia Wireless Headset (HS-54W) User Guide Nokia Wireless Headset (HS-54W) User Guide DECLARATION OF CONFORMITY We, NOKIA CORPORATION declare under our sole responsibility that the product HS-54W is in conformity with the provisions of the following

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

DISCLAIMER COPYRIGHT List of Trademarks

DISCLAIMER COPYRIGHT List of Trademarks DISCLAIMER This documentation is provided for reference purposes only. While efforts were made to verify the completeness and accuracy of the information contained in this documentation, this documentation

More information

Infor ES Application Service Manager Administration Guide

Infor ES Application Service Manager Administration Guide Infor ES Application Service Manager Administration Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains

More information

Nokia Client Release Notes. Version 2.0

Nokia  Client Release Notes. Version 2.0 Nokia Email Client Release Notes Version 2.0 Published June 9, 2008 COPYRIGHT Copyright 1997-2008 Nokia Corporation. All rights reserved. Nokia, Nokia Connecting People, Intellisync, and Intellisync logo

More information

SMM Series 3G and GSM Modems. Quick Start Guide. Document Number: Version: 1.2 (20 October, 2015)

SMM Series 3G and GSM Modems. Quick Start Guide. Document Number: Version: 1.2 (20 October, 2015) SMM Series 3G and GSM Modems Quick Start Guide Document Number: 0013-001-000272 () Documentation Control Generation Date: October 20, 2015 Cybertec Pty Limited All rights Reserved. No part of this publication

More information

GSM System Overview. Ph.D. Phone Lin.

GSM System Overview. Ph.D. Phone Lin. GSM System Overview Phone Lin Ph.D. Email: plin@csie.ntu.edu.tw 1 Outlines Introduction GSM Architecture Location Tracking and Call Setup Security GSM Data Services Unstructured Supplementary Service Data

More information

HG658 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD.

HG658 Home Gateway. User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658 Home Gateway User Guide HUAWEI TECHNOLOGIES CO., LTD. HG658 Home Gateway V100R001 User Guide Issue 01 Date 2012-06-07 Part Number 202500 Huawei Technologies Co., Ltd. provides customers with comprehensive

More information

Oracle Tuxedo. Interoperability 12c Release 1 (12.1.1) June 2012

Oracle Tuxedo. Interoperability 12c Release 1 (12.1.1) June 2012 Oracle Tuxedo Interoperability 12c Release 1 (12.1.1) June 2012 Oracle Tuxedo Interoperability, 12c Release 1 (12.1.1) Copyright 1996, 2012, Oracle and/or its affiliates. All rights reserved. This software

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1.3

Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1.3 Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1.3 Software Release Notes December 2013 Contents Introduction 1 Changes to interoperability 1 Product documentation 2 New

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Nokia Bluetooth Headset BH /1

Nokia Bluetooth Headset BH /1 Nokia Bluetooth Headset BH-301 2 7 1 3 4 5 6 8 9251888/1 9 1 10 DECLARATION OF CONFORMITY Hereby, NOKIA CORPORATION declares that this HS-51W product is in compliance with the essential requirements and

More information

ID Provider Driver Implementation Guide

ID Provider Driver Implementation Guide www.novell.com/documentation ID Provider Driver Implementation Guide Identity Manager 4.0.2 June 2012 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

SmartDispatch Installation Guide

SmartDispatch Installation Guide SmartDispatch Installation Guide Copyright Information Hytera is the trademark or registered trademark of Hytera Communications Corporation Limited. (the Company) in PRC and/or other countries or areas.

More information

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc.

Quick KVM 1.1. User s Guide. ClearCube Technology, Inc. Quick KVM 1.1 User s Guide ClearCube Technology, Inc. Copyright 2005, ClearCube Technology, Inc. All rights reserved. Under copyright laws, this publication may not be reproduced or transmitted in any

More information

FindMe. Cisco TelePresence Deployment Guide Cisco VCS X6 D

FindMe. Cisco TelePresence Deployment Guide Cisco VCS X6 D FindMe Cisco TelePresence Deployment Guide Cisco VCS X6 D14525.03 February 2011 Contents Contents Document revision history... 3 Introduction... 4 Related documents... 4 Set up FindMe... 5 Create user

More information

ActiveSpaces Transactions. Quick Start Guide. Software Release Published May 25, 2015

ActiveSpaces Transactions. Quick Start Guide. Software Release Published May 25, 2015 ActiveSpaces Transactions Quick Start Guide Software Release 2.5.0 Published May 25, 2015 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

ibaan OpenWorld Adapter Suite 2.3 Installation and Configuration Guide for Connector for CORBA

ibaan OpenWorld Adapter Suite 2.3 Installation and Configuration Guide for Connector for CORBA ibaan OpenWorld Adapter Suite 2.3 Installation and Configuration Guide for Connector for CORBA A publication of: Baan Development B.V. P.O.Box 143 3770 AC Barneveld The Netherlands Printed in the Netherlands

More information

Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers

Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers Quantum Policy Suite Subscriber Services Portal 2.9 Interface Guide for Managers Version 5.5 August 31, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone

More information

Nokia Bluetooth Headset BH /1

Nokia Bluetooth Headset BH /1 Nokia Bluetooth Headset BH-201 1 3 7 9 2 5 4 6 8 12 13 10 11 9200041/1 DECLARATION OF CONFORMITY Hereby, NOKIA CORPORATION declares that this HS-52W product is in compliance with the essential requirements

More information

Nokia Wireless Plug-in Car Handsfree (HF-6W) User Guide Issue 1 EN

Nokia Wireless Plug-in Car Handsfree (HF-6W) User Guide Issue 1 EN 9239331_HF6W_1_en.fm Page 1 Thursday, April 28, 2005 9:42 AM Nokia Wireless Plug-in Car Handsfree (HF-6W) User Guide 9239331 Issue 1 EN 9239331_HF6W_1_en.fm Page 2 Thursday, April 28, 2005 9:42 AM DECLARATION

More information

Tutorial 19 - Remotely Debugging Projects

Tutorial 19 - Remotely Debugging Projects - Remotely Debugging Projects Copyright Notice All information contained in this document is the property of ETL Solutions Limited. The information contained in this document is subject to change without

More information

Netwrix Auditor Add-on for Nutanix Files

Netwrix Auditor Add-on for Nutanix Files Netwrix Auditor Add-on for Nutanix Files Quick-Start Guide Version: 9.7 11/27/2018 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Nimsoft Monitor. netapp Guide. v1.1 series

Nimsoft Monitor. netapp Guide. v1.1 series Nimsoft Monitor netapp Guide v1.1 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Push OTP Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Phone Interconnect User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite

More information

ARIB STD-T64-C.S v1.0. Unstructured Supplementary Service Data (USSD) Service Options for Spread Spectrum Systems:Service Options 78 and 79

ARIB STD-T64-C.S v1.0. Unstructured Supplementary Service Data (USSD) Service Options for Spread Spectrum Systems:Service Options 78 and 79 ARIB STD-T-C.S00-0 v.0 Unstructured Supplementary Service Data (USSD) Service Options for Spread Spectrum Systems:Service Options and Refer to "Industrial Property Rights (IPR)" in the preface of ARIB

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1.2

Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1.2 Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1.2 Software Release Notes Revised February 2014 Contents Introduction 1 Product documentation 1 New features and functionality

More information

HUAWEI MU509-b HSDPA LGA Module V100R003. SSL Application Guide. Issue 01. Date

HUAWEI MU509-b HSDPA LGA Module V100R003. SSL Application Guide. Issue 01. Date V100R003 Issue 01 Date 2014-10-10 2014. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies Co.,

More information

Prerequisites for Using Enterprise Manager with Your Primavera Applications

Prerequisites for Using Enterprise Manager with Your Primavera Applications Oracle Enterprise Manager For Oracle Construction and Engineering Configuration Guide for On Premises Version 18 August 2018 Contents Introduction... 5 Prerequisites for Using Enterprise Manager with

More information

Overview. Borland VisiBroker 7.0

Overview. Borland VisiBroker 7.0 Overview Borland VisiBroker 7.0 Borland Software Corporation 20450 Stevens Creek Blvd., Suite 800 Cupertino, CA 95014 USA www.borland.com Refer to the file deploy.html for a complete list of files that

More information

Copyright NeoAccel Inc. SSL VPN-Plus TM. NeoAccel Management Console: Network Extension version 2.3

Copyright NeoAccel Inc. SSL VPN-Plus TM. NeoAccel Management Console: Network Extension version 2.3 Copyright 2005-2009. NeoAccel Inc. SSL VPN-Plus TM NeoAccel Management Console: Network Extension version 2.3 NeoAccel makes no warranty of any kind with regard to this manual, including, but not limited

More information

CA Automation Point. Release Notes. Release 11.5

CA Automation Point. Release Notes. Release 11.5 CA Automation Point Release Notes Release 11.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

08 March 2017 NETOP HOST FOR ANDROID USER S GUIDE

08 March 2017 NETOP HOST FOR ANDROID USER S GUIDE 08 March 2017 NETOP HOST FOR ANDROID USER S GUIDE Contents 1 Introduction... 2 1.1 Document Scope... 2 1.2 Technical Specifications... 2 2 Using the Netop Host... 3 2.1 Netop Host Display... 3 2.2 Netop

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Managing CORBA Interfaces

Managing CORBA Interfaces CHAPTER 12 This chapter contains the following information: 12.1 What is Cisco MGM GateWay/CORBA? 12.2 Using a Static CORBA Listener Port on the Cisco MGM Server 12.3 Configuring the CORBA Timeout Cisco

More information

Secure Web Gateway Version 11.8 High Availability

Secure Web Gateway Version 11.8 High Availability Secure Web Gateway Version 11.8 High Availability Legal Notice Copyright 2016 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying,

More information

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0 ZL UA Configuring Exchange 2010 for Archiving Guide Version 7.0 ZL Technologies, Inc. Copyright 2011 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and

More information

Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3

Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3 Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3 ProCurve Network Immunity Manager (NIM) version 1.0, Update 3 supports these products: J9060A ProCurve Network Immunity Manager 1.0-50-device

More information

Authorized Send User s Guide for imagerunner Machines Version 4.1

Authorized Send User s Guide for imagerunner Machines Version 4.1 Canon Authorized Send User s Guide for imagerunner Machines Version 4.1 08011-41-UD1-003 This page is intentionally left blank. 2 Authorized Send User s Guide for imagerunner Machines Contents Preface...5

More information

Configuring a GSM (3G) modem on a GW2040 Series Router

Configuring a GSM (3G) modem on a GW2040 Series Router Configuring a GSM (3G) modem on a GW2040 Series Router Issue 1.5 Date 10 May 2012 Table of contents 1 About this document... 3 1.1 Scope... 3 1.2 Readership... 3 1.3 More information... 3 1.3.1 Assigned

More information

Virtual WYDE Voice Demo Server Setup Guide. (version 2.3)

Virtual WYDE Voice Demo Server Setup Guide. (version 2.3) Demo Server Setup Guide (version 2.3) 2 Disclaimer THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS

More information

GIVE W INGS TO YOUR IDEAS

GIVE W INGS TO YOUR IDEAS GIVE W INGS TO YOUR IDEAS Using TCP and UDP under Open-AT Revision: 001 Date: June 2003 PLUG IN TO THE WIRELESS WORLD Author: Wavecom Support Consultant Date: 23 th June 2005 APN Content Level BASIC INTERMEDIATE

More information

Table of Contents 1 AQL SMS Gateway How to Guide...1

Table of Contents 1 AQL SMS Gateway How to Guide...1 Table of Contents 1 AQL SMS Gateway How to Guide...1 2 AQL...2 3 Overview...3 4 Trial Account with 50 free SMS messages...4 5 Prerequisites...5 6 Configuring the AQL transport...6 6.1 Configuring one or

More information

Installation and Configuration Guide

Installation and Configuration Guide v7.0 HP Intelligent Management Center SQL Server 2008 Installation and Configuration Guide Abstract This document describes the configuration during and after database installation when IMC is used together

More information

Addendum to Cisco Physical Security Operations Manager Documentation, Release 6.1

Addendum to Cisco Physical Security Operations Manager Documentation, Release 6.1 Addendum to Cisco Physical Security Operations Manager Documentation, Release 6.1 January 31, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

JBuilder EJB. Development Using JBuilder 4 and Inprise Application Server 4.1. Audience. A Step-by-step Tutorial.

JBuilder EJB. Development Using JBuilder 4 and Inprise Application Server 4.1. Audience. A Step-by-step Tutorial. EJB Development Using JBuilder 4 and Inprise Application Server 4.1 A Step-by-step Tutorial by Todd Spurling, Systems Engineer, Inprise Audience Evaluators or new developers to EJB using JBuilder 4 and

More information

Software Installation with Microsoft SQL 2008

Software Installation with Microsoft SQL 2008 Agency Information Manager Software Installation with Microsoft SQL 2008 Revised: 3.7.2012 2012 Vertafore, Inc. All Rights Reserved. This software and documentation are copyrighted materials. Law prohibits

More information

Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1

Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1 Cisco TelePresence Management Suite Extension for Microsoft Exchange Version 3.1 Software Release Notes Revised June 2013 Contents Introduction 1 Product documentation 2 New features and functionality

More information

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide One Identity Starling Two-Factor HTTP Module 2.1 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

User Guide for the Wireless Clip-on Headset (HS-21W) Issue 1

User Guide for the Wireless Clip-on Headset (HS-21W) Issue 1 User Guide for the Wireless Clip-on Headset (HS-21W) 9236329 Issue 1 DECLARATION OF CONFORMITY We, NOKIA CORPORATION declare under our sole responsibility that the product HS-21W is in conformity with

More information

SafeNet Authentication Service. Java Authentication API Developer Guide

SafeNet Authentication Service. Java Authentication API Developer Guide SafeNet Authentication Service Java Authentication API Developer Guide All information herein is either public information or is the property of and owned solely by Gemalto and/or its subsidiaries who

More information

StoneGate Management Center. Release Notes for Version 5.1.4

StoneGate Management Center. Release Notes for Version 5.1.4 StoneGate Management Center Release Notes for Version 5.1.4 Created: August 20, 2010 Table of Contents What s New... 3 Enhancements... 3 Fixes... 3 Major Changes Introduced in Version 5.1... 4 System Requirements...

More information

MDCStore High Content Data Management Solution Database Schema

MDCStore High Content Data Management Solution Database Schema MDCStore High Content Data Management Solution Database Schema Version 2.3 Installation and Update Guide 0112-0144 I March 2013 This document is provided to customers who have purchased Molecular Devices,

More information

Micro Focus VisiBroker 8.5 SP5. Release Notes

Micro Focus VisiBroker 8.5 SP5. Release Notes Micro Focus VisiBroker 8.5 SP5 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2018. All rights reserved. MICRO

More information

ZL UA Exchange 2013 Archiving Configuration Guide

ZL UA Exchange 2013 Archiving Configuration Guide ZL UA Exchange 2013 Archiving Configuration Guide Version 8.0 January 2014 ZL Technologies, Inc. Copyright 2014 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as

More information

Installation Guide. Infor HCM Workforce Management - Business Edition and higher

Installation Guide. Infor HCM Workforce Management - Business Edition and higher Installation Guide Infor HCM Workforce Management - Business Edition 5.0.5.0 and higher Copyright 2008 Infor. All rights reserved. The word and design marks set forth herein are trademarks and/or registered

More information

HUAWEI H30-U10. Quick Start Guide

HUAWEI H30-U10. Quick Start Guide HUAWEI H30-U10 Quick Start Guide Dual card dual standby single pass Your phone supports only dual card dual standby single pass, which means you cannot use both SIM cards for calls or data services simultaneously.

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

More information