Presence service integration using interconnected IP Multimedia Core Networks (IM-CN)

Size: px
Start display at page:

Download "Presence service integration using interconnected IP Multimedia Core Networks (IM-CN)"

Transcription

1 Presence service integration using interconnected IP Multimedia Core s (IM-CN) Sebastian Schumann and Eugen Mikoczy Slovak Technical University (STU) Department of Telecommunications, NGNlab Bratislava, Slovakia {schumann,mikoczy}@ktl.elf.stuba.sk Stephan Massner and Michael Maruschke Hochschule für Telekommunikation Leipzig (HfTL) Institut für Telekommunikationsinformatik Leipzig, Germany {stephan.massner,maruschke}@hft-leipzig.de Abstract This paper describes the integration of the presence management service into existing IP Multimedia Subsystem (IMS) laboratory infrastructures. Both laboratories NGNlab in Bratislava and the laboratory in Leipzig use the Fraunhofer OpenIMS as core components for their testing IMS environment (i.e. Call Session Control Functions (CSCF), Home Subscriber Server (HSS)). The virtualization of these components will be described in this paper. Furthermore, the layer 3 interconnection and hence the possibility to share different applications between the locations will be discussed. The presence management service has been deployed in a state where it is ready to be used with current IMS clients, for both presence information sharing via the Session Initiation Protocol (SIP) and user authorization via Extended Markup Language (XML) Configuration Access Protocol (XCAP). I. INTRODUCTION The advantages, Next Generation s (NGN) introduce into the business world, are various. From the business point of view, one major criterion for switching from Public Switched Telephone (PSTN) technology to All-IP is saving money. The technical equipment and hardware the network providers have to buy has gone simpler and thus cheaper. Business decisions for introducing NGN are influenced by other key facts as well: Decrease of time to market for new services, important as the life cycle for new products decreases Simplification of the architecture (switch from horizontal to vertical approach) CAPEX/OPEX savings as introduction and maintenance of new services will be lower Those approaches and the technical progress in the area of NGN lead to the laboratory set-ups that will be explained within this paper. The NGNlab team of the Slovak Technical University [1] elaborates the ongoing standardization process in the area of IMS/NGN and is building up a network infrastructure from source-open components since The infrastructure has been virtualized to utilize the hardware resources in a better way. The configured components include all core network elements and are extended by applications and services continuously. The presence application (acc. [2]) on top of the open-source IMS components from FOKUS Fraunhofer [3] will be described and evaluated. The Hochschule für Telekommunikation Leipzig (HfTL) established a NGN test and research laboratory as well. The Fraunhofer OpenIMS running on this network forms the testbed infrastructure for various NGN test scenarios. It is used in parallel for teaching projects on academical side. Having two deployments in different locations lead to the idea of extending the cooperation by interconnecting the two testbeds in Leipzig and Bratislava. One key concept of the IMS is the possibility to use applications from other IMS core networks. This paper will discuss the requirements for the interconnection between the IMS core network in Leipzig and Bratislava and the possibilities to share service deployments between the users of both networks. It focusses only on a very basic set-up not involving IMS interconnection scenarios from the standards yet. The IMS core from Leipzig will use an application server from the Bratislava domain. This will validate that the layer 3 interconnection works and that the application server deployment can handle multiple domains. The paper will close with future prospects how to utilize the existing interconnection further and discuss the ongoing standardization process within this area. Following papers with much deeper standardized interconnection scenarios and an extension of the test cases are planned. This paper should provide the base for such an interconnection. A. Virtualization II. LABORATORY OVERVIEW This section will discuss the virtualization approach in the NGNlab. Due to the relatively low utilization of the laboratory environment, virtualization has been chosen to use the existing hardware in a better way. The environment was designed to allow easy management of the servers and also the virtualization itself. Virtualization is performed on Debian GNU/Linux servers running the Xen virtualization software. Most of the software used in testbed is open source, which offers flexibility and extensibility for future development. When establishing the lab, four servers have been assigned, including the machines they should later run virtualized. The following design has been chosen:

2 a) Signaling core: The first server includes all IMS core components (all CSCFs). Also a legacy SIP server is deployed. Mainly all core applications that are involved in major signaling (i.e. that can result in outbound calls) are deployed here. b) Support systems: This server contains database cluster for NGNlab support (user database, web application database), HSS and also the XML Document Management Server (XDMS). c) layer: On this server are all applications. Those virtualized instances communicate mainly with the IMS core or provide additional functionality. d) Student server: This virtualization server runs all student projects in the area of Next Generation s. They have their own IMS core running, but can also be interconnected with the signaling core components. All components are running behind a proxy server with restrictive permission settings for the network traffic. They are interconnected using different Virtual Local Area s (VLAN) (see fig. 1). The proxy has firewall rules deployed that allow only explicitly permitted traffic to reach the servers. layer NGN F (presence) Signaling core P-CSCF S-CSCF Fig. 1. NGN NGN NGN NGN F F F F (IPTV) (conf.) (voice) I-CSCF SIP Proxy Support systems HSS XDMS Virtualization of signaling components All required Domain Name System (DNS) settings to reach the internal infrastructure are deployed on the DNS server. Starting with the basic configuration of the OpenIMS components, DNS Service Pointer (SRV) and Name Authority Pointer (NAPTR) have been created pointing to the Interrogating (I)-CSCF. This is important for the later interconnection (see section II-B). The Proxy (P)-CSCF is reachable from the public internet as well. As the set-up must use Address Translation (NAT) due to the lack of available public IP addresses, the proxy is responsible to forward the traffic on dedicated ports to the respective internal virtual machine. The overall set-up is very realistic for many universities or institutions that want to deploy a testbed but do not have the necessary amount of public IP addresses. The presented virtualization concept assures that the administrator of the application servers can never interfere with the core components. He can modify the existing application servers; however he is only able to connect to the main control functions through the network and not via the virtualized host itself. All virtualization servers and also the virtualized servers can be reached separately via a management interface. This interface is not depicted in figure 1. B. Interconnection As described in the standards, an interconnection scenario includes some additional components: Located in the transport layer, an Interconnection Border Gateway Function (IBGF) is needed. In the signaling layer, an Interconnection Border Control Function () with co-located Interworking Function (IWF) are used. The main functions in the transport layer are traffic control, Topology Hiding (THIG) and Bearer Control (BC). The uses THIG for signaling information and controls the IBGF through the Service based Policy Decision Function (SPDF). This SPDF performs a coordination function acting as Policy Decision Point for Service-based Policy control (see also [4]). It makes policy decisions depending on service policy rules defined by the network operator. Furthermore, the underlying network technology will be hidden from applications. The authorization of transport control service requests from application functions is based on a process, which involves the check of these requests against the given policy. The and IBGF control each session including signaling data and media data, as all traffic will be routed through these two components. Acting as entry point, both entities are configured to forward the signaling data to the I-CSCF for new sessions and to the P/S-CSCF for existing sessions. data will be routed to an Access Gateway Function (ANGF) or Gateway Function (MGF) for established connections. Outgoing traffic should be forwarded to an connected to the target domain for signaling information and media data to the corresponding IBGF. As first steps to interconnect the testbeds in Leipzig and Bratislava, an interconnection without all the entities as described in standards has been established (fig. 2). This is seen as first and simplest approach to show, that servers of both testbeds can communicate although the difference of the environments 1 and that the standard compliant interconnection has a solid base. All required steps for an gradeful changing of the actual running configuration to a standardized interconnection in the future are shown in (fig. 3). The current set-up allows sharing of Servers (), which are located in different domains. Using the presence service, two different interfaces were shared and forwarded between the testbeds. ISC/Ma is the first interface. It will be used to exchange information between the Serving (S)-CSCF and the Presence-. The latter interconnection is established on the Ut interface, used by a User Agent (UA) 1 E.g. firewalls (managed and also unmanaged by lab staff) or different virtualizations

3 IMS Testbed HfTL IMS Testbed STU Ut ISC/Ma ISC/Ma Sh #A Public Internet #B S CSCF HSS Cx Server HfTL Hochschule für Telekommunikation Leipzig (Germany) User Equipment STU Slovak University of Technology, Bratislava (Slovakia) Gateway (for Interconnection) Fig. 2. Interconnection scheme SIP DIAMETER HTTP/XCAP/... Mw Mw Gm Mw P CSCF I CSCF Server User Equipment CSCF Call Session Control Function P /I /S Proxy/ Interrogating/ Serving HSS Home Subscriber Server Cx Step 1) Establisment of a shared VPN Inter connection between two different and separate located IMS based multimedia networks. Step 2) Establishment of a standardized inter connection in the signalling layer using the to connect two IMS based Multimedia networks. Step 3) Establishment of a standardized inter connection in the signalling layer using the and in the transport layer using the IBGF to connect two IMS based Multimedia networks. Steps from plain to standardized Interconnection Core Transport Core Transport Core Transport Server SPDF IBGF Interconnection Border Control Function SPDF Service based Policy Decision Fcuntion IBGF Interconnection Border Gateway Function Fig. 3. Steps towards standardized interconnection located inside a User Equipment () to communicate with the Presence-. Two different protocols are needed on these interfaces. One of them is the Session Initiation Protocol (SIP) on the ISC/Ma interface and the other one is XCAP on the Ut interface. For the realization of the interconnection, a secure infrastructure was needed. As the public internet is used to forward data between the entry points of these testbeds, a secure concept had to be established. After implementing a Public Key Infrastructure (PKI) it was possible to initiate a secured connection using a Virtual Private (VPN) tunnel from one gateway to another and vice versa. The gateways are located at the border of each network. III. IMS CORE NETWORK To understand the main components, which are involved to access the service, the core network will be briefly described in the following. The relationship between the components and all defined interfaces are shown in figure 4, see also [5] and [6]. Fig. 4. A. P-CSCF Standardized IMS core network components and interfaces The Proxy-CSCF acts as strict outbound proxy for IMS User Equipment (IMS-), i.e. all messages sent by IMS- have to go through the P-CSCF at first. In addition, IMS-s should not accept any requests and responses not sourced at the P- CSCF. The P-CSCF represents a security gateway for IMS signaling with IMS-s using secured communication channels given by the Gm interface. Checking and enforcing the signaling policies for SIP requests (service routes, dialog routes) and responses (via nodes) will be done by the P-CSCF as well. B. I-CSCF This entity represents the entry point in the home domain. Using the Home Subscriber Server (HSS), the Interrogating- CSCF provides location services like user location or registration point location. Depending on capabilities of further entities inside the IMS core network, the I-CSCF forwards messages to responsible S-CSCFs to terminate the request in the home network or to Interconnection Border Control Functions () to terminate the request in a foreign network. C. S-CSCF The major functionality of the Serving-CSCF is grounded in registration of users by authentication, storing contact locations and user subscription information, resolving public identities into contact addresses and adding routes as indicated in path headers. These tasks require the interworking between the S-CSCF and the HSS, as the S-CSCF must get authentication vectors and IMS service profiles for its serving users. If an expiration of a user authorization time is detected by the HSS, the S-CSCF has to terminate the registration. This action is pushed by the HSS. Furthermore, the dialog state has to be held on S-CSCF side. According this state, a triggering on initial filter criteria has to be done. D. HSS The central database of an IMS core network is named HSS and it contains subscription related information to support

4 other network entities in handling actually sessions. Other included parts are the mapping between SIP-Uniform Resource Identifier (URI) and E.164 telephone numbers and the generation of security information according to users. For service enabling, the HSS provides user related information to application servers. E. IFC The Initial Filter Criteria (IFC) enable routing to various application servers to provide user specific services. A user service profile could include different filters sorted by different priority as described in [7]. The following description is summarized in fig. 5. User Profile Service Profile Indicator: registered/unregistered/independend Filter: Trigger Point + Information other direction, the S-CSCF processes responses on the ISC interface. A. Presence server IV. APPLICATION INTEGRATION 1) Set-up within CN: As already discussed, the IMS follows the approach of a layered architecture. Each deployed service will be offered by one common transport plane, providing IP access to various fixed and mobile devices. This plane provides transparent access to all kinds of devices and allows the connection to the next layer: The control plane. As this plane is described in section III, the focus is now on how the third plane can be accessed. The IMS interaction with services is triggered at the S-CSCF. The network operator has to set up IFC at the S-CSCF. Based on these criteria the controller can determine which messages it has to forward to which service. The set IFC for the presence service in both domains are shown in fig. 6. Logical expression: CNF: ( A or B ) and C DNF: ( A and B ) or C Requested URI Method header Session case SDP line equals/ matches/ is one of SIP URI Proceedings if isn t available User Profile domain.de Service Profile Presence Filter: Trigger Point + Information CNF: ( A or B ) SIP Header Content:.*presence* SIP Header Content:.presence* presence1.domain.sk (IP Address) Proceeding if isn t available: Forward to: Indicator: registered presence2.domain.de Fig. 5. Profile definition within the HSS User Profile domain.sk Service Profile Presence Filter: Trigger Point + Information Indicator: registered One of the filters contains a logical expression named trigger point (TP), which has to be applied on an initial request and also application server () information like SIP-URI and proceedings if the is not reachable. The TP can be varied into two types: Conjunctive normal form (CNF) like (A or B) and (C or D) Disjunctive normal form (DNF) like (A and B) or (C and D) The atoms A, B, C... are called Service Point Trigger (SPT). The SPTs can be divided into typically five types: Request-URI equals... Method matches... Header... is present or matches... Session case is... SDP line matches... Session cases are for example originating, terminating or terminating to unregistered user. Depending on registration status, certain filter criteria can be applied only if the user is registered or unregistered. Other filter criteria are irrespective to the registration status. By triggering an IFC, the S-CSCF checks if filter expressions matches an initial request for a dialog created method or standalone requests is given. In case of a match, the message will be forwarded to the indicated on the ISC interface. In the CNF: ( A or B ) SIP Header Content:.*presence* SIP Header Content:.presence* Fig. 6. presence1.domain.sk (IP Address) Proceeding if isn t available: Forward to: presence2.domain.de Presence profile definition within the HSS Assuming every user has the presence IFC set and activated, all 2 /PUBLISH messages whose Event is determined for the presence server (see fig. 6) are now forwarded there. The event catches not only normal subscriptions (e.g. event package presence, [8]), but includes also the event template-packages (e.g. event template-package presence.winfo, [9]). 2) Deployment: For the presence server itself, the opensource SIP server implementation OpenSIPS [10] in its current stable version (1.4) has been deployed. The open-source software is a fork of the well-known OpenSER. Within the source directory, the OpenSIPS Makefile has to be modified to include the mysql, presence, presence xml and xcap client module. This modification enables the MySQL database Programming Interface (API) for accessing the application data later. Moreover, the required modules 2 SIP For Instant Messaging And Presence Leveraging Extensions

5 for the presence service will be included in the compilation process. Within the source directory, the files can be finally compiled and installed now 3. The following changes on in the OpenSIPS configuration are necessary to make it fit into the laboratory deployment as application server: Handle subscriptions and publications User authentication via P-Asserted-Identity headers Accept only trusted sources (S-CSCF of Bratislava and Leipzig testbed) as final packet source The MySQL server will be used as user profile storage. It is assumed the server is up and running. Its installation and set-up are out of the scope of this paper. 3) authentication: The user authentication in the deployed IMS is made against the user database of the HSS. The presence server, however, has its own application database and hence a separate user and password management would be required, if the should be challenged. As the usage of two separate databases does not scale, and more important the IMS guidelines recommend another approach, the deployed solution make use of the private extension headers (esp. P-Asserted-Identity, [11]) 4. The privacy header of the SUBSCRIBE and PUBLISH messages are checked by the presence server. Only if the P-Asserted-Identity header has been added by the S- CSCF and the message has been received from this trusted node the SIP message is processed. The privacy header username and domain are examined and treaded as if those parameters would have been successfully challenged. The P-Asserted-Identity URI must match the SIP From: URI B. XCAP server At current state, the presence server would be able to handle all SIP subscriptions and publications properly. OpenSIPS allows using the presence server in a so-called forcedauthorization mode. In this mode, all subscriptions are considered to be authorized. This is of course not intended: In real-world scenarios, the users are responsible to authorize their presence states. The defined standard for exactly those authorizations is XCAP (see [12]). The deployed XCAP server/xdms is OpenXCAP [13] from AG Projects. The software is source-open as well. It has been designed to work together with OpenSIPS. This is important because the XCAP server must communicate with the presence server. The OpenXCAP server is an application written in Python and using most of the currently available standards. The Usage IDs (AUID), the server supports, are pidf-manipulation 3 The installation will only work, if all required libaries and development files are installed on the system. 4 As the XCAP server requires user credentials currently, the data is still kept within the database. xcap-caps resource-lists pres-rules, org.openmobilealliance.pres-rules rls-services watchers (proprietary) The server has been installed by Debian package management according [13]. No further steps besides proper configuration were necessary. OpenXCAP uses the management interface from OpenSIPS to authorize users. The user authorization state is written in the database of OpenSIPS. For authorization, the presence server database is accessed directly. The XCAP data is also stored in the database. For authorization, OpenXCAP must modify the parameter according which OpenSIPS decides whether the NOTIFY body will be filled with presence information or not. Instead of accessing the database directly for this purpose, the XCAP server uses the XML Remote Procedure Calls (XMLRPC) interface to authorize the users. The XCAP documents for these purposes, however, are stored via normal MySQL access in the database. The final communication and deployment of the service and its consisting two is shown in figure 7. Fig. 7. XCAP SIP XCAP XMLRPC Other NGN F Presence Server (OpenSIPS) S CSCF P CSCF MySQL DB Server User Equipment XMLRPC CSCF Call Session Control Function P /S Proxy/ Serving XDMS (OpenXCAP) Detailed connection of presence and XCAP servers The SIP interface is exposed towards the IMS core components, the XCAP interface is exposed towards the proxy server. It is responsible to use NAT to make the respective port available throughout the internet. The DNS name for the XCAP server must point towards the proxy from external requests and towards the XCAP server for internal requests. As the testbeds in Leipzig and Bratislava use different domains, OpenSIPS and OpenXCAP are both configured for multi-domain support. V. FUTURE USE CES According to the described interconnection using a VPN connection between the two gateways, the next steps are divided as follows:

6 a) Establishment of an interconnection using the in the signaling layer (Ic Interface) by providing THIG in SIP signaling. The prototyping of an is in progress now. b) Usage of different services like presence, calendar, video on demand, provided by several and located in separated IP multimedia networks. In this scenario any S-CSCF related to an is located in one of many IP multimedia networks and enables these services using the Mw Interface. Note: In difference to the usage described in this paper, an interconnection of an S-CSCF and an using the ISC/Ma Interface through the VPN connection is not longer supported. All signaling messages will be exchanged using the in the signaling layer. c) Support of roaming by using the HSS located in the home network in addition with different service profiles depending on location information. d) Prototyping of the SPDF and manipulation of Session Description Protocol (SDP) data related to SIP signaling information of each session depending on the network capabilities (simulated). e) Interconnection of IP multimedia networks using the Ic Interface in the signaling layer and the Iz Interface in the transport layer provided by the and IBGF. The possible interconnection scenario in the future is shown in fig. 8. The displayed components are all connected according the existing standards as [14]. IMS Testbed HfTL x Ut Gm P CSCF ANGF NS Server User Equipment RACS IP Transport IBGF P CSCF Proxy Call Session Control Function Interconnection Border Gateway Function ANGF Access Gateway Function IBGF Interconnection Border Gateway Function NS Attachment Subsystem RACS Ressource and Admission Control Subsystem Fig. 8. x Iz Ic IBGF RACS IMS Testbed STU NS IP Transport Future interconnection possibilities VI. CONCLUSION P CSCF ANGF Ut Gm x The physical interconnection through the VPN and the use of an application deployed in one network (Bratislava) by the other network (Leipzig) was the first step towards the standard compliant interconnection both laboratories plan to achieve. As expected, all components can be used through the VPN. The only restriction for further tests, involving the actual core IMS interconnection and application sharing, are realtime applications that require Quality of Service (QoS) between both networks. Especially services like IPTV or video conferencing require resource reservation mechanisms and secure IMS testbed interconnection, which will be able to provide secured end-to-end QoS transport for media and signaling. The presented testbed interconnection can be used for research or education purposes. The STU uses the described testbed in several international projects like European Celtic project, NetLab orthe Leonardo da Vinci project. It is also used for NGN protocols certification of professionals in the InCert and Train2Cert projects. ACKNOWLEDGMENT STU and HfT are working together on common topics in the area of Next Generation s since 2006 and participate in ongoing projects involving their core network interconnection. This paper also presents some of the results and acquired experience from various research project such as NGNlab project [1], European Celtic-EURECA project Netlab [15], Leonardo da Vinci projects InCert [16] and Train2Cert [17], AV project: Converged technologies for next generation networks (NGN), Slovak National basic research projects VEGA No. 1/3094/06 and VEGA 1/4084/07. REFERENCES [1] NGNlab - NGN laboratory at Slovak University of Technology in Bratislava, [2] 3GPP TS v7.3.0 ( ), Technical Specification, Presence Service; Architecture and functional description; Stage 2, 2007 [3] Fraunhofer Institute for Open Communication Systems Open IMS Core implementation, [4] ETSI TISPAN ES v2.0.0 Resource and Admission Control Sub- System (RACS): Functional Architecture [5] ETSI TISPAN TS v7.5.0 Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); architecture (3GPP TS version Release 7) [6] ETSI TISPAN TS v Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); IP Multimedia Subsystem (IMS); Stage 2 (3GPP TS version Release 7) [7] ETSI TISPAN TS v7.9.0 Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); IP Multimedia (IM) session handling; IM call model [8] RFC 3856, A Presence Event Package for the Session Initiation Protocol (SIP) [9] RFC 3857, A Watcher Information Event Template-Package for the Session Initiation Protocol (SIP) [10] OpenSIPS - OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server, [11] RFC 3325, Private Extensions to the Session Initiation Protocol (SIP) for Asserted Identity within Trusted s [12] RFC 4825, The Extensible Markup Language (XML) Configuration Access Protocol (XCAP) [13] OpenXCAP - OpenXCAP is an open source fully featured XCAP server, [14] ETSI TISPAN ES v2.0.0 NGN Functional Architecture [15] NetLab - Use Cases for Interconnected Testbeds and Living Labs, http: // [16] InCert Next Generation Protocols Professionals certification in InCert, International Certificates of Excellence in Selected Areas of ICT, [17] Train2Cert, Vocational Training for Certification in ICT, eu

Overview and Status of NGN Standardization Activities. Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories

Overview and Status of NGN Standardization Activities. Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories Overview and Status of NGN Standardization Activities Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories Contents 1. Outline of NGN 2. Key Technologies of NGN 3. Summary and

More information

Location in SIP/IP Core (LOCSIP)

Location in SIP/IP Core (LOCSIP) in SIP/IP Core (LOCSIP) Conveyance with IMS: the OMA LOCSIP Service Enabler Don Lukacs Telcordia Applied Research 2010, Telcordia Technologies Inc. in SIP/IP Core (LOCSIP) Topics General Background Material

More information

Experimental NGN Lab Testbed for Education and Research in Next Generation Network Technologies

Experimental NGN Lab Testbed for Education and Research in Next Generation Network Technologies Experimental NGN Lab Testbed for Education and Research in Next Generation Network Technologies Eugen Mikoczy 1, Pavol Podhradsky 1, Ivan Kotuliak 1, Juraj Matejka 1 1 The Faculty of Electrical Engineering

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

3GPP TS V6.9.0 ( )

3GPP TS V6.9.0 ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; Presence service using the IP Multimedia (IM) Core Network (CN) subsystem; Stage 3 () GLOBAL SYSTEM

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

ETSI TS V ( )

ETSI TS V ( ) TS 124 523 V12.2.0 (2015-01) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Core and enterprise Next Generation Network (NGN) interaction scenarios; Architecture and functional

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain GPP X.S00-00-0 Version.0 Version Date: July 00 0 All-IP Core Network Multimedia Domain IP Multimedia (IMS) session handling; IP Multimedia (IM) Call Model; Stage 0 COPYRIGHT NOTICE GPP and its Organizational

More information

3GPP TS V7.0.0 ( )

3GPP TS V7.0.0 ( ) TS 23.417 V7.0.0 (2007-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Technical Specification Group Services and System Aspects; Telecommunications and Internet

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services; Terminating Identification Presentation (TIP) and

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

Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context

Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context Mosbah Ageal Computer Engineering Department, Higher Polytechnic Institute of Zliten, Zliten,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 124 141 V15.0.0 (2018-06) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Presence service using the IP Multimedia

More information

IMS in the Next Generation Network

IMS in the Next Generation Network Proceedings of the 11th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 26-28, 2007 45 IMS in the Next Generation Network TATIANA KOVACIKOVA, PAVOL SEGEC, MILAN

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

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 183 028 V1.1.1 (2006-04) Technical Specification Telecommunications and Internet Converged Services and Protocols for Advanced Networking (TISPAN); Common basic communication procedures; Protocol specification

More information

ETSI ES V2.0.0 ( ) ETSI Standard

ETSI ES V2.0.0 ( ) ETSI Standard ES 282 007 V2.0.0 (2008-05) Standard Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); IP Multimedia Subsystem (IMS); Functional architecture 2 ES 282 007

More information

Status of IMS-Based Next Generation Networks for Fixed Mobile Convergence

Status of IMS-Based Next Generation Networks for Fixed Mobile Convergence Status of IMS-Based Next Generation Networks for Fixed Mobile Convergence Prepared for: WOCC 2007 Fuchun Joseph Lin Chief Scientist fjlin@research.telcordia.com Telcordia Technologies, Inc. April 28, 2007

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain 1 2 3 3GPP2 X.S0013-000-0 Version 1.0 Version Date: December, 2003 4 5 6 7 8 9 10 All-IP Core Multimedia Domain Overview 11 12 13 14 15 16 17 18 19 20 21 COPYRIGHT NOTICE 3GPP2 and its Organizational Partners

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.525 V12.1.0 (2014-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Business trunking; Architecture and functional description

More information

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011

What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 What is NGN? Hamid R. Rabiee Mostafa Salehi, Fatemeh Dabiran, Hoda Ayatollahi Spring 2011 Outlines Next Generation Network (NGN) Definition Applications Requirements Network Architecture QoS Issues 2 What

More information

ETSI TS V2.0.4 ( ) Technical Specification

ETSI TS V2.0.4 ( ) Technical Specification TS 182 006 V2.0.4 (2008-05) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); IP Multimedia Subsystem (IMS); Stage 2 description

More information

IP Multimedia Subsystem Part 3 Marek Średniawa

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

More information

ETSI TS V1.2.1 ( )

ETSI TS V1.2.1 ( ) TS 183 007 V1.2.1 (2007-03) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); PSTN/ISDN simulation services; Originating Identification

More information

ETSI TS V7.0.0 ( ) Technical Specification

ETSI TS V7.0.0 ( ) Technical Specification TS 123 417 V7.0.0 (2007-12) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Telecommunications and Internet converged Services

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) TS 23.517 V8.0.0 (2007-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Technical Specification Group Services and System Aspects; Protocols for Advanced Networking

More information

ETSI ES V1.1.1 ( )

ETSI ES V1.1.1 ( ) ES 282 001 V1.1.1 (2005-08) Standard Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); NGN Functional Architecture Release 1 2 ES 282 001 V1.1.1 (2005-08)

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.524 V12.2.0 (2014-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Hosted Enterprise Services; Architecture, functional description

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

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

IMS Adoption Fueled by the Open IMS Core Project and MySQL

IMS Adoption Fueled by the Open IMS Core Project and MySQL IMS Adoption Fueled by the Open IMS Core Project and MySQL Overview The project was launched in 2006 to promote IMS (IP Multimedia Subsystem) technology adoption in next-generation telecommunications networks,

More information

3GPP TS V7.6.0 ( )

3GPP TS V7.6.0 ( ) TS 23.204 V7.6.0 (2009-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Support of Short Message Service (SMS) over generic Internet

More information

3GPP TS V8.7.0 ( )

3GPP TS V8.7.0 ( ) TS 23.237 V8.7.0 (2010-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; IP Multimedia Subsystem (IMS) Service Continuity; Stage

More information

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 12/56 ( )

EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 12/56 ( ) (19) (12) EUROPEAN PATENT APPLICATION (11) EP 1 760 963 A1 (43) Date of publication: 07.03.07 Bulletin 07/ (1) Int Cl.: H04L 12/6 (06.01) (21) Application number: 06018260.7 (22) Date of filing: 31.08.06

More information

Combinational Services for NGN based IPTV

Combinational Services for NGN based IPTV Combinational Services for NGN based IPTV Eugen Mik6czy, Sebastian Schumann NGNlab, Slovak University of Technology Bratislava, Slovakia {eugen.mikoczy, sebastian.schumann}@ngnlab.eu Hans Stokking, M.

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

The Role of IMS Functional Architecture in Next Generation Network. Sheyda Kiani Mehr. Shomal University, Amol, Iran

The Role of IMS Functional Architecture in Next Generation Network. Sheyda Kiani Mehr. Shomal University, Amol, Iran The Role of IMS Functional Architecture in Next Generation Network Sheyda Kiani Mehr Shomal University, Amol, Iran Abstract: The migration to Next Generation Networks is a sea change, a fundamental transformation

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

Nairobi (Kenya), 9-12 May 2005 Session 1.2 "International Framework"

Nairobi (Kenya), 9-12 May 2005 Session 1.2 International Framework Regional Seminar for Africa on Fixed Mobile Convergence and Guidelines on the smooth transition of existing mobile networks to IMT-2000 for Developing Countries Nairobi (Kenya), 9-12 May 2005 Session 1.2

More information

Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN):

Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN): ITU-BDT Regional Seminar on Fixed Mobile Convergence and new network architecture for the Arab Region Tunis (Tunisia), 21-24 November 2005 Day 1 Session 1.2: International Framework Telecommunications

More information

4.2 IMS Service Creation

4.2 IMS Service Creation 4.2 IMS Service Creation 63 IMS service layer application servers IMS basic telephony Simulation servers Subscriber data HSS -AS #1 -AS #2 MMTel application servers Cx IP access network Gm P-CSCF Mw S-CSCF

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

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

3GPP TS V8.9.0 ( )

3GPP TS V8.9.0 ( ) TS 24.604 V8.9.0 (2011-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Communication Diversion (CDIV) using IP Multimedia (IM)

More information

IP Based Multimedia Services Platform

IP Based Multimedia Services Platform IP Based Multimedia Services Platform Stephen Hayes Chair TSG-CN stephen.hayes@ericsson.com +1 469 360 8500 1 Topics to be Covered IMS Motivation and Overview IMS within the 3GPP Architecture/Components

More information

3G TS V2.0.0 ( )

3G TS V2.0.0 ( ) Technical Specification 3 rd Generation Partnership Project; Technical Specification Group Services and System Aspects; IP Multimedia (IM) Subsystem - Stage 2 (3G TS 23.228 version 2.0.0) The present document

More information

Unified Communications in RealPresence Access Director System Environments

Unified Communications in RealPresence Access Director System Environments [Type the document title] 2.1.0 March 2013 3725-78704-001A Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information POLYCOM

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 182 012 V1.1.1 (2006-04) Technical Specification Telecommunications and Internet Converged Services and Protocols for Advanced Networking (TISPAN); IMS-based PSTN/ISDN Emulation Subsystem; Functional

More information

2011 Elsevier B.V. Institutional Repository

2011 Elsevier B.V. Institutional Repository Institutional Repository This document is published in: Computer Networks 55 (2011) 7, pp. 1474-1486 DOI: 10.1016/j.comnet.2011.01.011 2011 Elsevier B.V. TRIM: An architecture for transparent IMS-based

More information

AMERICAN NATIONAL STANDARD

AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Data Standards Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 173-3 2017 Specification for Authentication in Preferential Telecommunications over IPCablecom2 Networks NOTICE The

More information

ETSI TS V7.4.0 ( )

ETSI TS V7.4.0 ( ) TS 124 279 V7.4.0 (2007-03) Technical Specification Universal Mobile Telecommunications System (UMTS); Combining Circuit Switched (CS) and IP Multimedia Subsystem (IMS) services; Stage 3 (3GPP TS 24.279

More information

Chapter 3: IP Multimedia Subsystems and Application-Level Signaling

Chapter 3: IP Multimedia Subsystems and Application-Level Signaling Chapter 3: IP Multimedia Subsystems and Application-Level Signaling Jyh-Cheng Chen and Tao Zhang IP-Based Next-Generation Wireless Networks Published by John Wiley & Sons, Inc. January 2004 Outline 3.1

More information

ETSI TISPAN Vision on Convergence. FMCA Convergence & Customer Experience 26 June 2008 Sophia-Antipolis, France

ETSI TISPAN Vision on Convergence. FMCA Convergence & Customer Experience 26 June 2008 Sophia-Antipolis, France ETSI TISPAN Vision on Convergence FMCA Convergence & Customer Experience 26 June 2008 Sophia-Antipolis, France Richard Brennan Vice Chair ETSI TISPAN Vice Director Industry Standards Huawei Technologies

More information

Analyze of SIP Messages and Proposal of SIP Routing

Analyze of SIP Messages and Proposal of SIP Routing Analyze of SIP Messages and Proposal of SIP Routing F. Csoka, I. Baronak, E. Chromy and L. Kockovic Abstract This paper deals with the functionality of SIP and design of an efficient and optimized process

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 Release 1; Release definition 2 Reference DTR/TISPAN-00001-NGN-R1 Keywords planning,

More information

Adaptive Quality of Service Management for Next Generation Residential Gateways

Adaptive Quality of Service Management for Next Generation Residential Gateways Adaptive Quality of Service Management for Next Generation Residential Gateways Iván Vidal, Jaime García, Francisco Valera, Ignacio Soto, and Arturo Azcorra Universidad Carlos III de Madrid Avda. Universidad

More information

ETSI TS V ( )

ETSI TS V ( ) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Hosted enterprise services; Architecture, functional description and signalling () 1 Reference RTS/TSGC-0124524vc30 Keywords

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain GPP X.S00-00-A v.0 Version.0 Date: November 00 All-IP Core Network Multimedia Domain IP Multimedia Subsystem Stage 0 0 COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright in this document

More information

ETSI TS V (201

ETSI TS V (201 TS 124 525 V12.2.0 (201 16-07) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Business trunking; Architecturee and functional description () 1 Reference RTS/TSGC-0124525vc20

More information

IMS signalling for multiparty services based on network level multicast

IMS signalling for multiparty services based on network level multicast IMS signalling for multiparty services based on network level multicast Ivan Vidal, Ignacio Soto, Francisco Valera, Jaime Garcia, Arturo Azcorra UniversityCarlosIIIofMadrid Av.Universidad,30 E-28911, Madrid,

More information

IPTV Services over IMS: Architecture and Standardization

IPTV Services over IMS: Architecture and Standardization IPTV SYSTEMS, STANDARDS AND ARCHITECTURES: PART II IPTV s over IMS: Architecture and Standardization Eugen Mikoczy, Slovak Telekom, a.s. Dmitry Sivchenko and Bangnan Xu, Deutsche Telekom Jose I. Moreno,

More information

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS)

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS) NG40 IMS Emulator IMS Emulation for LTE has been added to the ng4t portfolio. The NG40 IMS Emulator is an extension to the NG40 eutran and to the NG40 EPC Emulator. The NG40 eutran Emulator simulates the

More information

IP 多媒體子系統應用平台 (IMS) 技術架構剖析

IP 多媒體子系統應用平台 (IMS) 技術架構剖析 IP Multimedia Subsystem (IMS) Overview IP 多媒體子系統應用平台 (IMS) 技術架構剖析 Ken-Ling Hsu Layering of IMS Solution Page 2 Vertically Integrated Architecture Lucent IMS Architecture USER DATA Web Portal IM VoIP VoD

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

Analyzing the Internal Processing of IMS-based and traditional VoIP systems

Analyzing the Internal Processing of IMS-based and traditional VoIP systems Analyzing the Internal Processing of IMS-based and traditional VoIP systems Yuheng He 1, Johannes Veerkamp 1, Attila Bilgic 1,2 1 Institute for Integrated Systems, Ruhr University Bochum, 44780 Bochum,

More information

3GPP TS V6.0.1 ( )

3GPP TS V6.0.1 ( ) TS 23.228 V6.0.1 (2003-01) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; IP Multimedia Subsystem (IMS); Stage 2 (Release 6) The

More information

Development of IPX: Myth or Reality?

Development of IPX: Myth or Reality? Development of IPX: Myth or Reality? Patrick MeLampy -CTO/Founder Acme Packet Acme Packet 1 Agenda IPX Acme Packet Perspective IPX and LTE/VoLTE Acme Packet Acme Packet Page 2 IPX A Vendor Perspective

More information

Overview of this Integration

Overview of this Integration CHAPTER 1 June 18, 2013 Basic Federated Network, page 1-1 About SIP Federation with AOL, page 1-4 About Intercluster and Multi-node Deployments, page 1-5 High Availability for SIP Federation, page 1-7

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain GPP X.S00-00-B Version.0 Date: December 00 All-IP Core Network Multimedia Domain IP Multimedia Subsystem Stage COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright in this document and

More information

IP Multimedia Subsystem(IMS) and Its Applications

IP Multimedia Subsystem(IMS) and Its Applications KNOM Conference April 26 ~ 27 2007 IP Multimedia Subsystem(IMS) and Its Applications 2007. 4. 26 Jun-Won Lee 1 Contents IMS Overview IMS Architecture Contents IMS Applications IMS Enablers & Clients 2

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

Open Standards and Interoperability for IP Multimedia Subsystem (IMS)

Open Standards and Interoperability for IP Multimedia Subsystem (IMS) Open Standards and Interoperability for IP Multimedia Subsystem (IMS) Jonas SUNDBORG Director of Standardization and Regulation Telefonaktiebolaget LM Ericsson Group Function R&D, Standardization Standards,

More information

3GPP TS V ( )

3GPP TS V ( ) TS 23.204 V11.5.0 (2013-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Support of Short Message Service (SMS) over generic Internet

More information

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 First Published: 2017-11-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems,

More information

SMS Interworking with OMA Instant Messaging

SMS Interworking with OMA Instant Messaging GPP X.S00-0 Version.0 May 0 SMS Interworking with OMA Instant Messaging 0 GPP GPP and its Organizational Partners claim copyright in this document and individual Organizational Partners may copyright and

More information

Implementation Agreement for ISC interface MSF-IA-SIP.013-FINAL

Implementation Agreement for ISC interface MSF-IA-SIP.013-FINAL MSF-IA-SIP.013-FINAL MultiService Forum Implementation Agreement MSF-IA-SIP.013-FINAL Contribution Number: msf2006.004.04 Document Filename: MSF-IA-SIP.013-FINAL Working Group: Protocol and Control Title:

More information

Telecommunication Services Engineering Lab. Roch H. Glitho

Telecommunication Services Engineering Lab. Roch H. Glitho 1 Layering in next generation networks Services ( value-added services) also called application / services Services (Basic service) also called call/session Transport (Below IP + IP + transport layer)

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 TS V9.2.0 ( )

3GPP TS V9.2.0 ( ) TS 24.259 V9.2.0 (2010-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Personal Network Management (PNM); Stage 3 (Release 9) The

More information

Cisco Converged Services Platform

Cisco Converged Services Platform Data Sheet Cisco Converged Services Platform Mobile subscribers are demanding the same type of services that are provided over the Internet on their mobile phones including messaging, social networking,

More information

Access to IP Multimedia Subsystem of UMTS via PacketCable Network

Access to IP Multimedia Subsystem of UMTS via PacketCable Network Access to IP Multimedia Subsystem of UMTS via PacketCable Network Mehdi Mani, Student Member, IEEE, Noël Crespi {mehdi.mani,noel.crespi}@int-evry.fr Institut National des Telecommunications (INT) Mobile

More information

Managing Service Capability and Service Feature Interactions in the IMS of UMTS

Managing Service Capability and Service Feature Interactions in the IMS of UMTS Managing Service Capability and Service Feature Interactions in the IMS of UMTS Anahita Gouya 1, Noël Crespi 1, Emmanuel Bertin 2, Lina Oueslati 1 1:{anahita.gouya,noel.crespi, lina.oueslati}@int-evry.fr,

More information

ETSI NGN Work: TISPAN Status

ETSI NGN Work: TISPAN Status ITU-T International Telecommunication Union International Multimedia Telecommunications Consortium ETSI NGN Work: TISPAN Status Richard Brennan Vice-Chair ETSI TISPAN Joint ITU-T Workshop and IMTC Forum

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

The View From Service Layer

The View From Service Layer Interworking SDP RCS MMTel and More The View From Service Layer Ravishankar G Shiroor 25-Nov-2010 Sophia Antipolis - France Agenda Challenges in front of the Service Layer IMS and Service Layer Complementing

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 102 422 V1.1.1 (2005-04) Technical Report Methods for Testing and Specification (MTS) IMS Integration Testing Infrastructure Testing Methodology 2 TR 102 422 V1.1.1 (2005-04) Reference DTR/MTS-00099

More information

IMS Client Framework for All IP-Based Communication Networks

IMS Client Framework for All IP-Based Communication Networks IMS Client Framework for All IP-Based Communication Networks D. Jayaram, S. Vijay Anand, Vamshi Raghav, Prashanth Kumar, K. Riyaz & K. Kishan Larsen & Toubro InfoTech Limited Research and Development Group,

More information

3GPP TS V ( )

3GPP TS V ( ) TS 23.167 V7.11.0 (2008-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; IP Multimedia Subsystem (IMS) emergency sessions (Release

More information

ETSI TS V1.2.2 ( )

ETSI TS V1.2.2 ( ) TS 183 010 V1.2.2 (2007-04) Technical Specification Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); NGN Signalling Control Protocol; Communication HOLD

More information

A distributed mechanism to resolve dynamically Feature Interaction in the UMTS IP Multimedia Subsystem

A distributed mechanism to resolve dynamically Feature Interaction in the UMTS IP Multimedia Subsystem A distributed mechanism to resolve dynamically Feature Interaction in the UMTS IP Multimedia Subsystem Noël Crespi GET-INT, Institut National des Télécommunications. 9,rue Charles Fourier 91011 Evry Cedex

More information

Allstream NGNSIP Security Recommendations

Allstream NGNSIP Security Recommendations Allstream NGN SIP Trunking Quick Start Guide We are confident that our service will help increase your organization s performance and productivity while keeping a cap on your costs. Summarized below is

More information

3GPP TS V ( )

3GPP TS V ( ) TS 23.204 V12.4.0 (2013-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Support of Short Message Service (SMS) over generic Internet

More information

Performance Testing of Open Source IP Multimedia Subsystem

Performance Testing of Open Source IP Multimedia Subsystem Performance Testing of Open Source IP Multimedia Subsystem MATEJ KAVACKÝ Institute of Multimedia Information and Communication Technologies Faculty of Electrical Engineering and Information Technology,

More information

SERIES Q: SWITCHING AND SIGNALLING Testing specifications Testing specifications for next generation networks

SERIES Q: SWITCHING AND SIGNALLING Testing specifications Testing specifications for next generation networks 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 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Q.3932.4 (05/2016) SERIES Q: SWITCHING AND SIGNALLING Testing specifications

More information

GTI Sub-6GHz 5G Core Network

GTI Sub-6GHz 5G Core Network GTI Sub-6GHz 5G Core Network http://www.gtigroup.org 1 GTI Sub-6GHz 5G Core Network White Paper Version: V0.3 Deliverable Type Confidential Level Working Group Procedural Document Working Document Open

More information

ISO/IEC TR TECHNICAL REPORT

ISO/IEC TR TECHNICAL REPORT TECHNICAL REPORT ISO/IEC TR 16167 First edition 2010-08-01 Information technology Telecommunications and information exchange between systems Next Generation Corporate Networks (NGCN) Emergency calls Technologies

More information

ETSI TS V7.5.0 ( ) Technical Specification

ETSI TS V7.5.0 ( ) Technical Specification TS 123 206 V7.5.0 (2008-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Voice Call Continuity (VCC) between Circuit

More information

Interconnection & Roaming IMS Signalling Profile (Release 2.0) May 2013

Interconnection & Roaming IMS Signalling Profile (Release 2.0) May 2013 INTERNATIONAL INTERCONNECTION FORUM FOR SERVICES OVER IP (www.i3forum.org) (i3 FORUM) Source: Workstream Technical Aspects i3 forum keyword: IMS, Signalling Interconnection & Roaming IMS Signalling Profile

More information

NGN Signalling: SIGTRAN, SIP, H.323 Training

NGN Signalling: SIGTRAN, SIP, H.323 Training NGN Signalling: SIGTRAN, SIP, H.323 Training This course is aimed at providing the student with a detailed overview of the control (signalling) protocols emerging in Next Generation Network (NGN) architectures

More information

ETSI TS V ( )

ETSI TS V ( ) TS 124 623 V14.2.0 (2017-07) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Extensible Markup Language (XML)

More information