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

Size: px
Start display at page:

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

Transcription

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

2 Contents ACRONYMS AND TERMS ABOUT THIS DOCUMENT INTRODUCTION BILLING EVENTS FROM THE GATEWAY SESSION START SESSION END MESSAGE TRANSMIT WAKE-UP SHORT MESSAGE FIELDS OF BILLING EVENTS COMMON FIELDS Transmit bearer info Billing session info Billing info Data unit Direction Session end reason Fail reason SESSION START EVENT SESSION END EVENT MESSAGE TRANSMIT EVENT WAKE-UP EVENT SHORT MESSAGE EVENT BILLING ADAPTER MEDIATOR INTERFACE settransportdriver() method close() method Event processing methods TRANSPORT DRIVER INTERFACE starttransport() method...16

3 5.2.2 closetransport() method sendmessage(byte[] message) method Example Transport Driver USING THE BILLING ADAPTER APPLICATION...18 APPENDIX...19

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 CORBA CP CSD DCD Downlink GGSN GIOP GPRS HTTP IDL IP JAXP LCP M2M MSISDN NAS ORB RADIUS SMS SMSC USSD USSDC Uplink XML Description Common Object Request Broker Architecture Connection Provider Circuit Switched Data Data Carrier Detect Connection away from the Nokia M2M Gateway Gateway GPRS Support Node General Inter-ORB Protocol General Packet Radio Service Hypertext Transfer Protocol Interface Definition Language Internet Protocol Java API for XML Processing Link Control Protocol Machine-to-Machine Mobile Subscriber ISDN Number Network Access Server Object Request Broker Remote Authentication Dial-in User Server Short Message Service Short Message Service Centre Unstructured Supplementary Service Data Unstructured Supplementary Service Data Centre Connection towards the Nokia M2M Gateway extensible Markup Language 1/20

6 1. ABOUT THIS DOCUMENT This document specifies the Mediator and TransportDriver interfaces for implementing the generation and transfer of billing records from the Nokia M2M Gateway Service Provider Edition 1 to external billing systems. 1 Note that the billing support feature is included only in the Nokia M2M Gateway Service Provider Edition and not in other editions. 2/20

7 2. INTRODUCTION The Mediator and TransportDriver interfaces are part of the so-called Billing Adapter framework delivered by Nokia. It can be used as a basis for connecting the Gateway to external billing systems. Customers build their implementations on top of this framework. The Billing Adapter gathers atomic billing events from the Gateway and composes these events into billing records suitable for the used billing system. The Gateway uses Common Object Request Broker Architecture (CORBA) Event Service for sending events to the Billing Adapter. The CORBA Event Service is not delivered by Nokia, but must be acquired separately. M2M application Nokia M2M Gateway Service Provider Edition Gateway billing events CORBA Event Service Event channel M2M Billing Adapter Customer billing records Customer billing system push pull GSM network SMSC/USSDC GGSN NAS Nokia GSM Connectivity Terminals Figure 1. Billing architecture 3/20

8 3. BILLING EVENTS FROM THE GATEWAY Billing from the Gateway is based on transmitted messages and communication sessions. Five different billing events are specified in Table 1. Table 1. Billing events Event type SessionStartEvent SessionEndEvent MessageTransmitEvent WakeUpEvent ShortMessageEvent Description Session establishment. Session close. GIOP message (M2M communication) routed via the Gateway. Wake-up message sent by the Gateway to a terminal that is asking it to initiate a data call or open a GPRS context. Non-GIOP message, such as plain text SMS message or Smart Message, routed via the Gateway. The CORBA Interface Definition Language (IDL) specifications for these events are described in the Appendix. The billing events are explained in the following chapters. 3.1 SESSION START A SessionStartEvent is generated when the connection is initiated either by the Gateway (downlink) or a terminal (uplink). With Short Message Service (SMS) and Unstructured Supplementary Service Data (USSD) bearers, the session starts when the Gateway handles the first message coming from or going to a terminal that belongs to a known domain. With General Packet Radio Service (GPRS) and Circuit Switched Data (CSD) bearers, the session starts when the Remote Authentication Dial-in User Server (RADIUS) notifies the Billing Manager of an opened connection. 3.2 SESSION END With SMS and USSD bearers, a SessionEndEvent is generated when no messages are transmitted within a given idle period. With GPRS and CSD bearers, a SessionEndEvent is generated when the RADIUS server notifies the Billing Manager of a dropped connection. 4/20

9 3.3 MESSAGE TRANSMIT A MessageTransmitEvent is generated when the Gateway has transferred a General Inter-ORB Protocol (GIOP) message to its destination. The message includes the count of used data units, and information on the session and on possible errors. 3.4 WAKE-UP A WakeUpEvent is generated when the Gateway sends an SMS to a terminal asking it to initiate a data call or to open a GPRS context. 3.5 SHORT MESSAGE A ShortMessageEvent is generated the Gateway transmits a message that is not GIOP-related, such as a text message or a smart message. 5/20

10 4. FIELDS OF BILLING EVENTS This chapter describes all the events of the CORBA IDL specification (see the ). All the used time values are presented as integers. These values show the time in milliseconds from the standard base time known as the epoch (January 1st, 1970, 00:00:00 GMT). 4.1 COMMON FIELDS Some structures and constants are common to all events as described in Table 2. Table 2. Common structures and constants Structure/constant TransmitBearerInfo BillingSessionInfo BillingInfo DataUnit Direction SessionEndReason FailReason Description Information on the session used in MessageTransmitEvents. Information on the session used in SessionStartEvents and SessionEnd Events. Information on the used communication resources. Specifies the different communication resources. Direction of connection. Reason for closing the current session. Reason for transmit failure Transmit bearer info The fields of TransmitBearerInfo structure are presented in Table 3. Table 3. TransmitBearerInfo Name IDL type Description SessionID long long ID for the billing session. Domain String Name of the domain. ConnectionProviderName String Name of the Connection Provider (CP). BearerType String SMS, USSD, GPRS, CSD, or TUNNELING. Msisdn String Mobile Subscriber International ISDN N b (MSISDN) ( t d 6/20

11 Name IDL type Description ISDN Number (MSISDN) (not used with incoming CSD) Billing session info The fields of the BillingSessionInfo are presented in Table 4. Table 4. BillingSessionInfo Name IDL type Description SessionID long long ID for the billing session. Domain String Name of the domain. BearerType String SMS, USSD, GPRS, or CSD. TerminalID String ID for a terminal. NASAddress String Network address for the Gateway GPRS Support Node (GGSN), Network Access Server (NAS), Short Message service Centre (SMSC), or Unstructured Supplementary Service Data Centre (USSDC). Port Short Port for SMSC or USSDC. chargingid 2 String Charging identifier (GGSN). IPAddress String Internet Protocol (IP) address for M2M devices (used with CSD and GPRS bearers). Msisdn String MSISDN (used with incoming SMS, USSD, and GPRS). Imsi 3 String Used with GPRS Billing info BillingInfo is a sequence of BillingData structures. The fields of the BillingData structure are presented in Table 5. 2 Attribute number 221 (reserved from the implementation specific range) contains the charging ID of a mobile station. The charging ID format is in binary coded decimal and contains four bytes. 3 Attribute number 224 (reserved from the implementation specific range) contains the International Mobile Subscriber Identity (IMSI) of a mobile station. The IMSI format is in binary coded decimal with extra four bits set to 1 for an odd number of digits, for example, 123 equals to hexadecimal bytes 21 F3. 7/20

12 Table 5. BillingInfo Name Value Explanation unit DataUnit Type of the used communication resource. count long Number of used resources Data unit DataUnit specifies different kinds of communication resources. The fields of the DataUnit are presented in Table 6. Table 6. DataUnit Constant Value Description GIOP_DATA_UP 0 GIOP data unit sent towards the Gateway. GIOP_DATA_DOWN 1 GIOP data unit sent by the Gateway. SMS_MESSAGE_UP 2 SMS sent towards the Gateway. SMS_MESSAGE_DOWN 3 SMS sent by the Gateway. USSD_MESSAGE_UP 4 USSD sent towards the Gateway. USSD_MESSAGE_DOWN 5 USSD sent by the Gateway. WAKE_UP_MESSAGE 6 Wake-up message sent by the Gateway Direction The fields of the Direction constant are presented in Table 7. Table 7. Direction Constant Value Description DOWNLINK true Connection from the Gateway. UPLINK false Connection towards the Gateway Session end reason The SessionEndReason constant describes the trigger for the SessionCloseEvent. The fields of the SessionEndReason are described in Table 8. 8/20

13 Table 8. Session end reason Constant Value Explanation UNKNOWN 0 The Gateway could not resolve the reason for session end. USER_REQUEST 1 User requested the termination of service, for example with Link Control Protocol (LCP) Terminate or by logging out. LOST_CARRIER 2 Data Carrier Detect (DCD) was dropped at the port. LOST_SERVICE 3 Service can no longer be provided; for example, connection between the user and the host was interrupted. IDLE_TIMEOUT 4 Idle timer expired. SESSION_TIMEOUT 5 Maximum session length timer expired. ADMIN_RESET 6 Administrator reset the port or session. ADMIN_REBOOT 7 Administrator is ending the service at NAS, for example prior to rebooting it. PORT_ERROR 8 NAS detected an error at the port that required ending the session. NAS_ERROR 9 NAS detected an error (other than at the port) that required ending the session. NAS_REQUEST 10 NAS ended the session for a nonerror reason not listed here. NAS_REBOOT 11 NAS ended the session in order to perform a non-administrative reboot. PORT_UNNEEDED 12 NAS ended the session because resource usage fell below the lowwater mark (for example, if a bandwidth-on-demand algorithm decided that the port was no longer needed). PORT_PREEMPTED 13 NAS ended the session to allocate the port to a higher priority use. PORT_SUSPENDED 14 NAS ended the session to suspend a virtual session. SERVICE_UNAVAILABLE 15 NAS was unable to provide the requested service. 9/20

14 Constant Value Explanation CALLBACK 16 NAS is terminating the current session in order to perform call-back for a new session. USER_ERROR 17 Termination of the session due to an error in user input. HOST_REQUEST 18 Login host terminated the session normally. M2M_GATEWAY_MAX_TIME 99 Session reached its maximum alive time. M2M_GATEWAY_IDLE_TIME 100 Session reached its idle time, for example, no SMS messages were sent within this session during the last 10 minutes. M2M_GATEWAY_SHUTDOWN 101 The Gateway is shutting down Fail reason The fail reason describes the reason for a failed transmit event. A successful transmission is presented with the value 0. For more information, please contact Nokia s technical support. 4.2 SESSION START EVENT The fields of the SessionStartEvent are described in Table 9. Table 9. SessionStartEvent Name IDL type Explanation gatewayid string ID of the Gateway. sessioninfo BillingSessionInfo Session identification. starttime long long Start time of the session. direction Direction Direction of connection (uplink/downlink). 10/20

15 4.3 SESSION END EVENT The fields of SessionEndEvent are described in Table 10. Table 10. Session end event Name Value Explanation gatewayid string ID of the Gateway. sessioninfo BillingSessionInfo Session identification. starttime long long Start time of the session. endtime long long End time of the session. direction Direction Direction of connection (uplink/downlink). billinginfo BillingInfo Information on the used communication resources. reason SessionEndReason Reason for closing the session. 4.4 MESSAGE TRANSMIT EVENT The fields of the MessageTransmitEvent are described in Table 11. Table 11. Message transmit event Name Value Explanation gatewayid string ID of the Gateway. upsessioninfo TransmitBearerInfo TransmitBearerInfo for uplink direction. downsessioninfo TransmitBearerInfo TransmitBearerInfo for downlink direction. uptime long long Time a message was received by the Gateway. downtime long long Time a message was sent by the Gateway. billinginfo BillingInfo Information on the used communication resources. reason FailReason Reason for transmit failure. 4.5 WAKE-UP EVENT The fields of the WakeUpEvent are described in Table /20

16 Table 12. WakeUpEvent Name Value Explanation gatewayid string ID of the Gateway. sessioninfo BillingSessionInfo Session identification. connectionprovidername string Name of the CP. bearertype string SMS, USSD, GPRS, or CSD. address string Destination address of the WakeUpEvent. 4.6 SHORT MESSAGE EVENT The fields of the ShortMessageEvent are described in Table 13. Table 13. ShortMessageEvent Name Value Explanation messagetype string SmartMessage or TextMessage. gatewayid string ID of the Gateway. domain string Name of the domain. connectionproviderinstance Name string Name of the CP instance bearertype string SMS or USSD. msisdn string Destination address (MSISDN) of the WakeUpEvent. time long long Time of the event. direction Direction Direction of the message. databytes long Number of transferred bytes. 12/20

17 5. BILLING ADAPTER All Billing Adapter classes and interfaces belong to a Java language package named com.nokia.m2m.billingadapter, delivered by Nokia. The event classes generated from the IDL specifications are in a package named com.nokia.m2m.billingadapter.billingevents. The IDL file is also included in the Billing Adapter so that customers can generate their own classes from the IDL specifications for the Object Request Broker (ORB) they are using. The Billing Adapter framework consists of three components: control classes, Mediator interface, and TransportDriver interface. Billing Adapter Event Service Custom mediator implementation Custom transport implementation Event channel pull Control classes Mediator Transport Figure 2. Components of the Billing Adapter Control classes are already implemented and they: Start up the Billing Adapter Dynamically load Mediator and TransportDriver implementations Start listening to the event channel where the Gateway pushes the billing events Pass events to the Mediator implementation For complete reference, see the Javadoc documentation of the classes in the com.nokia.m2m.billingadapter package. 13/20

18 5.1 MEDIATOR INTERFACE The purpose of the Mediator component is to construct messages for the used billing system. The Mediator interface has five methods that must be implemented. Mediator interface methods include com.nokia.m2m.billingadapter.billingevents.*; public interface Mediator { void processmessagetransmit(messagetransmitevent); void processsessionend(sessionendevent event); void processsessionstart(sessionstartevent event); void processwakeup(wakeupevent event); void processshortmessage(shortmessageevent event) void settransportdriver(transportdriver driver); } void close(); settransportdriver() method This method is called by the startadapter() method of the BillingAdapter class. StartAdapter() dynamically loads both the Mediator and the Transport driver implementations, and uses the settransportdriver() method to set the driver for the Mediator close() method The Billing Adapter calls this method when it is shutting down. This method should include the necessary actions for a controlled shutdown of the Mediator implementation. 14/20

19 5.1.3 Event processing methods All five billing events have an event processing method of their own, which is called by the Billing Adapter framework. The event is given as a parameter. These methods should process the billing events and the generated billing records to a suitable format for the used billing system using the TransportDriver implementation transport. In the following example, an extensible Mark-up Language (XML) message is constructed from a billing event. After the XML message is generated, it is converted to a byte array so that the TransportDriver method writemessage(byte[] record) can be used. An example of Mediator implementation import javax.xml.transform.dom.*; import javax.xml.transform.*; import javax.xml.transform.stream.*; import org.w3c.dom.*; import java.io.*; public void processsessionstart(com.nokia.m2m.billingadapter.billingevents.sessionstart Event event) { try { // create new XML Document // containing information from the billing event // create String presentation from the XML Document // String to bytes // init transport driver.starttransport(); // write message driver.writemessage(bytes); } } catch (Exception exception) { // handle exception } 5.2 TRANSPORT DRIVER INTERFACE The TransportDriver implementation transports the generated billing records to the billing system of the customer. 15/20

20 The TransportDriver has three different methods that must be implemented. TransportDriver interface methods package com.nokia.m2m.billingadapter; public interface TransportDriver { void starttransport(); void closetransport(); } void sendmessage(byte[] message); starttransport() method This method initialises the connection to the used billing system closetransport() method This method closes the connection sendmessage(byte[] message) method This method writes the generated billing record to the connection initialised by the starttransport() method Example Transport Driver In this example, billing records are transported to a billing system over Hypertext Transfer Protocol (HTTP). An example servlet reads the transported record from ServletInputStream. An example of TransportDriver implementation package com.nokia.m2m.billingadapter; import java.io.*; import java.net.*; public class ExampleTransportDriver implements TransportDriver { private HttpURLConnection connection = null; public ExampleTransportDriver() { super(); } public void starttransport() { try { // Create new URL and connect to it } catch (Exception e) { 16/20

21 } // handle exception public void stoptransport() {} // close URL connection public void writemessage(byte[] message) { try { // create OutPutStream // write message to OutPutStream // close stream // get responsecode } } catch (Exception e) { // handle exception } 17/20

22 6. USING THE BILLING ADAPTER APPLICATION The Billing Adapter can be started with a start-up script that depends on the operating system. In Windows environment, this may be, for example, billing_adapter_visibroker.bat, and in Unix environments, for example, billing_adapter_visibroker.sh. These files are located in the bin directory of the Gateway. The start-up scripts call the main() method of the BillingAdapter class. The shutdown script, for example shutdown_billing_adapter_visibroker.bat or shutdown_billing_adapter_visibroker.sh depending on the used operating system, stops the Billing Adapter. These files are located in the bin directory of the Gateway. Set the properties by placing the billingadapter.properties file, located in the lib directory of the Gateway, to the classpath of the system. The needed properties are: Reference of the used event channel The used Mediator and TransportDriver implementation classes Parser class settings that used to initialise the parser factory (parsing of the atomic billing events follows the factory design pattern) An example of a billingadapter.properties file #event channel initial reference ORBInitRef.M2MBillingEventChannel=corbaname:rir:#BillingEventChannel #Transportdriver implentation wipunen.billingadapter.transportdriver= com.nokia.m2m.billingadapter.exampletransportdriver #mediator implentation wipunen.billingadapter.mediator= com.nokia.m2m.billingadapter.examplemediator # available parser class for billing events wipunen.billingadapter.eventfactory.sessionstart=com.nokia.m2m.billingadapt er.sessionstartparser wipunen.billingadapter.eventfactory.sessionend=com.nokia.m2m.billingadapter.sessionendparser wipunen.billingadapter.eventfactory.messagetransmit=com.nokia.m2m.billingad apter.messagetransmitparser wipunen.billingadapter.eventfactory.wakeup=com.nokia.m2m.billingadapter.wak eupparser wipunen.billingadapter.eventfactory.shortmessage.class=com.nokia.m2m.billin gadapter.shortmessageparser Note: The example application writes data in XML format, and this is why Java API for XML Processing (JAXP) is required. 18/20

23 APPENDIX CORBA IDL specifications for billing events #pragma prefix "com.nokia.m2m" module billingevents { typedef boolean Direction; const Direction UPLINK = TRUE; const Direction DOWNLINK = FALSE; struct TransmitBearerInfo { long long sessionid; string domain; string connectionprovidername; string bearertype; string msisdn; }; struct BillingSessionInfo { long long sessionid; string domain; string bearertype; string terminalid; string networkaddress; short port; string chargingid; string address; string msisdn; string imsi; }; typedef octet DataUnit; const DataUnit GIOP_DATA_UP = 0; const DataUnit GIOP_DATA_DOWN = 1; const DataUnit SMS_MESSAGE_UP = 2; const DataUnit SMS_MESSAGE_DOWN = 3; const DataUnit USSD_MESSAGE_UP = 4; const DataUnit USSD_MESSAGE_DOWN = 5; const DataUnit WAKE_UP_MESSAGE = 6; struct BillingData { DataUnit unit; long count; }; typedef sequence <BillingData> BillingInfo; typedef octet SessionEndReason; typedef long FailReason; struct SessionStartEvent { string gatewayid; BillingSessionInfo sessioninfo; long long starttime; Direction direction; }; struct SessionEndEvent { 19/20

24 }; string gatewayid; BillingSessionInfo sessioninfo; long long starttime; long long endtime; Direction direction; BillingInfo billinginfo; SessionEndReason reason; struct MessageTransmitEvent { string gatewayid; TransmitBearerInfo upsessioninfo; TransmitBearerInfo downsessioninfo; long long uptime; long long downtime; BillingInfo billinginfo; FailReason reason; }; struct WakeUpEvent { string gatewayid; BillingSessionInfo session; string connectionprovidername; string bearertype; string address; }; struct ShortMessageEvent { string messagetype; string gatewayid; string domain; string connectionproviderinstancename; string bearertype; string msisdn; long long time; Direction direction; long databytes; }; }; 20/20

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

NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE. Copyright Nokia. All rights reserved. Issue NOKIA M2M PLATFORM TERMINAL MANAGEMENT COMPONENT USER GUIDE Copyright 2002-2003 Nokia. All rights reserved. Issue 2.0 9355602 Contents ACRONYMS AND TERMS...1 1. ABOUT THIS DOCUMENT...2 2. INTRODUCTION...3

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

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

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

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

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

Network Working Group Request for Comments: 2059 Category: Informational January 1997

Network Working Group Request for Comments: 2059 Category: Informational January 1997 Network Working Group C. Rigney Request for Comments: 2059 Livingston Category: Informational January 1997 Status of this Memo RADIUS Accounting This memo provides information for the Internet community.

More information

Understand iwag Solution for 3G Mobile Data

Understand iwag Solution for 3G Mobile Data Understand iwag Solution for 3G Mobile Data Contents Introduction Prerequisites Requirements Components Used Background Information Acronyms Explanation of Terminology Used Understand Mobility Services

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

User Guide IP Connect CSD

User Guide IP Connect CSD The contents of this document are subject to revision without notice due to continued progress in methodology, design and manufacturing. Wireless Maingate AB shall have no liability for any error or damages

More information

Network Working Group Request for Comments: 2866 Category: Informational June 2000 Obsoletes: 2139

Network Working Group Request for Comments: 2866 Category: Informational June 2000 Obsoletes: 2139 Network Working Group C. Rigney Request for Comments: 2866 Livingston Category: Informational June 2000 Obsoletes: 2139 Status of this Memo RADIUS Accounting This memo provides information for the Internet

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

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

Avaya Port Matrix: Avaya Proprietary Use pursuant to the terms of your signed agreement or Avaya policy.

Avaya Port Matrix: Avaya Proprietary Use pursuant to the terms of your signed agreement or Avaya policy. Avaya Matrix: Release 3.0 Issue 2 April 2016 April 2016 Avaya Matrix: 3.0 1 ALL INFORMATION IS BELIEVED TO BE CORRECT AT THE TIME OF PUBLICATION AND IS PROVIDED "AS IS". AVAYA INC. DISCLAIMS ALL WARRANTIES,

More information

10 Call Set-up. Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up.

10 Call Set-up. Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up. 10 Call Set-up Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up. 10.1 INTRODUCTION... 2 10.2 CALL TO MS (MT)... 3 10.3 CALL FROM MS

More information

Configuring Security on the GGSN

Configuring Security on the GGSN CHAPTER 12 This chapter describes how to configure security features on the gateway GPRS support node (GGSN), including Authentication, Authorization, and Accounting (AAA), and RADIUS. IPSec on the Cisco

More information

IP Services Gateway Overview

IP Services Gateway Overview This chapter provides an overview of the IP Services Gateway (IPSG) product. This chapter covers the following topics: Introduction, page 1 How it Works, page 2 In-line Services, page 4 Enhanced Feature

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

GGSN CDR Field Descriptions

GGSN CDR Field Descriptions This chapter describes the CDR fields supported by the system for use in GGSN-CDRs (G-CDRs) and enhanced G-CDRs (eg-cdrs). The following information is provided for each field: Description: The field's

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

POWER-ON AND POWER-OFF PROCEDURES

POWER-ON AND POWER-OFF PROCEDURES POWER-ON AND POWER-OFF PROCEDURES TABLE OF CONTENTS 1. Power-On Sequence 2. Network and Cell Selection 3. RRC Connection Establishment 4. Attach Procedure 5. Detach Procedure 1. POWER-ON SEQUENCE The following

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

show gprs access-point

show gprs access-point show gprs access-point show gprs access-point To display information about access points on the GGSN, use the show gprs access-point privileged EXEC command. show gprs access-point {access-point-index

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

WLAN CDR Field Descriptions

WLAN CDR Field Descriptions This chapter describes the WLAN-CDR fields supported by PDG/TTG. The following information is provided for each field: Description: The field's description. : The field's data format. : The field's size,

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

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

GMM-SM Event Logging. Feature Description. Feature Overview. Events to be Logged

GMM-SM Event Logging. Feature Description. Feature Overview. Events to be Logged With the introduction of this feature, the SGSN now supports limited use of event data records (EDRs). This chapters details the SGSN's event logging feature, with the use of EDRs, which is intended to

More information

GSM and Similar Architectures Lesson 13 GPRS

GSM and Similar Architectures Lesson 13 GPRS GSM and Similar Architectures Lesson 13 GPRS 1 Two switching modes Circuit Switching Packet switching 2 Circuit switching A connection first sets up Then the entire data transmits through the path that

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) Technical Report Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Organization of user data 2 Reference DTR/TISPAN-02027-NGN-R1 Keywords architecture,

More information

Shared Variables. Firmware v Version 1.0, 16 Apr 2013

Shared Variables. Firmware v Version 1.0, 16 Apr 2013 Shared Variables Firmware v3.0.0 Version 1.0, 16 Apr 2013 2013 SpinetiX S.A. All rights reserved. DISCLAIMER THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE

More information

UMTS Addresses and Identities Mobility and Session Management

UMTS Addresses and Identities Mobility and Session Management UMTS Addresses and Identities Mobility and Session Management - Numbering, addressing and location identities - UE modes - Mobility management - Session management and QoS Numbering, Addressing and Location

More information

UMTS System Architecture and Protocol Architecture

UMTS System Architecture and Protocol Architecture UMTS System Architecture and Protocol Architecture Overview on overall system architecture UMTS network architecture and elements Mobile station High-level functions UMTS domains and strata UMTS/GPRS protocol

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

TECHNICAL BRIEFING: MOBILE ACCESS TO THE INTERNET. Bornholm, October 2003

TECHNICAL BRIEFING: MOBILE ACCESS TO THE INTERNET. Bornholm, October 2003 Electronic Communications Committee (ECC) within the European Conference of Postal and Telecommunications Administrations (CEPT) TECHNICAL BRIEFING: MOBILE ACCESS TO THE INTERNET Bornholm, October 2003

More information

GMM-SM Event Logging. Feature Description. Feature Overview. Events to be Logged

GMM-SM Event Logging. Feature Description. Feature Overview. Events to be Logged With the introduction of this feature, the SGSN now supports limited use of event data records (EDRs). This chapters details the SGSN's event logging feature, with the use of EDRs, which is intended to

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information

ETSI TS V5.2.0 ( )

ETSI TS V5.2.0 ( ) TS 131 112 V5.2.0 (2002-06) Technical Specification Universal Mobile Telecommunications System (UMTS); USAT Interpreter Architecture Description; Stage 2 (3GPP TS 31.112 version 5.2.0 Release 5) 1 TS 131

More information

INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE CONTENTS SECTION 11

INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE CONTENTS SECTION 11 Original Page 1 INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE CONTENTS SECTION 11 A. GENERAL B. REGULATIONS C. RATES Original Page 2 A. GENERAL INTEGRATED SERVICES DIGITAL NETWORK (ISDN) SERVICE 1.

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

show aaa servers sg show aaa servers sg sg-name Syntax Description

show aaa servers sg show aaa servers sg sg-name Syntax Description show aaa servers sg show aaa servers sg To display counters (information about the number of packets sent to and received from authentication, authorization, and accounting [AAA] servers) for all the servers

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

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

Nimsoft Monitor. smsgtw Guide. v2.1 series

Nimsoft Monitor. smsgtw Guide. v2.1 series Nimsoft Monitor smsgtw Guide v2.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

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

Using the RADIUS Listener Login Event Generator Command Line Utility

Using the RADIUS Listener Login Event Generator Command Line Utility CHAPTER 18 Using the RADIUS Listener Login Event Generator Command Line Utility Revised: March 22, 2012, Introduction This chapter describes the command-line utility (CLU) commands when the software is

More information

GGSN Configuration Example

GGSN Configuration Example This chapter provides information for configuring the system to function as a Gateway GPRS Support Node (GGSN) in General Packet Radio Service (GPRS) or Universal Mobile Telecommunications System (UMTS)

More information

Custom Location Extension

Custom Location Extension Custom Location Extension User Guide Version 1.4.9 Custom Location Extension User Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is the Custom Location

More information

3GPP TS V9.4.0 ( )

3GPP TS V9.4.0 ( ) TS 23.007 V9.4.0 (2010-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Restoration procedures (Release 9) The present document

More information

Using Prepaid Billing

Using Prepaid Billing CHAPTER 16 Cisco Prime Access Registrar (Cisco Prime AR) supports two types of prepaid billing, IS835C and Cisco Real-time Billing (CRB), a Cisco proprietary solution. The IS835C version adheres to industry

More information

Telenor SIM specification General Purpose Telematics (GPT) Profile no: 001

Telenor SIM specification General Purpose Telematics (GPT) Profile no: 001 Page 1 (12) Telenor SIM specification General Purpose Telematics (GPT) Profile no: 001 Page 2 (12) Contents 1. Template revisions... 3 2. Customer revisions... 3 3. General... 3 4. Terminology... 3 5.

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 101 876 V1.1.1 (2001-01) Technical Report Telecommunications security; Lawful Interception (LI); Description of GPRS HI3 2 TR 101 876 V1.1.1 (2001-01) Reference DTR/SEC-003012 Keywords GPRS, security

More information

Effective with Cisco IOS Release 15.0(1)M, the ssg default-network command is not available in Cisco IOS software.

Effective with Cisco IOS Release 15.0(1)M, the ssg default-network command is not available in Cisco IOS software. ssg default-network ssg default-network Effective with Cisco IOS, the ssg default-network command is not available in Cisco IOS software. To specify the default network IP address or subnet and mask, use

More information

Supported AVPs in DCCA Messages

Supported AVPs in DCCA Messages CHAPTER B The following sections of this appendix list the vendor-specific attribute value pairs (AVPs) supported by the Cisco GGSN in Diameter Credit Control Application (DCCA) Credit-Control-Request

More information

Avaya Port Matrix: Avaya Communicator for Microsoft Lync 6.4. Avaya Proprietary Use pursuant to the terms of your signed agreement or Avaya policy.

Avaya Port Matrix: Avaya Communicator for Microsoft Lync 6.4. Avaya Proprietary Use pursuant to the terms of your signed agreement or Avaya policy. Matrix: for Microsoft Lync 6.4 Issue 1 July 28, 2015 Proprietary Use pursuant to the terms of your signed agreement or policy. July 2015 Matrix: for Microsoft Lync 1 ALL INFORMATION IS BELIEVED TO BE CORRECT

More information

ZL UA Domino Configuration Guide. Version 7.0

ZL UA Domino  Configuration Guide. Version 7.0 ZL UA Domino Email Configuration Guide Version 7.0 ZL Technologies, Inc. Copyright 2010 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and its licensors

More information

EUROPEAN ETS TELECOMMUNICATION November 1996 STANDARD

EUROPEAN ETS TELECOMMUNICATION November 1996 STANDARD EUROPEAN ETS 300 522 TELECOMMUNICATION November 1996 STANDARD Third Edition Source: ETSI TC-SMG Reference: RE/SMG-030302PR2 ICS: 33.020 Key words: Digital cellular telecommunications system, Global System

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 VPDN Application

Cisco VPDN Application SPECTRUM Enterprise Manager Device Management Titlepae Cisco VPDN Application Supports Management Module SM-CISAPP Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

INTRODUCTION TO GSM DATA SERVICES. ETI25111 Monday, April 3, 2017

INTRODUCTION TO GSM DATA SERVICES. ETI25111 Monday, April 3, 2017 INTRODUCTION TO GSM DATA SERVICES ETI25111 Monday, April 3, 2017 BASIC GSM SERVICES 1. Teleservices (a) Voice full-rate (13kbs) (b) Voice Half-rate (6.5 kbps) (c) SMS (up to 160 characters) (d) MMS (e)

More information

End-to-end IP Service Quality and Mobility - Lecture #5 -

End-to-end IP Service Quality and Mobility - Lecture #5 - End-to-end IP Service Quality and Mobility - Lecture #5 - Special Course in Networking Technology S-38.215 vilho.raisanen@nokia.com Planned contents & draft schedule 1. Introduction Jan 13th 2. Characteristics

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-CBCP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

GSM V8.0.0 ( )

GSM V8.0.0 ( ) Technical Report Digital cellular telecommunications system (Phase 2+); Lawful Interception requirements for GSM (GSM 01.33 version 8.0.0) (formally known as GSM 10.20) GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS

More information

Title Page. Working with Task Workflows

Title Page. Working with Task Workflows Title Page Working with Task Workflows April 2013 Copyright & Document ID Copyright 2012-2013 Software AG USA, Inc. All rights reserved. The webmethods logo, Get There Faster, Smart Services and Smart

More information

Libelium Cloud Hive. Technical Guide

Libelium Cloud Hive. Technical Guide Libelium Cloud Hive Technical Guide Index Document version: v7.0-12/2018 Libelium Comunicaciones Distribuidas S.L. INDEX 1. General and information... 4 1.1. Introduction...4 1.1.1. Overview...4 1.2. Data

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

CPS MOG API Reference, Release

CPS MOG API Reference, Release CPS MOG API Reference, Release 13.1.0 First Published: 2017-08-18 Last Modified: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information

RADIUS - QUICK GUIDE AAA AND NAS?

RADIUS - QUICK GUIDE AAA AND NAS? RADIUS - QUICK GUIDE http://www.tutorialspoint.com/radius/radius_quick_guide.htm Copyright tutorialspoint.com AAA AND NAS? Before you start learning about Radius, it is important that you understand: What

More information

BULK SMS RESELLER PLATFORM WEB SERVICES API

BULK SMS RESELLER PLATFORM WEB SERVICES API 1 (41) BULK SMS RESELLER PLATFORM WEB SERVICES API 2 (41) Contents CONTENTS... 2 1 PLATFORM WEB SERVICES API... 4 2 METHODS... 5 2.1 LOGIN... 5 2.2 LOGOUT... 6 2.3 CHECK PASSWORD... 6 2.4 CHANGE PASSWORD...

More information

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev.

Management Software AT-S101. User s Guide. For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch. Version Rev. Management Software AT-S101 User s Guide For use with the AT-GS950/8POE Gigabit Ethernet WebSmart Switch Version 1.0.0 613-000985 Rev. A Copyright 2008 Allied Telesis, Inc. All rights reserved. No part

More information

Reqs-LTE-SMS. Device Requirements Issued: Mar-16

Reqs-LTE-SMS. Device Requirements Issued: Mar-16 Reqs-LTE-SMS Device Requirements Issued: Mar-16 This document provides initial information related to Verizon Wireless Long Term Evolution (LTE) Reqs-LTE- SMS requirement document. All information herein

More information

Supported Message Formats

Supported Message Formats APPENDIXA Revised: July 27, 2012, Supported Diameter Messages The messages sent and received by the diameter infrastructure are as follows: Capability Exchange Request (CER) Sent upon new connection establishment

More information

Avigilon Control Center 6 System Integration Guide

Avigilon Control Center 6 System Integration Guide Avigilon Control Center 6 System Integration Guide for Paxton Net2 Access Control Systems 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER and ACC are

More information

Stonesoft Management Center. Release Notes for Version 5.6.1

Stonesoft Management Center. Release Notes for Version 5.6.1 Stonesoft Management Center Release Notes for Version 5.6.1 Updated: January 9, 2014 Table of Contents What s New... 3 Fixes... 3 System Requirements... 6 Basic Management System Hardware Requirements...

More information

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Telecommunication management; Charging management; Control Plane (CP) data transfer

More information

Enabling the Wireless Internet

Enabling the Wireless Internet Enabling the Wireless Internet Presented to IEEE CVT-Dallas February 15, 2000 Barry Herbert barry.herbert herbert@nortelnetworks.com Operator Market Dynamics Price/Min in U.S. Cents 16 14 12 10 8 6 4 2

More information

RTSP Stream Diagnostics APIs

RTSP Stream Diagnostics APIs CHAPTER 3 This chapter describes the format and content of the RTSP stream diagnostic API messages. The Real Time Streaming Protocol (RTSP) API messages are used for RTSP environments and consist of the

More information

CHANGE REQUEST. Ericsson, Siemens AG, Lucent Technologies

CHANGE REQUEST. Ericsson, Siemens AG, Lucent Technologies 3GPP TSG-CN Meeting #25 Palm Springs, USA. 8 th to 10 th September 2004. NP-040310 CHANGE REQUEST CR-Form-v7.1 24.008 CR 882 rev 3 Current version: 6.5.0 For HELP on using this form, see bottom of this

More information

Elastic Charging Engine 11.3 RADIUS Gateway Protocol Implementation Conformance Statement Release 7.5

Elastic Charging Engine 11.3 RADIUS Gateway Protocol Implementation Conformance Statement Release 7.5 [1]Oracle Communications Billing and Revenue Management Elastic Charging Engine 11.3 RADIUS Gateway Protocol Implementation Conformance Statement Release 7.5 E72005-01 April 2016 Oracle Communications

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

Configuring SMS Gateways on GateManager

Configuring SMS Gateways on GateManager Configuring SMS Gateways on GateManager This guide explains different type of external SMS gateways that can be configured for a GateManager. Version: 3.0, Oct 2016 Table of Contents Document version History

More information

G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes

G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes G-router GSM/GPRS to RS-232 and Ethernet Gateway Release Notes Author RFI Support Team Revision A0 Version RN_G-router_1.2.2 Date 23-05-2011 Covering Product code G-router, RE.40.QGSM Contents 1 Introduction...

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

Notification Services

Notification Services Apple Push Notifications, page 1 Email Notifications, page 5 Multiple Email Notification Configuration, page 9 SMS Notifications, page 12 Multiple SMSC Server Configuration, page 20 Real Time Notifications,

More information

SysMaster GW 7000 Digital Gateway. User Manual. version 1.0

SysMaster GW 7000 Digital Gateway. User Manual. version 1.0 SysMaster GW 7000 Digital Gateway User Manual version 1.0 Copyright 2003 by All rights reserved. No part of this manual may be reproduced or transmitted in any form without written permission from. The

More information

Delivery of Voice and Text Messages over LTE 13 年 5 月 27 日星期 一

Delivery of Voice and Text Messages over LTE 13 年 5 月 27 日星期 一 Delivery of Voice and Text Messages over LTE 1. The Market for Voice and SMS 2. Third Party Voice over IP 3. The IP Multimedia Subsystem 4. Circuit Switched Fallback 5. VoLGA LTE was designed as a data

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

ZENworks for Desktops Preboot Services

ZENworks for Desktops Preboot Services 3.2 Novell ZENworks for Desktops Preboot Services DEPLOYMENT www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

ETSI TS V6.1.0 ( )

ETSI TS V6.1.0 ( ) TS 100 533 V6.1.0 (1999-07) Technical Specification Digital cellular telecommunications system (Phase 2+); Technical realization of Operator Determined Barring (ODB) (GSM 03.15 version 6.1.0 Release 1997)

More information

EUROPEAN ETS TELECOMMUNICATION April 1997 STANDARD

EUROPEAN ETS TELECOMMUNICATION April 1997 STANDARD EUROPEAN ETS 300 936 TELECOMMUNICATION April 1997 STANDARD Source: ETSI TC-SMG Reference: DE/SMG-030404Q ICS: 33.020 Key words: Digital cellular telecommunications system, Global System for Mobile communications

More information

IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 12.4

IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 12.4 IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 12.4 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

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

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1)

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1) Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1) First Published: December 15, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 03 Application Functionality and Protocols Updated: 27/04/2008 1 3.1 Applications: The Interface Between Human and Networks Applications provide the means

More information