INTERWORKING OF IP MULTIMEDIA CORE NETWORKS BETWEEN 3GPP AND WLAN

Size: px
Start display at page:

Download "INTERWORKING OF IP MULTIMEDIA CORE NETWORKS BETWEEN 3GPP AND WLAN"

Transcription

1 T OWARD SEAMLESS I NTERNETWORKING OF WIRELESS LAN AND C ELLULAR N ETWORKS INTERWORKING OF IP MULTIMEDIA CORE NETWORKS BETWEEN 3GPP AND WLAN FERMI N GALA N MA RQUEZ AND MIGUEL GO MEZ RODRI GUEZ, ÁGORA SYSTEMS, S. A. TOMA S ROBLES VALLADARES AND TOMA SDEMIGUEL, ENGINEERING TECHNICAL UNIVERSITY OF MADRID LUIS ÁNGEL GALINDO, TELEFO NICA MO VILES DE ESPAÑA, S. A. P-CSCF S-CSCF GGSN UMTS charging and billing HSS I-CSSCF The authors analyze how the interconnection of 3GPP and WLAN networks may be performed in order to support different levels of service interconnection. This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible. ABSTRACT The 3GPP has specified the IP multimedia subsystem (IMS) for the provisioning of multimedia services in UMTS Release 5 and later. Interconnection at the service layer between 3GPP and LAN networks requires interworking between IMS and WLAN functionalities. Studying several interconnection scenarios and the main functionalities of IMS, this article analyzes how the interconnection of 3GPP and WLAN networks may be performed in order to support different levels of service interconnection. Special attention is paid to interconnection at the session negotiation level, using SIP (the base protocol of the IMS) to provide session negotiation with QoS and AAAC support. INTRODUCTION Mobile networks are evolving from traditional circuit-switched architectures to an all-ip paradigm. It is envisaged that these future mobile networks will be integrated by a high-bandwidth IP-based core network and a variety of heterogeneous wireless access technologies such as Universal Mobile Telecommunications System (UMTS) or wireless LAN (WLAN). Mobile terminals will be able to access bandwidth-demanding applications and advanced services while roaming across these different access technologies, and the wireless research community is investigating new ways to facilitate interworking between them. Thus, the Third Generation Partnership Project (3GPP) is developing a feasibility study on providing seamless service continuity between UMTS and WLAN [1]. Interworking can be seen from different points of view. However, the most important aspect is perhaps the session negotiation level, which provides service continuity from the user perspective. At this level, the protocol used by the 3GPP is Session Initiation Protocol (SIP) [2], which is the foundation of the IP multimedia subsystem (IMS) architecture defined to support real-time multimedia services in mobile networks. Interworking between SIP-based networks may present different problems caused by one of the main features of this protocol: extensibility. The SIP protocol used by the 3GPP has particular extensions that are not applicable to SIP as defined by the Internet Engineering Task Force (IETF). These differences will bring problems; most of them are presented in this article. The remainder of this article is organized as follows. We briefly describe the IMS architecture as defined by the 3GPP. We describe the main characteristics of SIP and WLAN, respectively. The interworking aspects are dealt with. Finally, we offer a discussion analyzing the problems identified in the previous sections and providing our main conclusions. IMS ARCHITECTURE FOR 3GPP NETWORKS UMTS is being standardized by the 3GPP as the 3G system for Europe in several releases (Release 5 was finalized in June 2002, and Release 6 was frozen in 2004). Within the UMTS core network, the 3GPP defines the IMS as the component that must provide support for multimedia services (e.g., voice or video) based on packet switching with quality of service (QoS) and authenticaltion, authorization, and accounting (AAA) provisioning. Figure 1 shows a general view of the IMS architecture [3]. In this general architecture we may appreciate how the core network is organized in two networks: a signaling or control network and a data or transport network (based on General Packet Radio Service, GPRS). The signaling network is composed of a set of call session control function nodes (CSCFs). They are in essence signaling proxies whose task is to establish, modify, and release media sessions with guaranteed QoS and AAA and charging (AAAC) support. The tasks of the CSCFs include functionalities of SIP proxies, but are not limited to the above mentioned QoS and AAAC tasks. There are several types [4]: proxy /05/$ IEEE IEEE Wireless Communications June 2005

2 CSCF (P-CSCF, which acts on behalf of the mobile terminal in the IMS), serving CSCF (S- CSCF, which implements user registration and session control), and interrogating CSCF (I- CSCF, with proxy and topology hiding functions between operators). These proxies are defined as functional entities such that IMS implementations are free to combine or split such functionalities into different physical equipment. Other entities are the media gateway control function (MGCF), which interconnects with circuit-based networks through the corresponding IMS media gateway (IMS-MGW), and the media resource function controller (MRFC), which performs processing of media streams though the corresponding media resource function processor (MRFP). A key element of the UMTS network is the home subscriber server (HSS), similar to the home location register (HLR) in a GSM network: a centralized database that stores user authorization and profile information. In addition, application servers (ASs) can be connected to the IMS in order to provide advanced services. Note that user equipment (UE) gains access to the IMS via the UMTS terrestrial radio access network (UTRAN), which is responsible for providing access for mobile stations and managing terminal mobility (a detailed description of the UTRAN is beyond the scope of this article). SIP, COPS, and Diameter are the major protocols involved in this architecture, and will be introduced in the next section. SIP BASIC FUNCTIONALITIES As can be seen in Fig. 1, SIP [2] is the core protocol chosen by the 3GPP to perform signaling tasks in the IMS. SIP is a general-purpose application layer protocol designed to establish, modify, and release sessions in IP networks. SIP is extensible: new methods and headers can be defined and easily integrated in the core protocol. Besides SIP, other protocols are used in the IMS for specific tasks, like Common Object Policy Service (COPS) [5], to perform local policybased admission control in the GPRS gateway support node (GGSN), Diameter to query HSS registry and to perform charging actions, and MEGACO/H.248 to control MRFP and IMS- MGWs. These auxiliary protocols are coupled with SIP (messages in one protocol trigger messages in the other, and even some parameters are mapped from one to another). SIP is not a vertically integrated communications system. SIP is rather a component that needs to be used with other IETF protocols to build a complete multimedia architecture. Concerning QoS, SIP does not provide any specific support, and typical architectures include Real- Time Transport Protocol (RTP) for real-time data transport, Real-Time Control Protocol (RTCP) to provide QoS feedback, and Real- Time Streaming Protocol (RTSP) for streaming media delivery control. Finally, Session Description Protocol (SDP) [6] is used to describe sessions. SIP provides security services to prevent denial of service (DoS) attacks, authentication UE Gm UTRAN P-CSCF COPS Go GGSN HSS Cx diameter I-CSCF n Figure 1. UMTS-IMS general architecture. (both between two users and between user and proxy), integrity protection, and encryption and privacy of services. The basic security mechanism in SIP is based on the HTTP challenge response model. This procedure may be used by a server for challenging a client or by the client for providing authentication information. Nevertheless, SIP is not an easy protocol to secure. The inclusion of intermediaries (proxies), its usage between elements with no trust relationship, and its end-to-end application do not facilitate the task of making it a secure protocol. SIP provides facilities to create, modify, and release multimedia sessions (conferences). It also allows inviting another participant to ongoing sessions. The protocol supports five basic aspects of multimedia sessions: user location, user availability, user capabilities, session negotiation and session management. SIP also supports transparent mapping of names and service addresses, which enables personal mobility. The base SIP specification defines several mechanisms through which the protocol can be extended. This allows designers to subsequently add new features, such as call transfer or message waiting indicator, as they become necessary. All SIP-compliant implementations need to support the core functionality, and then implement whichever feature extensions they intend to use. SIP can be extended in three major ways: By defining new message body types By defining new headers By defining new message types These facilities have been used by 3GPP, as described later. WLAN TECHNOLOGIES MRFC MRFP The WLAN objective is to provide functionality close to a LAN without fixed infrastructure using wireless radio technology. Although nowadays there are a wide range of WLAN systems (e.g., x IEEE standard, Bluetooth, HyperLAN, or WiMAX), the differences between them are mainly located in the physical and link layers (medium access technology, transmission frequencies, etc.); at the network layer they all transport IP datagrams and share the same basic SIP H.248 AS S-CSCF MGCF H.248 IMS MGW Other operator IMS Signaling network Data network IEEE Wireless Communications June

3 WLANs are commonly used to transport IP packets. 3GPP WLAN interworking should thus be built on top of the IP Protocol, and not be limited to any specific WLAN technology. Other IP multimedia networks Signaling path Data path IMS P-CSCF S-CSCF UMTS charging and billing HSS I-CSSCF SIP proxy WLAN WLAN access control Access point GGSN IP router UTRAN UE n Figure 2. 3GPP- WLAN interworking reference model. characteristics. New services can be offered in WLAN environments (e.g., location-based or environment-aware services). There are two types of WLAN architectures: ad hoc and access-point-based. In the ad hoc architecture, the network is based on peerto-peer spontaneous associations between nodes, without using any additional infrastructure. Routing mechanisms enable packets to be sent between nodes with no need to provide direct connectivity. In the access-pointbased architecture, there is a special kind of node (the access point) that provides connection to the nodes within its range. Access points are interconnected, sometimes using a wired infrastructure. The main differences between WLAN and LAN technologies are due to the use of wireless transmission. Both kinds of technologies usually are able to interoperate. WLAN provides mobility to users, in the sense that they can change their location (even during an established data session) without breaking the connection or even changing the IP layer configuration. Several layers of mobility can be taken into consideration: picomobility (within the range of the same access point), micromobility (changing between access points, but within the same wireless network) and macromobility (beyond the range of the WLAN, requiring mobility mechanisms at upper levels, like Mobile IP). However, the wireless medium has some disadvantages. First, although throughput reached by WLANs is comparable to a usual LAN (up to tens of megabits per second with current systems), the provided QoS level (in terms of packet losses and bandwidth) is unstable and highly dependent on the transmission environment. Special QoS reservation mechanisms that suit these problems need to be implemented. Second, the use of a broadcast medium that can be accessed by anyone with a convenient WLAN device implies a security risk higher than in other radio technologies (e.g., 3GPP UTRAN). INTERWORKING MODEL AND SCENARIOS As described in the previous section, WLANs are commonly used to transport IP packets. 3GPP WLAN interworking should thus be built on top of the IP Protocol, and not be limited to any specific WLAN technology. Figure 2 presents the interconnection reference model used in this article, showing the signaling and data interfaces between both networks. From the IMS interconnection point of view, only access-point-based WLANs make sense. The figure shows the I-CSCF proxy as the signaling entry point in the interconnection between IMS and WLAN, according to the 3GPP CSCF s role definition in [4]. A generic interworking relationship is defined at [1] as a technical arrangement between two platforms for realizing the interworking functionality. This technical specification introduces five interconnection levels, described next. INTERCONNECTION LEVELS Table 1 shows the five interconnections levels we take into consideration and the operational capabilities of each of them, based on the interconnection levels described in [1]. 3GPP has included the first three levels in Release 6, while the last two will be developed in future releases. In particular, the two first levels are addressed by the 3GPP in a specific document [7], paying special attention to basic 60 IEEE Wireless Communications June 2005

4 Levels: Service and operational capabilities: Level 1: common billing and customer care Level 2: 3GPP system-based access control and charging Level 3: access to 3GPP system IMS-based services Level 4: service continuity Level 5: seamless services Common billing Common customer care 3GPP system-based access control 3GG system-based charging Access to IMS services from WLAN Service continuity Seamless service continuity n Table 1. Interconnection levels. UMTS AAAC issues. The first level is the simplest and includes common billing (the customer receives just one coordinated bill for usage of both 3GPP and WLAN services) and common customer care (the user will not have to bother about which platform has caused a need to consult customer service). The second level (3GPP system-based access control and charging) includes the usage of the 3GPP access procedures (including authentication and authorization) for WLAN users within the 3GPP domain. In addition, WLAN nodes use the UMTS charging systems for charging data records (CDR) generation. The third level extends the IMS services to the WLAN, although it is an implementation matter as to whether all services or just a subset of them are provided. This scenario lacks service continuity, so the user has to re-establish the session in the new access network. Continuity is considered in this context as the ability to maintain an active service session when moving from one access network to another (e.g., between WLAN and 3GPP UTRAN) at the signaling level, without considering transportlevel-related continuity issue like bandwidth or packet loss. The last two levels are not considered by the 3GPP in Release 6 and may be developed in future releases. The fourth level introduces service continuity, as described in the previous paragraph, although the handover process may be perceptible to the user (due to data losses or delays). The fifth scenario provides seamless continuity, with no noticeable service interruption greater than that perceived in intra-3gpp handovers. The need for seamless service provision could include transport-level-related issues in this level. The five levels are discussed in more detail later, when we describe the 3GPP SIP specific features and a comparison with standard IETF SIP. SIP 3GPP-IETF INTERWORKING As shown earlier, SIP is an extensible protocol. Due to this extensibility and the collaboration established between 3GPP and IETF, different extensions have been provided by the IETF upon request by the 3GPP in order to cover additional requirements imposed by IMS, not supported by SIP as defined in [2]. Although the aim of 3GPP is to incorporate Internet standards unchanged, the existing differences between mobile and fixed networks have necessitated additions or modifications such that the IETF specifications fulfill the needs of 3GPP. The development of this or any interworking standard is normally a lengthy process, so until such time as it is finished, engineering solutions that provided this interoperability are needed. 3GPP FUNCTIONALITIES In this subsection SIP extensions contained in the 3GPP specification will be analyzed. 3GPP extensions can be grouped into five categories: general, session operation, QoS, AAAC, and security. General Extensions Due to policy control and service triggering, IMS requires that several CSCF proxies in the signaling path be traversed by all the SIP signaling messages. This requires a source-route facility, implemented by the SIP record-route basic mechanism and Path header extension. In addition, support for transparent roaming requires that the signaling path always be the same upon session establishment even if proxies are located in different administrative domains. Finally, due to the scarce availability of bandwidth on radio interfaces, SIP compression (Sig- Comp [8]) is used between UE and P-CSCF. Session Operation Extensions Regarding localization, the P-Access-Network-Info SIP header [9] IEEE Wireless Communications June

5 The IMS security goal is to provide integrity and confidentiality to signaling messages in a hop-by-hop basis between nodes. The key mechanism to achieve this purpose is the IPSec ESP. There should be no impact on SIP signaling; due to its nature as application layer protocol. is used to deliver the identity of the cell where the mobile user is accessing the network. Regarding user identification, each user has a private identity, used as an identifier from the network perspective, recorded in the IMS subscriber identity module (ISIM) of the mobile terminal and never provided to final users. One (or maybe several) public addresses (e.g., user@tme. es) can be used to establish communications between users. The SIP Authorization header fulfills the need for private identity delivery to the network during the registration process. There are other IMS functionalities related to user identification during session establishment (calling party identification, privacy solicitation, etc.) that impose additional requirements on SIP. Extension headers, like P-Asserted-Identity, have been introduced to fulfill them. QoS-Related Extensions QoS negotiation between session peers (in order to determine which particular codec is used for each medium) is carried out using the SIP offer/answer model [10], in which each session peer offers its QoS capabilities using SDP [6] descriptions in the message body. The preconditions framework has to be used in order to avoid effective resource allocation before alerting the user (e.g., telephone ringing), reducing ghost rings. Note that SIP session signaling and effective QoS resource allocation (e.g., GPRS Packet Data Protocol, PDP, or diferentiated services, DiffServ) are independent. Filtering mechanisms based on SDP descriptions are possible, either local-policy-based (through the use of COPS [5]) or user-profile-based. AAAC Related Extensions Since home networks must be able to validate the existence of roaming agreements when a user accesses from a visited network, the P-Visited-Network-ID SIP header [9] is provided, so the visited network identity is known during registration in the home network. In addition, SIP event notification [11] is used to allow the network to deregister users (e.g., due to maintenance operations or failure prevention) or force reregistration (e.g., due to charging thresholds) of mobile terminals. Regarding authorization, the P-Media-Authorization SIP header [12] is used on session establishment, in conjunction with COPS [5] between P-CSCF and GGSN (as shown in Fig. 1), to ensure resource control, avoiding unauthorized users using resources for which they are not paying. The AAAC Diameter protocol is used to record CDRs in the UMTS charging subsystem. In addition, the SIP P-Charging-Vector (to carry charging information) and P-Charging-Function- Address headers are used to distribute the IP addresses of the charging elements between IMS nodes [9]. Security Extensions The IMS security goal is to provide integrity and confidentiality to signaling messages on a hop-by-hop basis between nodes. The key mechanism to achieve this purpose is the IPSec Encapsulated Security Payload (ESP) protocol [13]. There should be no impact on SIP signaling due to its nature as an application-layer protocol. An additional security requirement is the provision of a topology hiding mechanism (THIG) for network operators that want to implement it. Hiding must include network structure and node IP addresses. This is performed with the I-CSCF acting as a SIP hiding proxy, obfuscating sensitive information. COMPARISON Table 2 shows a comparison between basic SIP (as defined in [2]) and 3GPP SIP (SIP with the extensions that must be implemented according to 3GPP standards). Basic SIP capabilities were described earlier. Note that some IMS entities can take roles of either user agent (UA) or proxy (e.g., the S-CSCF behaves as a UA during registration and as a proxy in session establishment), while others are always UAs (e.g., the UE) or proxies (e.g., the I-CSCF). DISCUSSION In this section we discuss how different interconnection levels may be reached using the IMS capabilities. SIP interworking in particular is analyzed, since it provides the basis for interworking IMS services between UMTS and WLAN according to the model of Fig. 2. LEVEL 1: COMMON BILLING AND CUSTOMER CARE WLAN does not have a generally accepted charging model, but most of the charging approaches employed are based on the quantity of traffic exchanged during the session, while IMS charging and accounting is based on the services provided to the user. Both systems may work independently, unifying the charging into a single bill sent to the client. Customer care may also be centralized by administrative means with no technical implications on the networks. LEVEL 2: 3GPP SYSTEM-BASED ACCESS CONTROL AND CHARGING At this level both such networks share the AAAC information of the UMTS networks by sharing the HSS and the charging and billing subsystem. No direct interworking regarding SIP negotiation occurs at this level, so there are no problems related to direct interworking between the SIP elements in both networks. 3GPP has taken the initiative to develop a cellular-wlan interworking architecture as a complement to the existing 3GPP cellular system specification, described in 3GPP TS [7]. This document defines two new procedures in the 3GPP system: WLAN access, authentication, and authorization, which provides for access to the WLAN and the locally connected IP network to be authenticated and authorized through the 3GPP system Access to external IP networks, which allows WLAN UEs to establish connectivity with external IP networks, such as 3G operator networks, corporate intranets, or the Internet, from a suitable IP network 62 IEEE Wireless Communications June 2005

6 Basic SIP 3GPP SIP General features End-to-end headers can be ciphered using S/MIME. S/MIME in order to cipher headers. End-to-end message bodies can be ciphered using S/MIME. UA proxy authentication is optional. End-to-end headers cannot be ciphered using S/MIME, since intermediate proxies have to read them and act consequently. THIG in order to cipher header tokens. End-to-end message bodies can not be ciphered using S/MIME, since intermediate proxies have to read them (e.g., for SDP-based filtering) and act consequently. UA proxy authentication is forbidden. SIP transaction features Proxies must not filter Record-Route or Route headers. In addition, record routing is optional. Content-Length is not always mandatory (it depends on the transport layer being used). UA address cannot be used in the To header field of messages sent by itself, except for REGISTER transactions. Extensions needed for session establishment must be specified in Require headers. A proxy must not initiate a session releasing procedure. P-CSCF filters the Record-Route and Route headers to the UE (in order to hide network topology details from users). In addition, record-routing is mandatory for CSCFs proxies. Content-Length always mandatory. The To header field is the UE address itself in event package subscriptions (SUBSCRIBE messages). Mandatory extension 100rel ( Reliability of Provisional Responses, RFC 3262) is not specified in the Require header. S-CSCF and P-CSCF must implement the session releasing procedure. Extension support (general) P- headers are not mandatory. P- headers are mandatory, for authentication, charging, location, etc. Privacy Mechanism (RFC 3323) is optional. Privacy Mechanism (RFC 3323) is mandatory. Extension support (UA) Reliability of Provisional Responses (RFC 3262) is optional in session establishment. Integration of Resource Management (RFC 3312) is optional in session establishment. Event notification (RFC 3265) is optional. Header Field for Registering Non-Adjacent Contacts (RFC 3327) is optional. Header Field for Service Route Discovery During Registration (RFC 2608) is optional. SIP messaging (RFC 3428) is optional. SIP compression (RFC 3320) is optional. Security Mechanism Agreement (RFC 3329) is optional. Reliability of Provisional Responses (RFC 3262) is mandatory in session establishment. Integration of Resource Management (RFC 3312) is mandatory in session establishment. Event notification (RFC 3265) is mandatory for UE and S-CSCF. Notifier and subscriber roles are mandatory in certain entities (for example, the S-CSCF is always a notifier). Header Field for Registering Non-Adjacent Contacts (RFC 3327) is mandatory for UE and S- CSCF. Header Field for Service Route Discovery During Registration (RFC 2608) is mandatory for UE and S-CSCF. SIP messaging (RFC 3428) is mandatory for S-CSCF. SIP compression (RFC 3320) is mandatory for UE. Security Mechanism Agreement (RFC 3329) is mandatory for UE. Extension support (proxy) Header Field for Registering Non-Adjacent Contacts (RFC 3327) is optional. Header Field for Service Route Discovery During Registration (RFC 2608) is optional. SIP messaging (RFC 3428) is optional. SIP compression (RFC 3320) is optional. Security Mechanism Agreement (RFC 3329) is optional. n Table 2. IETF SIP vs. 3GPP SIP. Header Field for Registering Non-Adjacent Contacts (RFC 3327) is mandatory for P-CSCF and I-CSCF. Header Field for Service Route Discovery During Registration (RFC 2608) is mandatory for P-CSCF. SIP messaging (RFC 3428) is mandatory. SIP compression (RFC 3320) is mandatory for P-CSCF. Security Mechanism Agreement (RFC 3329) is mandatory for P-CSCF. IEEE Wireless Communications June

7 The aim of this interworking model is to provide WLAN UAs the highest possible access level to IMS-based services, where a full seamless access would be the optimal achievement. Interworking of IMS and WLAN QoS mechanisms is essential in this interconnection level. 3GPP TS [7] also provides an interworking reference architecture for roaming and non-roaming scenarios, including suitable functionalities for supporting 3GPP charging models for interworking scenarios. This architecture reuses 3GPP subscription, network selection, 3GPP-system-based authentication, authorization, and security key agreement using a SIM/ USIM card, and end user charging. This standard, combined with other research activities focusing on specific elements of the general interworking problems, such as [14] which presents a general interworking architecture and [15] which focus on security aspects, provides all the pieces required for supporting this interworking level. LEVEL 3: ACCESS TO 3GPP SYSTEM IMS-BASED SERVICES The aim of this interworking model is to provide WLAN UAs the highest possible access level to IMS-based services, where full seamless access would be the optimal achievement. Interworking of IMS and WLAN QoS mechanisms is essential at this interconnection level. Signaling interworking with the IMS requires that SIP elements of the WLAN understand the extensions defined by 3GPP (described earlier) in addition to level 2 requirements. Authentication and access control for IMS services use IMS AKA during SIP registration (similar to UMTS AKA as described before, but using ISIM instead of USIM), which provides mutual authentication between UE and network. Regarding integrity and confidentiality of user data, WLAN has to provide their own mechanisms, but interconnection with IMS elements has to be provided at three points: Interworking between CSCFs and WLAN SIP proxies is not an easy task because of different SIP functionalities defined as mandatory for IETF and 3GPP recommendations, as shown earlier. Key problems refer to AAAC extensions defined as mandatory by 3GPP and modifications performed by CSCFs on the SIP messages that are not recommended by the IETF. Interworking of the WLAN access control with the HSS and charging and billing system of UMTS, as in level 2. At this point it is especially important to coordinate billing and accounting procedures of the UMTS network for both IMS and WLAN providing the same service. CDRs of 3GPP and WLAN networks may be independent, but when offering the same services records have to be correlated and coordinated in order to provide homogeneous service billing. In addition, HSS service profiles are shared by both networks. Finally, when UMTS operators offer specific services and define SIP extensions for such purposes, the WLAN proxies and UAs have to understand them in order to be able to access those services properly. LEVEL 4: SERVICE CONTINUITY Service continuity requires interworking as defined by levels 2 and 3, and also includes not seamless service access. The main differences at this level from level 3 relate roaming and handover. Basic SIP as defined by the IETF includes enough capabilities to deal with this service continuity. Problems to be solved at this level refer mainly to possible continuity losses caused by the transport network, and different mechanisms for QoS support in WLAN and UMTS networks, also related to the transport network. LEVEL 5: SEAMLESS SERVICE CONTINUITY Level 5 is similar to level 4, but intends to provide service continuity with no impact on end-user service perception of IMS functionalities. This level is not covered by Release 6 and will be detailed by the 3GPP in the future; therefore, it is complicated to make assumptions about the specific difficulties that could appear. Regardless, it seems clear that the complexity of some of the IMS mechanisms and the dependence of these procedures on the underlying IP network parameters (e.g., the IP address of the mobile node) may interfere with reaching the objective of seamlessness. IMS architecture deployment and underlying transport network facilities are key elements in reducing or eliminating problems caused by the use of two different network technologies. Therefore, it seems difficult to reach this level of internetworking due to the lack of capabilities of today s WLAN networks concerning critical QoS support. However, from the signaling point of view, session control performed by the IMS signaling part does not have a remarkable influence on this level, because all functional problems have been solved at level 4. CONCLUSIONS SIP is the IMS key signaling protocol. Interworking between SIP elements of the WLAN and CSCFs of the IMS is a key issue in reaching a high level of interworking between WLAN and UMTS networks. As discussed in the previous section, SIP session negotiation is not required for interworking at levels 1 and 2. Level 3 involves heavy usage of SIP for session negotiation and control. This level cannot be reached if WLAN nodes do not perform IMS-compatible session negotiation. This article compares basic SIP as defined by IETF and mandatory extensions included in the 3GPP technical specifications, and it can be seen that interworking between these two versions is not easy. Furthermore, SIP and SDP may be freely extended by operators of each domain to support specific services, making it more difficult to interwork between UMTS and WLAN if different versions include incompatible extensions. Finally, levels 4 and 5 do not directly impact IMS signaling, because current SIP/SDP capabilities support service continuity requirements. Problems here focus on the underlying transport network and the performance aspects related to implementation and deployment of the final systems. It is also important to evaluate IMS implementation and deployment when dealing with level 5 regarding seamless service continuity. ACKNOWLEDGMENTS The work presented in this article is based on the result of the Señalización Integrada para el soporte multimedia en el núcleo de red UMTS, 64 IEEE Wireless Communications June 2005

8 Integrated Multimedia Signaling in the UMTS Core (SIUM) Project, a joint venture between Telefónica Móviles de España S. A., Agora Systems, S. A. and the Department of Telematic Systems (DIT) of the Engineering Technical University of Madrid (UPM). The authors would also like to thank Brendan McWilliams for his valuable suggestions in the language revision of this article. REFERENCES [1] 3GPP TR , Feasibility Study on 3GPP system to Wireless Local Area Network (WLAN) Interworking, v , Sept [2] J. Rosenberg et al., SIP: Session Initiation Protocol, IETF RFC 3261, June [3] 3GPP TS , Network Architecture, v , Sept [4] 3GPP TS IP Multimedia Subsystem (IMS), v , Mar [5] D. Durham et al., The COPS (Common Open Policy Service) Protocol, IETF RFC 2748, Jan [6] M. Handley and V. Jacobson, SDP: Session Description Protocol, IETF RFC 2327, Apr [7] 3GPP TS GPP system to Wireless Local Area Network (WLAN) interworking; System Description, v , Sept [8] R. Price et al., Signaling Compression (SigComp), IETF RFC 3320, Jan [9] M. García-Martín et al., Private Header (P-Header) Extensions to the Session Initiation Protocol (SIP) for the 3rd-Generation Partnership Project (3GPP), RFC 3455, IETF, Jan [10] J. Rosenberg and H. Schulzrinne, An Offer/Answer Model with the Session Description Protocol (SDP), IETF RFC 3264, June [11] A. B. Roach, Session Initiation Protocol (SIP)-Specific Event Notification, IETF RFC 3265, June [12] W. Marshall, Private Session Initiation Protocol (SIP) Extensions for Media Authorization, IETF RFC 3313, Jan [13] S. Kent and R. Atkinson, IP Encapsulating Security Payload (ESP), IETF RFC 2406, Nov [14] A. K. Salkintzis, C. Fors, and R. Pazhyannur, WLAN- GPRS Integration for Next -Generation Mobile Data Networks, IEEE Wireless Commun, vol. 9, no. 5, Oct. 2002, pp [15] G. M. Køien and T. Haslestad, Security Aspects of 3G- WLAN Interworking, IEEE Commun. Mag., vol. 41, no. 11, Nov. 2003, pp BIOGRAPHIES FERMI N GALA N MA RQUEZ (fermin.galan@agora-2000.com) received his M.Sc. degree in telecommunications from the Technical University of Madrid (UPM), Spain, in 2002, and is working toward his Ph.D. at the same university. In September 2001 he began working on R&D tasks for the Telematic Systems Engineering Department at UPM. Since April 2003 he has worked for Agora Systems. His research interests include IPv6, OS virtualization, Internet signaling protocols, and P2P applications. TOMA S ROBLES VALLADARES (trobles@dit.upm.es) is an associated professor at Technical University of Madrid. His research focused on service provision, wireless networks and IPv6. He has been participating in several E.U. projects such as BRAIN/MIND concerning service provision over wireless networks and in the Euro6IX project in the development of new services using SIP. LUIS ÁNGEL GALINDO (galindo_la@tsm.es) received his M.Sc. degree in telecommunications from the Technical University of Madrid (UPM), Spain, in From the beginning he has been involved in wireless networks, firstly in Motorola, and from July 1996 in Telefónica Móviles Spain. From his position, he analyses emerging technologies and coordinates deployments in the network. He also participates actively in several fora as 3GPP, ITU and GSMA. His research interests includes IMS related protocols, IPv6, Security in IP networks and QoS. MIGUEL GO MEZ (miguel.gomez@agora-2000.com) received his M.Sc. degree in telecommunications from the Technical University of Madrid (UPM), Spain, in 2002, and is working towards his Ph.D. at the same university. In July 2001 he began working on R&D tasks for the Telematic Systems Engineering Department at UPM. Since October 2003 he has worked for Agora Systems. His research interests include collaborative environments, application signaling protocols, and IPv6. TOMA S P. DE MIGUEL (tmiguel@dit.upm.es) has a Ph.D. in telecommunications and has been an associate professor at the Telematics Engineering Department at UPM since His most recent R&D activities have been related to the design of advanced collaborative services, communication networks architectures, communication protocols, and Internet services. He actively participates in many research projects (NICE, LONG or Euro6IX) and has collaborated in the design of a flexible environment to define CSCW services (ISABEL). He works as a technical manager on the deployment of IPv6 at the Telecommunications Engineering School. SIP is the IMS key signaling protocol. Interworking between SIP elements of the WLAN and CSCFs of the IMS is a key issue in order to reach a high level of interworking between WLAN and UMTS networks. IEEE Wireless Communications June

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

Interworking of Wimax and 3GPP Networks based on IMS

Interworking of Wimax and 3GPP Networks based on IMS IP MULTIMEDIA SYSTEMS (IMS) INFRASTRUCTURE AND SERVICES Interworking of Wimax and 3GPP Networks based on IMS Fangmin Xu, Luyong Zhang, and Zheng Zhou, Beijing University of Posts and Telecommunications

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

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

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

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

More information

3GPP TS V ( )

3GPP TS V ( ) TS 24.229 V5.25.0 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; IP Multimedia Call Control Protocol based on Session Initiation

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

Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks

Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks IEEE Wireless Communication, Oct. 2002 Presented by Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering

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

3GPP TR V7.0.0 ( )

3GPP TR V7.0.0 ( ) TR 24.930 V7.0.0 (2006-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Signalling flows for the session setup in the IP Multimedia core

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

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

Due to the many benefits provided by both the third-generation (3G) mobile networks and the IEEE wireless local area networks (WLANs), it is

Due to the many benefits provided by both the third-generation (3G) mobile networks and the IEEE wireless local area networks (WLANs), it is Performance of UMTS/WLAN Integration at Hot-Spot Locations Using OPNET Marwan Abu-Amara, Ashraf Mahmoud, Tarek Sheltami, Adel Al-Shahrani, Khalid Al-Otaibi, S.M.Rehman, and Taha Anwar {marwan, ashraf,

More information

3GPP TR V ( )

3GPP TR V ( ) TR 24.930 V10.1.0 (2011-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Signalling flows for the session setup in the IP Multimedia core

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

3GPP TS V6.1.0 ( )

3GPP TS V6.1.0 ( ) TS 29.161 V6.1.0 (2005-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Interworking between the Public Land Mobile Network (PLMN)

More information

Medical Sensor Application Framework Based on IMS/SIP Platform

Medical Sensor Application Framework Based on IMS/SIP Platform Medical Sensor Application Framework Based on IMS/SIP Platform I. Markota, I. Ćubić Research & Development Centre, Ericsson Nikola Tesla d.d. Poljička cesta 39, 21000 Split, Croatia Phone: +38521 305 656,

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

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

Network Architectures for Evolving 3G LTE and Mobile WiMAX

Network Architectures for Evolving 3G LTE and Mobile WiMAX Network Architectures for Evolving 3G LTE and Mobile WiMAX All-IP networking is the ultimate goal of 4G mobile networks, but 3G LTE and mobile WiMAX systems have designed semi all-ip network architectures

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

Interworking Between SIP and MPEG-4 DMIF For Heterogeneous IP Video Conferencing

Interworking Between SIP and MPEG-4 DMIF For Heterogeneous IP Video Conferencing Interworking Between SIP and DMIF For Heterogeneous IP Video Conferencing Toufik Ahmed 1, Ahmed Mehaoua 1 and Raouf Boutaba 2 1 University of Versailles, CNRS-PRiSM Lab. 45 av. des Etats-Unis, 78000, Versailles,

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

More information

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

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

More information

Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks

Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks ZORAN BOJKOVIĆ, BOJAN BAKMAZ Faculty of transport and traffic engineering University of Belgrade Vojvode Stepe 305,

More information

ETSI TS V ( )

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

More information

IP multimedia in 3G. Structure. Author: MartinHarris Orange. Understanding IP multimedia in 3G. Developments in 3GPP. IP multimedia services

IP multimedia in 3G. Structure. Author: MartinHarris Orange. Understanding IP multimedia in 3G. Developments in 3GPP. IP multimedia services IP multimedia in 3G Author: MartinHarris Orange slide 1 Structure Understanding IP multimedia in 3G Developments in 3GPP IP multimedia services IMS challenges and open issues IP multimedia roadmap slide

More information

Reflections on Security Options for the Real-time Transport Protocol Framework. Colin Perkins

Reflections on Security Options for the Real-time Transport Protocol Framework. Colin Perkins Reflections on Security Options for the Real-time Transport Protocol Framework Colin Perkins Real-time Transport Protocol Framework RTP: A Transport Protocol for Real-Time Applications RFCs 3550 and 3551

More information

Name of Course : E1-E2 CFA. Chapter 7A. Topic : SIP. Date of Creation :

Name of Course : E1-E2 CFA. Chapter 7A. Topic : SIP. Date of Creation : E1-E2(CFA)/SIP Rev Date 28.03.2011 Name of Course : E1-E2 CFA Chapter 7A Topic : SIP Date of Creation : 28.03.2011 For internal circulation of BSNL only Page 1 E1-E2(CFA)/SIP Rev Date 28.03.2011 Session

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

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

Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism

Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism Seamless Interoperability Across LTE And WiMAX Using Vertical Handover Mechanism Bharatesh Chakravarthi S. B M.Tech. Dept of ISE The Oxford College of Engineering Bangalore, India Prof. D. Jayaramaiah

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

A Flow Label Based QoS Scheme for End-to-End Mobile Services

A Flow Label Based QoS Scheme for End-to-End Mobile Services A Flow Label Based QoS Scheme for End-to-End Mobile Services Tao Zheng, Lan Wang, Daqing Gu Orange Labs Beijing France Telecom Group Beijing, China e-mail: {tao.zheng; lan.wang; daqing.gu}@orange.com Abstract

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

Delivery of Voice and Text Messages over LTE

Delivery of Voice and Text Messages over LTE Delivery of Voice and Text Messages over LTE 1. The Market for Voice and SMS 2. Third Party Voice over IP 3. The IP Multimedia Subsystem 4. Circuit Switched Fallback 5. VoLGA Two main approaches to the

More information

ETSI TS V5.3.0 ( )

ETSI TS V5.3.0 ( ) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); IP Multimedia Call Control Protocol based on SIP and SDP; Stage 3 () GLOBAL

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

Improved One-Pass IP Multimedia Subsystem Authentication for UMTS

Improved One-Pass IP Multimedia Subsystem Authentication for UMTS Improved One-Pass IP Multimedia Subsystem Authentication for UMTS Lili Gu RMIT University Melbourne, Australia l.gu@student.rmit.edu.au Abstract As defined in the 3GPP specifications, a UMTS user device

More information

GPRS and UMTS T

GPRS and UMTS T GPRS and UMTS T-110.2100 Global Packet Radio Service GPRS uses the time slots not used for circuit switched services Data rate depends on the availability of free time slots GPRS uses the multislot technique,

More information

Pilsung AB Taegyun A Fathur AB Afif A Hari A Gary A Dhika AB April AB Mulya AB Yusuf AB Anin A Rizka B Dion AB Siska AB Mirel AB Hani AB Airita AB List of countries by number of Internet users 100,00%

More information

IP Multimedia Subsystem and its protocols: a step to convergence

IP Multimedia Subsystem and its protocols: a step to convergence IP Multimedia Subsystem and its protocols: a step to convergence Ewa Gałczyńska, Wojciech Zabierowski, Andrzej Napieralski Abstract- Today s world has been changing drastically over few past years in aspect

More information

IMS Mapping of QoS Requirements on the Network Level

IMS Mapping of QoS Requirements on the Network Level IMS Mapping of QoS Requirements on the Network Level Tomáš Mácha 1, Luboš Nagy 1, Zdeněk Martinásek 1, Vít Novotný 1 1 Fakulta elektrotechniky a komunikačních technologií VUT v Brně Email: {tomas.macha,

More information

Internet Engineering Task Force (IETF) Request for Comments: 7255 Category: Informational May 2014 ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 7255 Category: Informational May 2014 ISSN: Internet Engineering Task Force (IETF) A. Allen, Ed. Request for Comments: 7255 Blackberry Category: Informational May 2014 ISSN: 2070-1721 Using the International Mobile station Equipment Identity (IMEI)

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

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

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

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

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

CRITICAL ISSUES FOR ROAMING IN 3G ANDERS ROOS, MAGNUS HARTMAN, AND STEPHEN DUTNALL, NORTHSTREAM AB

CRITICAL ISSUES FOR ROAMING IN 3G ANDERS ROOS, MAGNUS HARTMAN, AND STEPHEN DUTNALL, NORTHSTREAM AB 3G MOBILE N ETWORK T ECHNOLOGIES AND E XPERIENCES CRITICAL ISSUES FOR ROAMING IN 3G ANDERS ROOS, MAGNUS HARTMAN, AND STEPHEN DUTNALL, NORTHSTREAM AB UE Applications and services Node B RNC UTRAN (PS) SCP

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 V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 124 628 V10.3.0 (2011-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Common Basic Communication procedures

More information

ETSI TR V (201

ETSI TR V (201 TR 124 930 V13.0.0 (201 16-01) TECHNICAL REPORT Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Signalling flows for the session setup in

More information

Vertical Handoff Characterization for SIP and msctp Based UMTS-WLAN Integration Solutions

Vertical Handoff Characterization for SIP and msctp Based UMTS-WLAN Integration Solutions Vertical Handoff Characterization for SIP and msctp Based UMTS-WLAN Integration Solutions Syed Asadullah, Ashraf S. Mahmoud, Marwan Abu-Amara, Tarek Sheltami Computer Engineering Department King Fahd University

More information

3GPP TS V6.4.0 ( )

3GPP TS V6.4.0 ( ) TS 22.234 V6.4.0 (2006-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Requirements on system to Wireless Local Area Network (WLAN)

More information

Extension of Resource Management in SIP

Extension of Resource Management in SIP Extension of Resource Management in SIP Franco Callegati and Aldo Campi University of Bologna, Italy {franco.callegati,aldo.campi}@unibo.it Abstract. In this work we discuss the issue of communication

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

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

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

A Framework to Improve QoS and Mobility Management for Multimedia Applications in the IMS

A Framework to Improve QoS and Mobility Management for Multimedia Applications in the IMS A Framework to Improve QoS and Mobility Management for Multimedia Applications in the IMS Fabricio Carvalho de Gouveia Technical University of Berlin Franklinstr. 28-29, D-10587 Faculty IV / Next Generation

More information

The IP Multimedia Subsystem (IMS)

The IP Multimedia Subsystem (IMS) The IP Multimedia Subsystem (IMS) Miguel A. Garcia Martin Nokia Siemens Networks Application and Services in Internet Helsinki University of Technology October 24, 2007 1 Nokia Siemens Networks IMS / Miguel

More information

IP Mobility vs. Session Mobility

IP Mobility vs. Session Mobility IP Mobility vs. Session Mobility Securing wireless communication is a formidable task, something that many companies are rapidly learning the hard way. IP level solutions become extremely cumbersome when

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

QoS based vertical handoff method between UMTS systems and wireless LAN networks

QoS based vertical handoff method between UMTS systems and wireless LAN networks QoS based vertical handoff method between UMTS systems and wireless LAN networks Sungkwan Jung and Dong-ho Cho Div. of EE, Dept. of EECS Korea Advanced Institute of Science and Technology Daejeon, Rep.

More information

Internet Engineering Task Force (IETF) Request for Comments: 8465 September 2018 Category: Informational ISSN:

Internet Engineering Task Force (IETF) Request for Comments: 8465 September 2018 Category: Informational ISSN: Internet Engineering Task Force (IETF) R. Atarius, Ed. Request for Comments: 8465 September 2018 Category: Informational ISSN: 2070-1721 Using the Mobile Equipment Identity (MEID) URN as an Instance ID

More information

Nexus8610 Traffic Simulation System. Intersystem Handover Simulation. White Paper

Nexus8610 Traffic Simulation System. Intersystem Handover Simulation. White Paper Traffic Simulation System Intersystem Handover Simulation White Paper Notice Every effort has been made to ensure that the information in this document was accurate at the time of printing. However, the

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

Wireless LAN Based GPRS Support Node

Wireless LAN Based GPRS Support Node Wireless LAN Based GPRS Support Node Vincent W.-S. Feng, Lin-Yi Wu, Yi-Bing Lin, and Whai-En Chen Department of Computer Science & Information Engineering National Chiao Tung University vincentfeng@itri.org.tw

More information

IEEE Assisted Network Layer Mobility Support

IEEE Assisted Network Layer Mobility Support IEEE802.21 Assisted Network Layer Mobility Support Qazi Bouland Mussabbir *, Wenbing Yao ** and John Cosmas *** *School Of Engineering and Design, Brunel University Uxbridge, London, UB83PH, UK, qazi.mussabbir@brunel.ac.uk

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

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

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP).

Overview of SIP. Information About SIP. SIP Capabilities. This chapter provides an overview of the Session Initiation Protocol (SIP). This chapter provides an overview of the Session Initiation Protocol (SIP). Information About SIP, page 1 How SIP Works, page 4 How SIP Works with a Proxy Server, page 5 How SIP Works with a Redirect Server,

More information

Supporting mobility in an IMS-based P2P IPTV service: a Proactive Context Transfer mechanism

Supporting mobility in an IMS-based P2P IPTV service: a Proactive Context Transfer mechanism Supporting mobility in an IMS-based P2P IPTV service: a Proactive Context Transfer mechanism Ivan Vidal a,, Jaime Garcia-Reinoso a, Antonio de la Oliva a, Alex Bikfalvi b, Ignacio Soto a a Universidad

More information

ETSI TS V7.5.0 ( ) Technical Specification

ETSI TS V7.5.0 ( ) Technical Specification TS 124 206 V7.5.0 (2008-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Voice call continuity between Circuit Switched

More information

Charted Engineer, Fellow I.E.E. VP Standards & Fora Siemens Mobile Communications S.p.A. Italy. ITU-T SSG Vice Chairman

Charted Engineer, Fellow I.E.E. VP Standards & Fora Siemens Mobile Communications S.p.A. Italy. ITU-T SSG Vice Chairman Charted Engineer, Fellow I.E.E. VP Standards & Fora Siemens Mobile Communications S.p.A. Italy ITU-T SSG Vice Chairman 1 Contents What is happening in the mobile world? How should today s 2G investments

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

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

3GPP TS V ( )

3GPP TS V ( ) TS 23.207 V10.0.0 (2011-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; End-to-end Quality of Service (QoS) concept and architecture

More information

Quality-of-Service Option for Proxy Mobile IPv6

Quality-of-Service Option for Proxy Mobile IPv6 Internet Engineering Task Force (IETF) Request for Comments: 7222 Category: Standards Track ISSN: 2070-1721 M. Liebsch NEC P. Seite Orange H. Yokota KDDI Lab J. Korhonen Broadcom Communications S. Gundavelli

More information

Spirent Landslide VoLTE

Spirent Landslide VoLTE /IMS Node and SIP UE Emulation Voice over LTE () is the combination of IMS-based voice, messaging and video services over the 4G mobile network. To ensure a successful transition, mobile carriers and equipment

More information

Communication and Distributed Systems Seminar on : LTE Security. By Anukriti Shrimal May 09, 2016

Communication and Distributed Systems Seminar on : LTE Security. By Anukriti Shrimal May 09, 2016 Communication and Distributed Systems Seminar on : LTE Security By Anukriti Shrimal May 09, 2016 LTE network with interfaces LTE Security 2 Contents LTE Security : Why, What, How EPS Architecture Design

More information

Business Considerations for Migration to IMT-2000

Business Considerations for Migration to IMT-2000 Business Considerations for Migration to IMT-2000 Bosco Eduardo Fernandes Siemens AG, ICM N PG SP NI IB Vice President International Affairs Email:bosco.fernandes@siemens.com ontent The Services Delivery

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

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

Request for Comments: 5369 Category: Informational October Framework for Transcoding with the Session Initiation Protocol (SIP)

Request for Comments: 5369 Category: Informational October Framework for Transcoding with the Session Initiation Protocol (SIP) Network Working Group G. Camarillo Request for Comments: 5369 Ericsson Category: Informational October 2008 Framework for Transcoding with the Session Initiation Protocol (SIP) Status of This Memo This

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

General requirements for ID/locator separation in NGN

General requirements for ID/locator separation in NGN Draft Recommendation ITU-T Y.2015 (Y.ipsplit) General requirements for ID/locator separation in NGN Summary This Recommendation begins with showing the limitations of the conventional IP architecture,

More information

ETSI TR V6.5.0 ( )

ETSI TR V6.5.0 ( ) TR 133 978 V6.5.0 (2006-09) Technical Report Universal Mobile Telecommunications System (UMTS); Security aspects of early IP Multimedia Subsystem (IMS) (3GPP TR 33.978 version 6.5.0 Release 6) 1 TR 133

More information

Sh Gy. Ro Gx. Cx Ici. Mr Mj

Sh Gy. Ro Gx. Cx Ici. Mr Mj Sh Ro Cx Ici SIP UT IMS Sv LTE Mr Mj Mi Mg ISC Mw LTE / VoLTE IMS Protocols Interfaces LTE Protocol Stack IMS Protocol Stack LTE (4G) IMS PSTN / LTE Ex : S1, S5, SGi LTE Control Plane Ex : S1, S10, S11,

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

USIM based Authentication Test-bed For UMTS-WLAN Handover 25 April, 2006

USIM based Authentication Test-bed For UMTS-WLAN Handover 25 April, 2006 USIM based Authentication Test-bed For UMTS-WLAN Handover 25 April, 2006 Hyeyeon Kwon, Kyung-yul Cheon, Kwang-hyun Roh, Aesoon Park Electronics and Telecommunications Research Institute 161, Gajeong-dong,

More information

A Framework for Real-Time Resource Allocation in IP Multimedia Subsystem Network

A Framework for Real-Time Resource Allocation in IP Multimedia Subsystem Network I. J. Computer Network and Information Security, 2013, 3, 32-38 Published Online March 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijcnis.2013.03.04 A Framework for Real-Time Resource Allocation

More information

SRVCC Ensuring voice service continuity in VoLTE/IMS

SRVCC Ensuring voice service continuity in VoLTE/IMS SRVCC Ensuring voice service continuity in VoLTE/IMS White Paper 2013 Author : Binu K G 1 Wireless service has turned a full circle and voice remains the most popular and killer application for any mobile

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

3GPP TS V9.0.0 ( )

3GPP TS V9.0.0 ( ) TS 29.161 V9.0.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Interworking between the Public Land Mobile Network (PLMN)

More information

Resource authorization in IMS with known multimedia service adaptation capabilities

Resource authorization in IMS with known multimedia service adaptation capabilities Resource authorization in IMS with known multimedia service adaptation capabilities Tomislav Grgic, Vedran Huskic, and Maja Matijasevic University of Zagreb, Faculty of Electrical Engineering and Computing,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 124 327 V12.0.0 (2014-10) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Mobility between 3GPP Wireless Local

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Policy and charging control signalling flows and Quality of Service (QoS) parameter

More information

UNIVERSAL MOBILE TELECOMMUNICATIONS

UNIVERSAL MOBILE TELECOMMUNICATIONS IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 23, NO. 6, JUNE 2005 1233 One-Pass GPRS and IMS Authentication Procedure for UMTS Yi-Bing Lin, Fellow, IEEE, Ming-Feng Chang, Meng-Ta Hsu, and Lin-Yi

More information