Multi-terminal and Multi-network Access to Virtual Home Environment

Size: px
Start display at page:

Download "Multi-terminal and Multi-network Access to Virtual Home Environment"

Transcription

1 Multi-terminal and Multi-network Access to Virtual Home Environment I. Roussaki 1, H. Jormakka 2, S. Xynogalas 1, A. Laikari 2, M. Chantzara 1 and M. Anagnostou 1 1 National Technical University of Athens Dept. of Electrical & Computer Engineering, Computer Science Division, Athens, GREECE Tel: , nanario@telecom.ntua.gr 2 VTT, Technical Research Centre of Finland, FIN VTT, Espoo, FINLAND ABSTRACT The materialization of the Virtual Home Environment concept will be realized if homogeneous access to the VASP applications and services is achieved independently of the type of terminal, protocol and network used. This paper proposes a Virtual Home Environment architecture located on top of an OSA/Parlay Gateway that enables VASPs to deploy their services in an homogeneous manner. Emphasis is given to two VHE components that aim to offer to the user network and terminal independent access to the VHE system, while a VHE prototype demonstration topology is presented. Key Words: VHE, Access, adaptation to terminals & networks, Parlay, OSA. I. INTRODUCTION The Virtual Home Environment (VHE) is a concept recently introduced and defined by important standardization bodies and fora (3GPP [1], ITU-T [2], UMTS Forum [3], GSM MoU [4], ETSI [5]), while it is currently being studied and analyzed by many research teams and industries. The VHE concept consists of capabilities aiming to present the end-users with the same look and feel interface regardless of location, serving network and terminal type used. A difficult task in this approach is to specify and eventually materialize entities, that allow the user to access and exploit the VHE system in an homogeneous, transparent manner, independently of terminal types and across network boundaries. This paper provides the specification and describes the cooperation of two key VHE components that serve this purpose, as they arose from the work carried out within the VESPER IST project (IST ) [6]. The rest of the paper is organized as follows: Section II proposes a VHE architecture that addresses the VHE concept requirements. In Section III both Access and Adaptation components are specified, their internal structure is depicted, while emphasis is given to their communication with the user and with each other. Section IV describes the interoperation of these VHE components within a typical VHE scenario. Section V presents the demonstration topology used to test the initial prototype developed with regards to the predefined specifications. Finally in section VI some conclusions are drawn and our plans for the near future are exposed, while a detailed Glossary follows. II. A PROPOSED VHE ARCHITECTURE One of the main goals of the standardization fora of 3rd generation networks is to provide a framework for fast service creation and service provision, rather than standardizing the set of the services as it has been done in the traditional approach. This is achieved mainly by enabling an access to network capabilities via an, which allows service developers and value added VASPs to generate new applications that benefit from functionality of the network. The Vesper architecture follows the new approach by using the already proposed by the converging 3GPP (OSA) [7] and Parlay Group s [8], adding service independent standardized components that implement and provide some kind of service capability features. The components combined by application logic into innovative applications, reduce the time and cost for provision of new services. In this way new business opportunities are generated for service providers, while the users benefit by having consistent access to personalized services. The solution provided by Vesper creates a new business role allowing new providers to enter the scene. These providers address niche market for personalized new applications satisfying the needs of a particular customer group. A high level view of the VHE Vesper architecture is presented in Figure 1. The most critical part of it is a set of components realizing the VHE concept, accessible by applications via the Vesper VHE. The VHE components are located both at the terminal and server sides. On the server side they are accessing the network and using its capabilities through an open, here the OSA/Parlay, while on the terminal side, always depending on the terminal type, they may take advantage of the terminal functionality provided by USAT [9] and MExE [10] (WAP [11], i-mode [12]).

2 Terminal applications Server VESPER VHE applications USAT VHE components MExE VESPER VHE VHE components USAT MExE (WAP, Java, i-mode) Parlay/OSA OSA/Parlay Gateway Terminal core functions Resource network specific NETWORKS The two VHE entities that aim to offer to the user network and terminal independent access to the VHE system, are the Access and the Adaptation components. The first one is the initial access point to the VHE provider for all potential users of the system. Implemented as terminal type and network independent component, in cooperation with Adaptation it provides the user with access to services in a personalized manner, specified by the user independent of terminal used or underlying network. The two components are described in more details in the following chapters. III. ACCESS AND ADAPTATION MODELS The state of a user's attachment to a VHE system and his involvement in service usage is maintained during a phase called VHE Session. VHE Session is a temporary association between a user and a VHE Provider, to allow the user to use VHE or VASP services. The start of a VHE Session occurs when a user contacts a VHE Provider, and terminates when the user disconnects. A VHE Session cannot be suspended or resumed. It exists only as far as a user is connected to a VHE system. The two main entities responsible for the VHE Session's maintenance are the Access and Adaptation components. The Access component (AcComp) is the initial access point to the VHE system for all potential users of the system. This includes not only subscribed users but also all the ones that may try to access the server for eventual free services, visiting users, or those providing false credentials. The AcComp interacts with the user always through the Adaptation component (AdComp) so that adaptation to terminals and networks is achieved. Additionally AcComp frequently communicates with other VHE components to support service provision. For all the reasons above, AcComp Figure 1: VHE Architecture must handle parallel communication with many entities at the same time. In order to process it in an efficient way, the number of the potential users has to be the taken into consideration as the main factor in the software design phase. To provide an efficient solution, the AcComp is divided into two parts: AccessManager and UserAgent. AccessManager (AM) is a generic, service and user independent entity. It is providing all users with the first contact to the server and handles the communication between the user and VHE Server until the user is authenticated. In case of big number of users, the component can be distributed among several servers, where the users' data can be stored based on a selected formula (ex. alphabetical order). After successful authentication of the user, AccessManager creates UserAgent that takes over the communication between the user and VHE Server. UserAgent (UA) created by AccessManager is a user dependent entity that is responsible for communication with a single user during the whole user's VHE Session. It is accessible from the user domain, always through the AdComp, regardless of the user location and is the VHE Provider's end point of a user s VHE Session. UA is service independent. It controls the whole cycle of the user's VHE Session and provides the user with access to all the services, and negotiates the user's preferences. Both entities above incorporate an action developed to handle direct communication with the AdComp receiving user requests and forwarding the adequate response. As already stated, the AcComp always interacts with the user through the AdComp so that adaptation to terminal capabilities is achieved. The adaptation

3 aspect is one of the focal points in VHE provision and is realised by the AdComp. The AdComp is responsible for adapting the contents provided to the user according to the VHE Session parameters: network, terminal capabilities and user preferences. Thus the VHE portal and service implementation are completely independent from the user environment (network type, terminal type, user preferences). The functionality offered by AdComp depends on its interaction other VHE components and with the OSA/Parlay GW. The different classes of the VHE AdComp are briefly described below: AdaptationManager: is the entry point to the usage of the component while being responsible for the management of the whole component. UIModelInterpreterManager: is responsible for the management of the UIModelInterpreters. For each VHE Session there is exactly one UIModelInterpreter instance. UIModelInterpreter: is responsible for the interpretation of the UIModels. It handles the UI callbacks from the OSA and invokes the ActionListeners of the AcComp specified in the UIModel set. UIModelContainer: is responsible for the management of the UIModels. For each VHE Session a different UIModel is created and updated under user requests. This UIModel will from now on be called the main UIModel of the user. UIModel: (User Interface Model) holds an XML description of the offered user interface. Each element of the UIModel corresponds to a different representation for every terminal type. The VHE portal UIModel that manages all user requests (service, profile, subscription or invitation relevant) is set, monitored and updated by the AcComp. Factory: is responsible for the management of the media adapters. Media: is responsible for the adaptation to different media (HTTP, WAP, DTMF and Video). In Figure 2, the structure of the VHE AdComp and its interactions with the AcComp are depicted. While the user is logged in the VHE system, using a specific terminal and network, the VHE Session created is managed and controlled by the AcComp. It interacts with the AdComp in order to initialize it, pass the necessary information to allow adaptation to the specific user environment and preferences and to pass the main UIModel that controls the service provision, the profile and subscription management and the delivery of invitations. Access Manager User1 Access Request User2 Access Request AM Adaptation Manager Adaptation User Agent 1 UA User Agent 2 UA Inte rpreter Manager Interpreter login UIModel Interpreter User1 main UIModel Interpreter User2 main UIModel Interpreter Container login UIModel Instance User1 main UIModel Instance User2 main UIModel Instance Vhe Factory VheMedia VheHTTPMedia VheWAPMedia VheDTMFMedia VheVideoMedia Access Profile OSA/Parlay Connection Internal method call VHE intercomponent method call Action Listener callback IV. Figure 2: VHE Access and Adaptation components structure INTEROPERATION OF ACCESS AND ADAPTATION COMPONENTS As already stated, terminal & network independent access to the VHE system, requires the cooperation of Access and Adaptation VHE components. The distinct areas, where this cooperation expands, are examined in this section. Depending on the type of the terminal used, two different cases are distinguished as far as the initial access request source is concerned.

4 HTTP or WAP terminals: When the user selects these types of terminals to access the VHE portal, then the initial access request arrives to the web server. The latter forwards the request to the appropriate servlet of the HTTP or WAP Media, respectively. DTMF enabled terminals: If this kind of terminals is used in order to access the VHE portal, then the user request to login is received by the VHE Connection via the OSA/Parlay Gateway. Subsequently the AdComp is notified and the request is forwarded to the of the DTMF Media. Once the initial access request is caught by the AcComp, a temporary session id is created. This id is valid until the actual VHE Session is created by the AcComp. Within the temporary session the first prebuilt User Interface Model (UIModel) is interpreted and the first UI is presented to the user requesting username and password. The user response is forwarded to the action of the Access Manager, within the AcComp. The login user information is forwarded to the Security that after accessing the user records VHE server database, responds to the Access Manager with the result of the authentication. If the latter is successful, the Access Manager proceeds with the creation of the VHE Session and the User Agent that will handle all user requests from now on. A UA action is created to catch user requests while the main UI model is set by the UA. In greater detail, the aforementioned steps can be described as follows: 1. The AdComp receives the initial access requests. In case of HTTP or WAP terminal the user enters a specific address to the browser that invokes the specific HttpInitialAccessServlet or WapInitialAccessServlet, respectively. When a DTMF enabled terminal is used, the user dials one of the predefined phone-numbers of the VHE portal while the VHE Connection is triggered. 2. The AdComp initialises a temporary internal session and selects the appropriate media adapter. 3. The AdComp binds to the action of the Access Manager and that sets the pre-built login UIModel. This model is then interpreted by the Adaptation Manager and presented to the user. 4. The Security is invoked by the Access Manager, in order to validate the user s credentials. The authentication procedure takes place based on the user records database maintained by the VHE server. 5. If the user is successfully authenticated the actual VHE Session is created. The Access Manager sets the media adapter to this session. The appropriate media adapter (HTTP, WAP, DTMF) is selected from the AdComp, according to the type of terminal used. 6. The Access Manager creates a User Agent. This user specific entity will exist as long as the user is connected to the VHE portal from the same terminal. The User Agent is initialised with all the necessary information (user id, VHE Session id, connection id, adaptation manager reference, ). 7. The User Agent creates and starts an action and uses this to set the main UIModel. This is invoked every time the user tries to: retrieve maintained user specific information (profiles and subscriptions), obtain session specific network statistics, start a subscribed service, discover available services according user defined criteria, join a session he/she is invited to and terminate his/her connection to the VHE portal. The interaction scenario described above addresses mostly the initial phase of VESPER where only the VHE core functionalities apply. The VESPER consortium has currently focused its research work to expand to roaming users and more types of underlying network. V. IMPLEMENTATION A prototype implementation has been elaborated within the framework of the first phase of VESPER. Even though VESPER will eventually address various types of telecommunication networks (i.e. UMTS, IP, PSTN, ISDN, GSM), the first trial was entirely based on an IP network. A Parlay Gateway and a VHE Connection CORBA component located within the VHE server handled all connections. Two servers were installed and configured, i.e. one for the VHE functionality and one for all demo services. Both servers, as well as all client terminals were connected through IP in a laboratory LAN environment established in NTUA premises in Athens. The prototype implementation addresses all the phases presented in the scenario described in the former section. VESPER VHE Server Nokia 9999 WAP Simulator Siemens Gateway Cisco Catalyst 1900 Series LAN Switch Siemens optipoint 300 basic IPphone TERMINALS Compaq ipaq H3600 PDA Service Server Figure 3: VESPER demonstration topology TurboX PC Client In Figure 3, the VESPER demonstration topology is depicted. All server and client machines are connected to the IP-network via a LAN Switch, supporting SNMP. The terminals include: two multimedia PCs (one laptop and one desktop PC), a PDA, a WAP simulator and two Η.323 enabled IP phones for user interaction during the demonstration.

5 During the VESPER initial trial (November 2001) multi-terminal and multi-protocol access to the VHE system was demonstrated. The protocols used were HTTP where the Parlay GW was not involved and H.323 in cases of IP-phone and NetMeeting H.323 clients, where, via an H.323 Gatekeeper, the Parlay GW communicated with the user terminals. The final trial will be based on experiences gathered within this prototype implementation and demonstration and will also address multi-network infrastructure. VI. CONCLUSIONS One of VHE s most important features is that it enables the user to access services from any type of terminal over any type of network. The proposed architecture provides the necessary framework, within which these VHE capabilities are materialized through the cooperation between the Access and the Adaptation component. VESPER project has already specified and implemented a VHE kernel prototype that demonstrated many multi-terminal VHE scenarios over an IP-network in a lab environment using HTTP, H.323 and MSP protocols. In the final trial (January 2003), VESPER plans to provide an enhanced version of the initial prototype that deals with various networks and also addresses the needs of roaming users. Acknowledgements This work has been performed in the framework of the project IST VESPER, which is funded by the European Community. The Authors would like to acknowledge the contributions of their colleagues from Intracom Hellenic Telecommunications and Electronics Industry S.A., National Technical University of Athens, Institut National de Recherche en Informatique et Automatique, IKV++ GmbH Informations und Kommu nikationstechnologie, GMD - Forschungszentrum Informationstechnik GmbH, Fondazione Ugo Bordoni, Universita Di Catania, Portugal Telecom Inovação, University of Surrey, Technical Research Centre of Finland and SIEMENS AG Osterreich. GLOSSARY 3GPP: Third-Generation Partnership Project AcComp: Access VHE AdComp: Adaptation VHE AM: Access Manager : Application Program Interface CORBA: Common Object Request Broker Architecture DTMF: dual tone multi frequency GSM: Global Standard for Mobile Communications H.323: Protocol to transmit audio and video information over the Internet HTTP: Hypertext Transfer Protocol I-mode: The packet-based service for mobile phones offered by NTT DoCoMo IP: Internet Protocol ISDN: Integrated Services Digital Network LAN: Local Area Network MExE: Mobile Station Application Execution Environment MSP : Media Streaming Protocol OSA: Open Service Architecture PDA: Personal digital Assistant PSTN: Public Switched Telephone Network SNMP: Simple Network Management Protocol UA: User Agent UI: User Interface UIM: User Interface Model UMTS: Universal Mobile Telephone Service USAT: Universal SIM Application Toolkit VASP: Value Added Service Provider VESPER: Virtual Home Environment for Service Personalization and Roaming Users VHE: Virtual Home Environment WAP: Wireless Application Protocol XML: Extensible Markup Language REFERENCES [1] 3GPP: The Virtual Home Environment (Release 4), 3G TS v4.0.0, (October 2000). [2] ITU-T: Draft new ITU-T recommendation Q.1711: Network Functional Model for IMT- 2000, (May 1998). [3] UMTS Forum Report 1: A Regulatory Framework for UMTS, (June 1997). [4] GSM MoU: "3G Service Requirements and Concepts", PRG TG.21, V3.1.0, (April 1998). [5] ETSI: UMTS 30.01, UMTS baseline document, positions on UMTS agreed by SMG including SMG#27 UMTS version 3.5. [6] IST VESPER project (IST ): Virtual Home Environment for Service Personalization and Roaming Users, [7] 3GPP: Virtual Home Environment/Open Service Architecture, (Stage 2), (Release 1999) 3G TS v (June 2000) [8] Parlay Forum: Parlay Specifications, [9] 3GPP: "USIM/SIM Application Toolkit (USAT/SAT)" (Stage 1), (Release 1999), 3G TS V3.1.0 (March 2000). [10] 3GPP: Technical Specification Group Terminals; Mobile Station Application Execution Environment (MExE); Service description, (Stage 1), (Release 4), 3G TS V3.2.0 ( ) [11] I-mode: x.html [12] WAP Forum, Specification Home Page:

Quality of Service Management for the Virtual Home Environment

Quality of Service Management for the Virtual Home Environment Quality of Service Management for the Virtual Home Environment Alvin Yew, Christos Bohoris, Antonio Liotta and George Pavlou Centre for Communication Systems Research, School of Electronics, Computing

More information

A Consumer Premises End User Interface for OSA/Parlay Applications Thabo Machethe

A Consumer Premises End User Interface for OSA/Parlay Applications Thabo Machethe A Consumer Premises End User Interface for OSA/Parlay Applications Thabo Machethe A project report submitted to the Faculty of Engineering, University of the Witwatersrand, Johannesburg, in partial fulfilment

More information

Application Notes for Configuring SIP Trunking between the Comdasys Mobile Convergence Solution and an Avaya IP Office Telephony Solution Issue 1.

Application Notes for Configuring SIP Trunking between the Comdasys Mobile Convergence Solution and an Avaya IP Office Telephony Solution Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between the Comdasys Mobile Convergence Solution and an Avaya IP Office Telephony Solution Issue 1.0 Abstract These

More information

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence

Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Analysis of Effectiveness of Open Service Architecture for Fixed and Mobile Convergence Kyung-Hyu Lee* Jeung-Heon Hahn* Electronics and Telecommunications Research Institute* Email: {khyulee, stevehahn

More information

3GPP TS V7.0.0 ( )

3GPP TS V7.0.0 ( ) TS 23.198 V7.0.0 (2006-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Open Service Access (OSA); Stage 2 (Release 7) The present

More information

Developing OSA-based Applications over the Interworking WLAN and Cellular Network Environment

Developing OSA-based Applications over the Interworking WLAN and Cellular Network Environment Developing OSA-based s over the Interworking WLAN and Cellular Network Environment Chung-Ming Huang, Tz-Heng Hsu, and Chih-Wen Chao Laboratory of Multimedia Mobile Networking Department of Computer Science

More information

Simple Service Developed with Ericsson OSA/Parlay Simulator

Simple Service Developed with Ericsson OSA/Parlay Simulator Mobile Open Society through Wireless Telecommunications MOST International Conference 7-8 October 2002, Warsaw, Poland Simple Service Developed with Ericsson OSA/Parlay Simulator Michał Rój, Jarosław Domaszewicz

More information

Advanced Location Information Management Scheme for Supporting Flexible Service Provisioning in Reconfigurable Mobile Networks

Advanced Location Information Management Scheme for Supporting Flexible Service Provisioning in Reconfigurable Mobile Networks Advanced Location Information Management Scheme for Supporting Flexible Service Provisioning in Reconfigurable Mobile Networks Spyridon Panagiotakis, Maria Koutsopoulou, Athanasia Alonistioti National

More information

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs.

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs. Glossary 321 Glossary 1 2G or 2nd Generation The currently available digital communication networks for voice and data communication (e.g., GSM, CDMA, PDC). 2.5G or 2.5th Generation Represents an upgrade

More information

ETSI TS V5.2.0 ( )

ETSI TS V5.2.0 ( ) TS 123 127 V5.2.0 (2002-06) Technical Specification Universal Mobile Telecommunications System (UMTS); Virtual Home Environment (VHE) / Open Service Access (OSA); Stage 2 (3GPP TS 23.127 version 5.2.0

More information

Ubiquitous Access to Personalised Services

Ubiquitous Access to Personalised Services Ubiquitous Access to Personalised Services 1 Tore E. J{lSnvik, 2 Anne Marie Hartvigsen & 3 Do van Thanh 1. Unik - University of Oslo - Norway - tif: +4790199176 - torejoen@iji.uio.no 2. AgderUniversity

More information

T I P H O N. A presentation to SMG. Overview

T I P H O N. A presentation to SMG. Overview Smg#25 Tdoc 236/98 Sophia Antipolis 16-20 March 1998 Mission / ToR Working principles Scenarios Status / achievements TIPHON Net Conclusions T I P H O N A presentation to SMG helmut.schink@oen.siemens.de

More information

The Simplicity Project and related standards activities

The Simplicity Project and related standards activities Simplicity Secure, Internet-able, Mobile Platforms LeadIng CItizens Towards simplicity The Simplicity Project and related standards activities Speaker: Mauro Femminella (femminella@diei.unipg.it) Project

More information

Glossary. xii. Marina Yue Zhang and Mark Dodgson Downloaded from Elgar Online at 02/04/ :16:01PM via free access

Glossary. xii. Marina Yue Zhang and Mark Dodgson Downloaded from Elgar Online at 02/04/ :16:01PM via free access Glossary 2.5G Second-and-a-half Generation mobile communications system 3G Third Generation mobile communications system 3GPP The Third Generation Partnership Project ADSL Asymmetric Digital Subscriber

More information

Final draft ETSI ES V1.1.1 ( )

Final draft ETSI ES V1.1.1 ( ) Final draft ES 202 314-9 V1.1.1 (2006-03) Standard Fixed network Multimedia Messaging Service (F-MMS); Part 9: Combined PSTN/ISDN and broadband access; Multimedia Message communication between a fixed

More information

Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service

Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service PUBLISHED IN: PROCEEDINGS OF THE EUROPEAN WIRELESS 2006 CONFERENCE 1 Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service George Xylomenos, Konstantinos Katsaros

More information

Converging towards Service Centric Networks: Requirements for a Service Delivery Platform Framework

Converging towards Service Centric Networks: Requirements for a Service Delivery Platform Framework Converging towards Centric Networks: Requirements for a Delivery Platform Framework Rolan Christian and Hu Hanrahan Centre for Telecommunications Access and s 1 School of Electrical and Information Engineering

More information

ETSI TS V (201

ETSI TS V (201 TS 123 101 V13.0.0 (201 16-01) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); General Universal Mobile Telecommunications System (UMTS) architecture (3GPP TS 23.101 version

More information

MMS THE MODERN WIRELESS SOLUTION FOR MULTIMEDIA MESSAGING

MMS THE MODERN WIRELESS SOLUTION FOR MULTIMEDIA MESSAGING MMS THE MODERN WIRELESS SOLUTION FOR MULTIMEDIA MESSAGING Miraj-E-Mostafa Nokia Corporation, Visiokatu 3, 33720 Tampere, Finland, miraj.mostafa@nokia.com Abstract - MMS provides multimedia messaging solution

More information

Telecommunication Services Engineering Lab. Roch H. Glitho

Telecommunication Services Engineering Lab. Roch H. Glitho 1 Introduction Signaling protocol neutral service engineering technology Service architecture applicable to NGNs using any signalling protocol Next Generation signalling protocols SIP H.323 Example already

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification TS 123 198 V9.0.0 (2010-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Open Service Access (OSA); Stage 2 (3GPP

More information

Wireless Communication in Europe. Agenda

Wireless Communication in Europe. Agenda Wireless Communication in Europe Mario Muth April 5, 2001 Agenda Introduction / Overview Wireless Development The GSM Standard Outlook (What s next?) Devices Q&A 04/05/2001 Wireless Communication 2 1 Political

More information

ETSI TS V ( )

ETSI TS V ( ) TS 124 315 V14.0.0 (2017-03) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; IP Multimedia Subsystem (IMS) Operator Determined Barring (ODB); Stage 3: protocol specification

More information

IP Multimedia Subsystem Application Servers

IP Multimedia Subsystem Application Servers IP Multimedia Subsystem Application Servers Second part of the project Presented by: Masood Khosroshahy B E G I N N I N G 1 June 2006 Project supervisor: Prof. Elie Najm IMS Application Servers HSS IMS

More information

Software Downloading Solutions for Mobile Value-Added Service Provision

Software Downloading Solutions for Mobile Value-Added Service Provision Software Downloading Solutions for Mobile Value-Added Service Provision Ouahiba Fouial 1, Nikos Houssos 2, Nadia Boukhatem 1 1 Ecole Nationale Supérieure des Télécommunications, Département Informatique

More information

A Content Transformation Framework for Personalization Service

A Content Transformation Framework for Personalization Service A Content Transformation Framework for Personalization Service Dong-Hui Kim and Jae-Oh Lee Information Telecommunication Lab. Dept. of Electrical and Electronics KUT, Chonan Korea Email: {dhkim, jolee}@kut.ac.kr

More information

Overview of the Session Initiation Protocol

Overview of the Session Initiation Protocol CHAPTER 1 This chapter provides an overview of SIP. It includes the following sections: Introduction to SIP, page 1-1 Components of SIP, page 1-2 How SIP Works, page 1-3 SIP Versus H.323, page 1-8 Introduction

More information

IP Multimedia Subsystem Part 5 Marek Średniawa

IP Multimedia Subsystem Part 5 Marek Średniawa IP Multimedia Subsystem Part 5 Marek Średniawa mareks@tele.pw.edu.pl Institute of Telecommunications Project is co-financed by European Union within the European Social Fund 1 Identification in IMS Identities

More information

NOMAD Integrated Networks for Seamless and Transparent Service Discovery

NOMAD Integrated Networks for Seamless and Transparent Service Discovery NOMAD Integrated Networks for Seamless and Transparent Service Discovery NOMAD Identity identity: IST-2001-33292 in KA4 start date: 01/01/2002 duration: 30 months effort: 264 PMs NOMAD Consortium Germany

More information

Mobile Converged Networks

Mobile Converged Networks Mobile Converged Networks 2.2.1 Shaping the Future: Mobile Network Evolution to NGN - Regional Workshop for the Arab Region on Guidelines on the Smooth Transition of Existing Mobile Networks to IMT-2000

More information

ITU-T Q Signalling architecture and requirements for IP-based short message service over ITU-T defined NGN

ITU-T Q Signalling architecture and requirements for IP-based short message service over ITU-T defined NGN I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Q.3053 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2017) SERIES Q: SWITCHING AND SIGNALLING, AND ASSOCIATED MEASUREMENTS

More information

3GPP support for IP based Emergency Calls - April 2007 Status

3GPP support for IP based Emergency Calls - April 2007 Status 3GPP support for IP based Emergency Calls - April 2007 Status 2 nd SDO Emergency Services Coordination Workshop (ESW07) Library of Congress, Washington, DC, USA April 10-12, 2007 Stephen Edge, Qualcomm,

More information

A VHE architecture for advanced value-added service provision in 3rd generation mobile communication networks

A VHE architecture for advanced value-added service provision in 3rd generation mobile communication networks A VHE architecture for advanced value-added service provision in 3rd generation mobile communication networks Nikos Houssos 1, Maria Koutsopoulou 1, Sibylle Schaller 2 1 Communication Networks Laboratory,

More information

3GPP TS V4.4.0 ( )

3GPP TS V4.4.0 ( ) TS 22.127 V4.4.0 (2002-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Service aspects; Stage 1 Service Requirement for the Open

More information

Standardization Trends of the Next Generation Network in ETSI TISPAN

Standardization Trends of the Next Generation Network in ETSI TISPAN Standardization Trends of the Next Generation Network in ETSI TISPAN Akira Kurokawa and Isao Higashi Abstract International standardization of the Next Generation Network is being actively discussed in

More information

Enabler Release Definition for Smartcard-Web-Server

Enabler Release Definition for Smartcard-Web-Server Enabler Release Definition for Smartcard-Web-Server Candidate Version 1.0 09 Feb 2007 Open Mobile Alliance OMA-ERELD-Smartcard_Web_Server-V1_0-20070209-C OMA-ERELD-Smartcard_Web_Server-V1_0-20070209-C

More information

PTT + IMS = PTM - Towards Community/Presence-based IMS Multimedia Services

PTT + IMS = PTM - Towards Community/Presence-based IMS Multimedia Services PTT + IMS = PTM - Towards Community/Presence-based IMS Multimedia Services Niklas Blum Fraunhofer Institute FOKUS Next Generation Network Integration Kaiserin-Augusta-Allee 31, 10589 Berlin, Germany niklas.blum@fokus.fraunhofer.de

More information

Ambient Aware Information Delivery

Ambient Aware Information Delivery Ambient Aware Information Delivery Stephan Steglich, Christian Räck, Stefan Arbanowski steglich@cs.tu-berlin.de, @fokus.fraunhofer.de Technical University Berlin / Fraunhofer FOKUS Institute

More information

Architectural Considerations for Personal Mobility In the Wireless Internet

Architectural Considerations for Personal Mobility In the Wireless Internet Architectural Considerations for Personal Mobility In the Wireless Internet Mazen Malek Shiaa and Finn Arve Aagesen Department of Telematics, NTNU University, Trondheim - NORWAY {malek,finnarve}@item.ntnu.no

More information

OO Based Development of a Multi Media Application Server Prototype

OO Based Development of a Multi Media Application Server Prototype OO Based Development of a Multi Media Application Prototype E. GUL, G. WILLEKENS(team leader), F.HOSTE, T. BATSELE, R. SELDERSLAGHS, N. QUARTIER Alcatel Bell (A7) Francis Wellesplein 1 2018 Antwerpen,

More information

Dolby Conference Phone 3.1 configuration guide for West

Dolby Conference Phone 3.1 configuration guide for West Dolby Conference Phone 3.1 configuration guide for West 17 January 2017 Copyright 2017 Dolby Laboratories. All rights reserved. For information, contact: Dolby Laboratories, Inc. 1275 Market Street San

More information

Short Message Service (SMS)

Short Message Service (SMS) TECQUI Ayra M.-B. Short Message Service (SMS) Introduction Short message service is a mechanism of delivery of short messages over the mobile networks. It is a store and forward way of transmitting messages

More information

H.323. Definition. Overview. Topics

H.323. Definition. Overview. Topics H.323 Definition H.323 is a standard that specifies the components, protocols and procedures that provide multimedia communication services real-time audio, video, and data communications over packet networks,

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.341 V12.6.0 (2014-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Support of SMS over IP networks; Stage 3 (Release 12) The

More information

Design and Implementation of a Service Discovery Architecture in Pervasive Systems

Design and Implementation of a Service Discovery Architecture in Pervasive Systems Design and Implementation of a Service Discovery Architecture in Pervasive Systems Vincenzo Suraci 1, Tiziano Inzerilli 2, Silvano Mignanti 3, University of Rome La Sapienza, D.I.S. 1 vincenzo.suraci@dis.uniroma1.it

More information

ETSI TS V8.2.0 ( ) Technical Specification

ETSI TS V8.2.0 ( ) Technical Specification TS 124 147 V8.2.0 (2009-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Conferencing using the IP Multimedia (IM)

More information

PacketCable 2.0. HSS Technical Report PKT-TR-HSS-V RELEASED. Notice

PacketCable 2.0. HSS Technical Report PKT-TR-HSS-V RELEASED. Notice PacketCable 2.0 HSS Technical Report RELEASED Notice This PacketCable technical report is the result of a cooperative effort undertaken at the direction of Cable Television Laboratories, Inc. for the benefit

More information

Access Connections 5.1 for Windows Vista: User Guide

Access Connections 5.1 for Windows Vista: User Guide Access Connections 5.1 for Windows Vista: User Guide Access Connections 5.1 for Windows Vista: User Guide Note Before using this information and the product it supports, read the general information in

More information

3GPP TS V ( )

3GPP TS V ( ) TS 32.593 V10.2.0 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Telecommunication management; Home enhanced Node B (HeNB)

More information

Pervasive Web Application Architecture. History Scalability Availability Development Application Architecture

Pervasive Web Application Architecture. History Scalability Availability Development Application Architecture Pervasive Web Application Architecture History Scalability Availability Development Application Architecture It support multiple devices, such as PCs, WAP phones, PDAs and voice-only phones enables to

More information

The WAP Roadmap. Short Term Goals for WAP

The WAP Roadmap. Short Term Goals for WAP The WAP Roadmap Authors: Alastair Angwin, WAP Specification Committee / IBM UK Laboratories (alastair_angwin@uk.ibm.com) Bill Coan, WAP Specification Committee / AT&T Wireless Services / Global Operators

More information

UMTS PHASE 1 WORK ITEMS

UMTS PHASE 1 WORK ITEMS ETSI TC SMG #27 Plenary Tdoc SMG 0681 / 98 Prague, Czech Republic, October 12-16, 1998 Agenda Item: 7.1 Universal Mobile Telecommunications System UMTS PHASE 1 WORK ITEMS SMG1 S PRIMARY RESPONSIBILITY

More information

Harnessing the power of SIP with the 5E-XC High Capacity Switch

Harnessing the power of SIP with the 5E-XC High Capacity Switch Harnessing the power of SIP with the 5E-XC High Capacity Switch Realize the vision for next-generation networking while reducing costs A solution for implementing new revenue-generating services quickly

More information

Basic SAE Management Technology for Realizing All-IP Network

Basic SAE Management Technology for Realizing All-IP Network LTE SAE EPC Special Articles on SAE Standardization Technology Basic SAE Management Technology for Realizing All-IP Network The standardization of 3GPP Release 8 brings new provisions for All-IP networks

More information

The Migration to Ipv6

The Migration to Ipv6 GSM Europe The European interest group of the GSM Association http://gsmeurope.gsmworld.com The Migration to Ipv6 GSM Europe Policy Statement for the IPv6 Task Force- GSME, 6 August 2001 1. Background

More information

Delivering Quadruple Play with IPTV over IMS

Delivering Quadruple Play with IPTV over IMS Delivering Quadruple Play with IPTV over IMS Bruno Chatras, Mikhaël Saïd France Telecom Research & Development 38-40 rue du Général Leclerc F-92794 Issy Moulineaux Cedex 9 Email: {bruno.chatras,mikhael.said}@orange-ftgroup.com

More information

TIM Specification for Gm Interface between an User Equipment and the Fixed IMS Network: MultiMedia Telephony Supplementary Services

TIM Specification for Gm Interface between an User Equipment and the Fixed IMS Network: MultiMedia Telephony Supplementary Services TIM Specification for Gm Interface between an User Equipment and the Fixed IMS Network: MultiMedia Telephony Supplementary Services Rev. 1.1 06/11/2018 1 INDICE DEGLI ARGOMENTI 1. SCOPE... 3 2. APPLICABILITY...

More information

TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000

TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000 TC32 presentation to ECMA General Assembly, Edinburgh, 22nd June 2000 John Elwell, Chairman ECMA TC32 Siemens Communications (International) Limited john.elwell@siemenscomms.co.uk ECMA/TC32/2000/103 ECMA/GA/2000/69

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Requirements of the NGN network to support Emergency Communication from Citizen

More information

Cisco Unified Communication IOS Services API

Cisco Unified Communication IOS Services API CHAPTER 1 This chapter describes the Cisco Unified Communication IOS Services Application Programming Interface (CUCISAPI). The CUCISAPI enables the development of advanced Cisco Unified Communication

More information

This is the published version of a paper presented at Workshop on Innovative Mobile Applications of Context (IMAC) at MobileHCI 2006, Espoo, Finland.

This is the published version of a paper presented at Workshop on Innovative Mobile Applications of Context (IMAC) at MobileHCI 2006, Espoo, Finland. http://www.diva-portal.org This is the published version of a paper presented at Workshop on Innovative Mobile Applications of Context (IMAC) at MobileHCI 2006, Espoo, Finland. Citation for the original

More information

Hosted Fax Mail. Blue Platform. User Guide

Hosted Fax Mail. Blue Platform. User Guide Hosted Fax Mail Blue Platform Hosted Fax Mail User Guide Contents 1 About this Guide... 2 2 Hosted Fax Mail... 3 3 Getting Started... 4 3.1 Logging On to the Web Portal... 4 4 Web Portal Mailbox... 6 4.1

More information

SyncML DM: A SyncML Protocol for Device Management

SyncML DM: A SyncML Protocol for Device Management SyncML DM: A SyncML Protocol for Device Management James Jennings, Ph.D. IBM James_Jennings@us.ibm.com SyncML Master Class Amsterdam 28 January 2002 Outline What is device management? Who needs device

More information

8.4 IMS Network Architecture A Closer Look

8.4 IMS Network Architecture A Closer Look 8.4 IMS Network Architecture A Closer Look 243 The anchoring of the media in TrGW also has an implicit topology-hiding effect. Without anchoring, the SDP answer provided to the other network would contain

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 102 314-3 V1.1.1 (2005-03) Technical Report Fixed network Multimedia Messaging Service (F-MMS); PSTN/ISDN; Part 3: Network architecture and interconnection 2 TR 102 314-3 V1.1.1 (2005-03) Reference

More information

IP Possibilities Conference & Expo. Minneapolis, MN April 11, 2007

IP Possibilities Conference & Expo. Minneapolis, MN April 11, 2007 IP Possibilities Conference & Expo Minneapolis, MN April 11, 2007 Rural VoIP Protocol, Standards and Technologies Presented by: Steven P. Senne, P.E Chief Technology Officer Finley Engineering Company,

More information

State of the Art of Service Creation Technologies in IP and Mobile Environments

State of the Art of Service Creation Technologies in IP and Mobile Environments State of the Art of Service Creation Technologies in IP and Mobile Environments Jonna Jonnakka Helsinki University of Technology Networking Laboratory E-mail: jormakka@tct.hut.fi Henryka J ormakka Technical

More information

GPRS billing: getting ready for UMTS

GPRS billing: getting ready for UMTS GPRS billing: getting ready for UMTS In his first article about UMTS, Lucas Baugé looks into the key challenges of GPRS billing. He seeks to show how solving these challenges will help operators succeed

More information

Functionality. About Cisco Unified Videoconferencing 3545 Gateway Products. About the Cisco Unified Videoconferencing 3545 PRI Gateway

Functionality. About Cisco Unified Videoconferencing 3545 Gateway Products. About the Cisco Unified Videoconferencing 3545 PRI Gateway CHAPTER 1 This section describes the following topics: About Cisco Unified Videoconferencing 3545 Gateway Products, page 1-1 About Gateway Features, page 1-2 About Cisco Unified Videoconferencing 3545

More information

Wireless Internet: layers 3,4,5. Wireless Internet: Layers 3,4,5 Case Study: WAP. WAP: Wireless Application Protocol

Wireless Internet: layers 3,4,5. Wireless Internet: Layers 3,4,5 Case Study: WAP. WAP: Wireless Application Protocol W.int.3-2 Wireless Internet: layers 3,4,5 Wireless Internet: Layers 3,4,5 Case Study: WAP Module W.int.3.WAP Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico

More information

ETSI and GRID Standardisation. Mike Fisher, BT ETSI TC GRID Chair. 23 October 2006 ITU-T/OGF Workshop on Next Generation Networks and Grids

ETSI and GRID Standardisation. Mike Fisher, BT ETSI TC GRID Chair. 23 October 2006 ITU-T/OGF Workshop on Next Generation Networks and Grids ETSI and GRID Standardisation Mike Fisher, BT ETSI TC GRID Chair 1 ETSI and GRID GRID#2: 2 nd ETSI TC GRID Meeting, 1 Dec 2006 (Sophia- Antipolis) 3 rd ETSI GRID Plugtests, 27 Nov 1 Dec 2006 (Sophia- Antipolis)

More information

Request for Comments: 4083 Category: Informational May 2005

Request for Comments: 4083 Category: Informational May 2005 Network Working Group M. Garcia-Martin Request for Comments: 4083 Nokia Category: Informational May 2005 Input 3rd-Generation Partnership Project (3GPP) Release 5 Requirements on the Session Initiation

More information

ETSI TS V ( )

ETSI TS V ( ) Technical Specification LTE; Evolved Universal Terrestrial Radio Access Network (E-UTRAN); General aspects and principles for interfaces supporting Multimedia Broadcast Multicast Service (MBMS) within

More information

ETSI TS V (201

ETSI TS V (201 TS 133 187 V12.2.0 (201 15-04) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Security aspects of Machine-Type Communications

More information

MEA: Telephony systems MEB: Voice over IP MED: VoIP systems MEC: C7 signalling systems MEE: Video principles MEF: Video over IP

MEA: Telephony systems MEB: Voice over IP MED: VoIP systems MEC: C7 signalling systems MEE: Video principles MEF: Video over IP learntelecoms interactive e-learning suite of courses from PTT: MediaNet v3 Voice and video service delivery MediaNet is a suite of interactive, online e-learning courses that provides training in the

More information

A Resource Control Mechanism on NGN based Home Network for IPTV Service

A Resource Control Mechanism on NGN based Home Network for IPTV Service A Resource Control Mechanism on NGN based Home Network for IPTV Service Yangjung Kim, Ilyoung Chong Hankuk University of Foreign Studies. Dept, of Information & Communications {zeroplus, iychong}@hufs.ac.kr

More information

Service Architecture for 3rd Party Operator s Participation

Service Architecture for 3rd Party Operator s Participation Service Architecture for 3rd Party Operator s Participation F. Sarabchi, A. H. Darvishan, H. Yeganeh, and H. Ahmadian Abstract Next generation networks with the idea of convergence of service and control

More information

OMA-ETS-DL-OTA-v1_ a Page 1 (24)

OMA-ETS-DL-OTA-v1_ a Page 1 (24) OMA-ETS-DL-OTA-v1_0-20040317-a Page 1 (24) Enabler Test Specification for Download 1.0 Version 1.0, 17-Mar-2004 Open Mobile Alliance OMA-ETS-DL-OTA-v1_0-20040317-a OMA-ETS-DL-OTA-v1_0-20040317-a Page 2

More information

3GPP SIP Security Requirements for IETF

3GPP SIP Security Requirements for IETF S3z010127 3GPP SIP Security Requirements for IETF Jari Arkko Ericsson Nice, France 13th-14th 14th September 2001 Background 1. 3GPP has been developing new SIP solutions 2. IETF SIPPING WG requests for

More information

Towards Global Implementation

Towards Global Implementation ITU Sub-Regional Seminar on IMT-2000 (Warsaw, 2-4.10.01) IMT-2000 Towards Global Implementation Fabio Leite, Project Manager, IMT-2000 The Information Society High-speed Internet M-commerce Video-phone

More information

Distribute Call Studio applications to Unified CVP VXML Servers.

Distribute Call Studio applications to Unified CVP VXML Servers. is one of the Cisco Unified Customer Voice Portal (CVP) components and a web-based interface using which you can configure other Unified CVP components and devices in the Unified CVP solution. Use to perform

More information

3GPP TR V ( )

3GPP TR V ( ) TR 22.950 V10.0.0 (2011-03) Technical Report 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Priority Service feasibility study (Release 10) The present document

More information

The EU IST Project BRAIN/MIND

The EU IST Project BRAIN/MIND The EU IST Project BRAIN/MIND An IP solution for systems beyond 3G Dave Wisely BTexact Technologies MIND Technical Manager dave.wisely@bt.com ITU Seminar on IMT-2000 and systems beyond Ottawa, 28 th May

More information

ETSI TS V4.2.0 ( )

ETSI TS V4.2.0 ( ) TS 123 227 V4.2.0 (2002-03) Technical Specification Universal Mobile Telecommunications System (UMTS); Application and user interaction in the UE; Principles and specific requirements (3GPP TS 23.227 version

More information

Internet Engineering Task Force (IETF) February Local Mobility Anchor (LMA) Discovery for Proxy Mobile IPv6

Internet Engineering Task Force (IETF) February Local Mobility Anchor (LMA) Discovery for Proxy Mobile IPv6 Internet Engineering Task Force (IETF) Request for Comments: 6097 Category: Informational ISSN: 2070-1721 J. Korhonen Nokia Siemens Networks V. Devarapalli Vasona Networks February 2011 Abstract Local

More information

JP-3GA (R99) Super Charger ; Stage 2

JP-3GA (R99) Super Charger ; Stage 2 JP-3GA-23.116(R99) Super Charger ; Stage 2 Version 1 Nov 30, 2000 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE JP-3GA-23.116(R99) Super-Charger Technical Realisation Stage2 Remarks Application level of English

More information

Standard Activities of ITU-T Special Study Group on IMT-2000 and Beyond

Standard Activities of ITU-T Special Study Group on IMT-2000 and Beyond Standard Activities of ITU-T Special Study Group on IMT-2000 and Beyond For HSN 2001 14-16 16 February 2001 Young Kyun Kim, Ph.D. Vice Chair, ITU-T SSG on IMT-2000 and Beyond Senior Vice President, Samsung

More information

Unified QoS Provision in Wireless Access Networks

Unified QoS Provision in Wireless Access Networks Unified QoS Provision in Wireless Access Networks Nikos Passas and Lazaros Merakos Dept. of Informatics & Telecommunications University of Athens Athens, Greece {passas,merakos}@di.uoa.gr Abstract A scheme

More information

Project Data. Proposed duration: 30 months Requested total funding: 2.87 MEUR Strategic objective addressed: IST : Software and Services

Project Data. Proposed duration: 30 months Requested total funding: 2.87 MEUR Strategic objective addressed: IST : Software and Services The SMS project Simple Mobile Services (SMS) The SMS project: creating mobile services that are simple to find, use, trust and develop, and making it easier for individuals and small businesses to become

More information

Nokia Multi-Access to IP Multimedia

Nokia Multi-Access to IP Multimedia Nokia Multi-Access to IP Multimedia s Executive Summary 2 Convergence 2 Convergence of Services and Business Models 3 Service Convergence 3 Business Model Convergence 3 Session Initiation Protocol (SIP)

More information

ETSI TS V5.0.0 ( )

ETSI TS V5.0.0 ( ) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Wide Area Network Synchronization () GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS

More information

Fixed Mobile Convergence

Fixed Mobile Convergence Cisco Expo 2006 Fixed Mobile Convergence Business Track Bo Finnemann Cisco DK 2006 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Agenda, Fixed Mobile Convergence Market Perspective What

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring the Open Web Services and Inova IT SIP Objects.NET Third Party Call Control Sample Applications with Avaya SIP Application Server, Avaya Communication

More information

Dusseldorf, Germany Agenda item: th -20 th June, Status Report of SMG11 at SMG#32

Dusseldorf, Germany Agenda item: th -20 th June, Status Report of SMG11 at SMG#32 ETSI TC SMG#32 Tdoc SMG P-00-269 Dusseldorf, Germany Agenda item: 6.10 19 th -20 th June, 2000 Source: Chairman, SMG11 * Status Report of SMG11 at SMG#32 Executive Summary This document provides an overview

More information

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS Noël CRESPI, Youssef CHADLI, Institut National des Telecommunications 9, rue Charles Fourier 91011 EVRY Cedex FRANCE Authors: N.Crespi,

More information

3GPP TS V5.2.0 ( )

3GPP TS V5.2.0 ( ) TS 26.140 V5.2.0 (2002-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Multimedia Messaging Service (MMS); Media formats and codecs

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); NGN Terminology 2 Reference DTR/TISPAN-00004-NGN Keywords vocabulary 650 Route des Lucioles

More information

IMS: Lessons Learned. Brough Turner SVP & CTO

IMS: Lessons Learned. Brough Turner SVP & CTO IMS: Lessons Learned Brough Turner SVP & CTO Tomorrow s Communications Network One core network with any access Based on IP Wireline and wireless transparency Standardized signaling based on extensions

More information

3G TS V1.0.0 ( )

3G TS V1.0.0 ( ) 3GPP TSG-CN WG2 Phoenix, Arizona 15-19 November, 1999 Tdoc 3GPP N2-99 G95 3G TS 23.116 V1.0.0 (1999-11) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network;

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