A Method for Real-Time Session Management on a Mobile Network

Size: px
Start display at page:

Download "A Method for Real-Time Session Management on a Mobile Network"

Transcription

1 A Method for Real-Time Session Management on a Mobile Network Sekwon Kim, Joohyung Oh, Byoungki Moon, and Chaetae Im Korea Internet Security Center Korea Internet & Security Agency IT Venture Tower, Jungdaero 135, Songpa, Seoul Korea {heath82, jhoh, chtim}@kisa.or.kr, peerless@sk.com Abstract: - New and advanced attack methods and tools have recently emerged as serious threats to the mobile communication and Internet environments such as new scanning techniques, wireless bandwidth crowding and sophisticated billing scams. To respond to these menaces mobile carriers are trying to protect their networks by installing -based security devices between their mobile network and Internet network. However, these security devices cannot detect abnormal traffic or attacks that occur only within the mobile network. Furthermore, since the addresses of multiple terminals are changed to a single through a NAT, it is difficult to identify the attacking device. This paper proposes a method for real-time session management that can identify the UE in a mobile network. The proposed method was implemented and tested in a WCDMA network operating in Korea and was able to effectively manage session of UE without error and delay in real time. Key-Words: - GTP; GTP Call Flow; Session Management 1 Introduction Ever since smartphones were released that could utilize 3G mobile services in 2008, data traffic flowing through the networks has been increasing along with the explosion of smartphone users and proliferation of mobile services. Accompanying this, malicious traffic of the wired environment has also been flowing into the mobile communication network due to the internet tethering services that allow mobile terminals to be setup as a modem to serve other devices. As a result, there is a growing potential security risk to the mobile communication network infrastructure. Attack methods and tools that allow smartphones to troll the mobile communication network, crowd out wireless bandwidth and execute sophisticated billing scams have emerged and been highlighted at conferences recently [1][2][3]. In response, mobile carriers are trying to protect their mobile communication networks by installing -based security devices between their mobile and Internet networks. However, these security devices can not detect abnormal traffic or attacks that occur only within the mobile network. Further, since the addresses of a multitude of terminals is changed to a single through a NAT, it is difficult to identify the attacking device. Therefore a security device that is able to detect abnormal traffic or attacks within the mobile network is now essential. In this paper, it proposed a technique that can be used to manage session information of mobile terminal via GTP protocol analysis[4]. Section II describes the structure of WCDMA networks and GTP protocol, Section III describes generated GTP messages in GTP Call Flow. Section 4 proposes session management method of the mobile terminal, next Section 5 describes the test results of proposed method and conclusions and future work. 2 Overview of a Mobile Network 2.1 WCDMA Network Structure Circuit Switched Network UE UTRAN Packet Switched Network Signal Protocol Stack ellipsis GGSN Internet Iu-PS Gn Gi GNN RANAP SCCP MTP Relay Fig. 1. WCDMA Network Structure. GTP-C UDP GTP-C WCDMA network is basically configured in User Equipment (UE), UTRAN, and a Core Network (CN) as shown in Figure 1. UE is a user equipment to connect to a mobile communication network. The UTRAN is radio access network that supports a UDP ISBN:

2 radio access technology in WCDMA, and it composed of Radio Network Control () and. The UTRAN controls and assigns the radio resources, and guarantees the mobility of the user. CN is divided into Circuit System (CS) to provide voice services and Packet System (PS) to provide data services. In here the PS is configured in Serving GPRS Support Node () and Gateway GPRS Support Node (GGSN). performs functions such as mobility and session management of UE, packet routing and authentication. And, GGSN performs functions such as allocation, mobility management, user traffic handling[5]. 2.2 GPRS Tunneling Protocol (GTP) GTP is a protocol used in the Gn Interface between and GGSN in WCDMA Core Network. In GTP protocol, GTP control plane messages (GTP- C) are used to exchange the tunnel information and to create, update of delete a GTP tunnel. The GTP user data messages (GTP-U) are used to load the T- PDUs (Transport Protocol Data Unit) passing through the GTP tunnel. The GTP-C messages those are used to manage and maintain the GTP tunnels are called tunnel management signaling messages[4]. They include the messages below: 3 GTP Call Flow If UE connects to the WCDMA network, then RRC Connection Establishment, Authentication, NAS Security Setup procedures are performed, and GTP tunnel is produced. Then, GTP tunnel is updated by radio resources allocation /release or Hand-off by moving the position of the UE. Finally, GTP tunnel is deleted when the UE releases connection to WCDMA network. Figure 3 is shown the flow until released from the WCDMA network connection. Message Type : Create PDP Context Request (0x10) TEID : 0x IMSI : [MCC][MNC][MSIN] (Donwlink)TEID Data I : 0x7dc6e085 (Downlink)TEID Control Plane : 0x MSISDN : 82########## Message Type : Create PDP Context Response (0x11) End User Address : Data Transfer (Up/Downlink GTP-U) Message Type : Update PDP Context Request (0x12) (Uplink Control)TEID : (Downlink)TEID Data I : 0x7dc6e085 Extension Value : 0x201 GGSN Idle Table 1. The Type and Functions of GTP-C Messages Message Message Type Function Create Request 0x10 Create Response 0x11 Create GTP Tunnel Update Request 0x12 Update Response 0x13 Update GTP Tunnel Delete Request 0x14 Delete Response 0x15 Delete GTP Tunnel Version PT 0 E S PN Message Type Payload Length Tunnel Endpoint Identifier (TEID) Sequence Number N-PDU Number Next Ext Header Type Message Type : Update PDP Context Request (0x12) (Uplink Control)TEID : (Downlink)TEID Data I : 0x7dc6e085 Extension Value : 0x200 Data Transfer (Up/Downlink GTP-U) Active Fig. 2. GTP Header. Payload GTP Header is shown in Figure 2. GTP messages contain Tunnel Endpoint Identifier (TEID) and it is a unique argument that distinguishes GTP tunnel. That is, UE is distinguished by the TEID, not the address because in WCDMA Network. For example, if 100 UE are connected to same and GGSN, GTP tunnel is created one for each UE, and thus total 100 are created. Here, GTP tunnel for each UE is distinguished by TEID. And TEID is unidirectional (Uplink: GGSN / Downlink:GGSN ). Message Type : Delete PDP Context Request (0x14) (Uplink Control)TEID : Message Type : Delete PDP Context Response (0x15) (Downlin Control)TEID : 0x Fig. 3. GTP Call Flow. In order to create a GTP tunnel assigns each Downlink Control/Data TEID, then send to the GGSN using GTP-C Create Request message along with the unique information of UE such as MSISDN, IMSI. As a response to it, GGSN assigns each Downlink Control/Data TEID and address of UE (End User Address), then send GTP-C Create ISBN:

3 Response message to. After completing the preceding steps, GTP tunnel is created and the UE can send and receive data through the tunnel. In order to efficiently use limited radio resources, WCDMA network releases the radio resource of UE that doesn't receive or send data during a certain period of time. In this case, GTP-C Update Request /Response messages are generated for updating the corresponding GTP tunnel of UE. Similarly, GTP-C Update Request/Response messages are generated for updating GTP tunnel when UE are reallocated radio resource to send or receive data. The GTP-C Update messages contain TEID to change each TEID assigned by and GGSN when creating a GTP tunnel, but Uplink Control TEID can t be changed. And, GTP-C Update Request message includes state information of UE in a particular field, the value is 0x200 (Active) or 0x201 (Idle). Finally, GTP tunnel is deleted when UE releases connection to the WCDMA network. Then sends GTP-C Delete Request message to GGSN In order to remove the GTP tunnel. And GGSN sends a GTP-C Delete Response message to as a response to it. 4 Session Management Method The only value that can be distinguished GTP tunnel is TEID in GTP-C messages for creating or updating or deleting a GTP tunnel. In this section, method and Hash Table structure for effectively managing the session of UE based on the TEID will be described in detail. 4.1 Hash Table Structure unique. And value is time which of GTP-C Create Request message of session is collected. The key of DC Hash Table is a combination of the and DC TEID. WCDMA network has a hierarchical structure. In other words, 1 GGSN is connected a number of that manages TEID individually. Therefore, the Downlink TEID of different GTP tunnel may be same. So, a combination of and DC TEID is used as key of DC Hash Table to prevent duplication in this paper. 4.2 Method for Session Management Start GTP Packet Message Type 0x10 GTP-C Create Request Processing 0x12 (GTP-C Update Request) 0x15(GTP-C Delete Response) 0xFF (GTP-U) 0x11 0x13 0x14 Create GTP-C Response Create Response Processing Processing GTP-C Update Response Processing Fig. 5. The Processing Procedure of the GTP Messages. GTP-C Delete Request Processing Figure 5 is shown the processing procedure of the GTP messages for managing the session. Fist, the Message Type of GTP message is checked if GTP message is input. Then GTP-C Create (0x10, 0x11), Update Response (0x13), Delete Request (0x14) messages are processed. The detailed instruction for each message is as follows: Message Type : Create PDP Context Request (0x10) TEID : 0x IMSI : [MCC][MNC][MSIN] GTP (Donwlink)TEID Data I : 0x7dc6e085 (Downlink)TEID Control Plane : 0x MSISDN : 82########## Source : [Downlink Data(DC) Hash Table] [Downlink Control(DC) Hash Table] Find matching Insert + DC TEID UC TEID Delete x65646c24 0x6569eca4 0x ########## 450######### x18884a24 0x66f66aa4 0x1f7fcdc9 82########## 450######### Insert 0x ########## 450######### Delete UD TEID EUA 0x65646c x6569eca Fig. 6. The Processing of GTP-C Create Request Message. UC TEID Fig. 4. The Hash Table Structure. UD TEID DC TEID MSISDN IMSI EUA Figure 4 is shown the structure of a Hash Table which is composed of a total of five table for managing session information. Every Hash Table is composed of Key and Value basically, Key is a. Combination of DC TEID and (Source of the packet), then generation using a. b. Lookup DC Hash Table and extract of matching row, then delete the row. c. Lookup Session Hash Table. (Here, is in former step) ISBN:

4 d. Extract UC, UD TEID and EUA of matching row, then delete the row. e. Lookup UC, UD, EUA Hash Table (Here, is UC, UD TEID and EAU in former step), then delete the row. f. Insert, in DC Hash Table. (Here, is in step a, is current time) g. Insert DC TEID, MSISDN, IMSI, in Session Hash Table (Here, is in former step) b. Lookup Session Hash Table. (Here, is in former step) c. Uplink Data TEID comparison. d. If they do not match, then lookup UD Hash Table. (Here, is UD TEID in Session Hash Table) e. Delete maching row, then insert, in UD Hash Table. (Here, is the changed UD TEID, is in step b) Message Type : Delete PDP Context Response (0x14) TEID : 0x9e31aba4 Message Type : Create PDP Context Response (0x11) TEID : 0x GTP End User Address : Destination : Find matching 5 Delete [Downlink Data(DC) Hash Table] x18884a24 0x66f66aa4 0x1f7fcdc9 82########## 450######### Find matching Find matching 0x9e31aba4 0x ########## 450######### Delete x1f7fcdc9 82########## 450######### x18884a24 0x66f66aa Lookup Hash Table 7 Find matching [Downlink Control(DC) Hash Table] 4 Find matching 0x9e31aba4 0x ########## 450######### Insert x6569eca Delete Fig. 9. The Processing of GTP-C Delete Request Message. 6 Insert 0x9e31aba Fig. 7. The Processing of GTP-C Create Response Message. a. Combination of DC TEID and (Source of the packet), then generation using a. b. Lookup DC Hash Table, then Extract of matching row. c. Lookup Session Hash Table. (Here, is in former step) d. Insert UC, UD TEID and EUA of matching row. e. Insert, in UC, UD, EAU Hash Table. (Here, is UC, UD, TEID and EUA, is equal to step b) TEID : 0x a. Lookup UC Hash Table and extract in matching row. (Here, is UC TEID) b. Lookup Session Hash Table and extract UD, DC TEID and EUA in matching row. (Here, is in former step) c. Delete matching row in Session Hash Table. d. Lookup UD, DC, EUA Hash Table and delete matching row. (Here, is UD, DC TEID and EUA in Step b) 5 Experiment The proposed method is implemented and installed to WCDMA network of telecommunication firm in Korea. The features and performance are tested about two months and the test environment is shown in Figure Find matching 5 Matching? x1f7fcdc9 82########## 450######### x18884a24 0x66f66aa Aggregation SW Tap SW GGSN 4 Find matching 0x ########## 450######### x9e31aba Update System for GTP Call Flow Management 6 Lookup Hash Table Fig. 10. Test Environment. 7 Find matching 0x9e31aba4 8 Delete & Insert Fig. 8. The Processing of GTP-C Update Response Message. a. Lookup UC Hash Table (Here, is UC TEID), then Extract of matching row. The system received GTP traffic of 1 GGSN as input. The input traffic is approximately 8.0 Gbps/sec without packet loss. In test results, GTP tunnel is frequently created, updated, and deleted (Create/Delete : 100 times/sec, Update : 8,000 ISBN:

5 times/sec), but the proposed method effectively manages session without error and delay in real time. 6 Conclusion and Future Work It is difficult to find a mobile terminal caused malicious traffic because the private address is assigned dynamically to each mobile terminal connected to the network in NAT-based mobile communication network. In this paper, we propose a method for real-time session management of that can identify the UE in WCDMA networks. The system applied proposed method was installed and tested in WCDMA network of Korean telecommunication firm. In test results, the proposed method effectively manages session of UE without error and delay in real time. Recently, telecommunication firm has introduced Long Term Evolution (LTE) to protect mobile communication network by dispersing exploding traffic. Nationwide LTE network is already installed and serviced in Korea. GTP-C and GTP-U exist in a separate section of LTE network unlike WCDMA network. We are expected to study method for managing session of LTE network. Acknowledgment: This research was funded by the MS(Ministry of Science, ICT & Future Planning), Korea in the ICT R&D Program References: [1] K. Kotapati, P. Liu, Y. Sun, T. F. LaPorta, A taxonomy of cyber attacks on 3G networks, Proceedings of the IEEE international conference on Intelligence and Security Informatics, pp , [2] ASMONIA Project, [3] D. F. Guo, A. F. Sui, and L. Shi, Billing Attack Detection and Prevention in Mobile Communication Network, Proceedings of IEEE 13st International Conference on Communication Technology, pp , [4] 3GPP, GPRS Tunneling Protocol (GTP) across the Gn and Gp interface (Release 10), TS V10.2.0, [5] H. Holma, A. Toskala, WCDMA for UMTS Radio Access for third Generation Mobile Communications 3rd, Willey, 2004). [6] 3GPP, General Packet Radio Service (GPRS); Service description; Stage 2, TS V10.3.0, ISBN:

UMTS System Architecture and Protocol Architecture

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

More information

UMTS Addresses and Identities Mobility and Session Management

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

More information

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

Configuring GPRS Tunneling Protocol Support

Configuring GPRS Tunneling Protocol Support The GPRS Tunneling Protocol Support feature provides firewall support for General Packet Radio Switching (GPRS) Tunneling Protocol (GTP). GPRS is a data network architecture, which integrates with existing

More information

GGSN Pooling Support for Firewalls

GGSN Pooling Support for Firewalls The feature enhances the General Packet Radio Switching (GPRS) Tunneling Protocol (GTP) feature by adding load balancing support. GTP supports the inspection of control traffic that is designated to a

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 129 119 V10.0.0 (2011-05) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; GPRS Tunnelling Protocol (GTP) specification for Gateway Location Register (GLR) (3GPP TS 29.119

More information

Mobile Network Evolution Part 2

Mobile Network Evolution Part 2 Mobile Network Evolution Part 2 From UMTS to LTE or How to Further Increase Network Capacity and QoS Andreas Mitschele-Thiel Advanced Mobile Communication Networks 1 Outline Evolution from Circuit Switching

More information

JP-3GA (R99) GPRS Tunnelling Protocol (GTP) specification for Gateway Location Register (GLR)

JP-3GA (R99) GPRS Tunnelling Protocol (GTP) specification for Gateway Location Register (GLR) JP-3GA-29.119(R99) GPRS Tunnelling Protocol (GTP) specification for Gateway Location Register (GLR) Version 1 Nov 30, 2000 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE JP-3GA-29.119(R99) GPRS Tunnelling

More information

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

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

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.281 V11.5.0 (2012-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; General Packet Radio System (GPRS) Tunnelling Protocol

More information

GSM. Course requirements: Understanding Telecommunications book by Ericsson (Part D PLMN) + supporting material (= these slides) GPRS

GSM. Course requirements: Understanding Telecommunications book by Ericsson (Part D PLMN) + supporting material (= these slides) GPRS GSM Example of a PLMN (Public Land Mobile Network) At present most successful cellular mobile system (over 200 million subscribers worldwide) Digital (2 nd Generation) cellular mobile system operating

More information

3GPP TS V9.2.0 ( )

3GPP TS V9.2.0 ( ) TS 29.281 V9.2.0 (2010-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; General Packet Radio System (GPRS) Tunnelling Protocol User

More information

Simulation of LTE Signaling

Simulation of LTE Signaling Simulation of LTE Signaling 1 Florin SANDU, 2 Szilárd CSEREY, 3 Eugen MILE-CIOBANU 1 "Transilvania University of Brasov Bd Eroilor nr. 29A RO-500036 Brasov sandu@unitbv.ro, 2,3 SIEMENS Program and System

More information

Communication Management

Communication Management Communication Management Connection management (call control CC) for CS mode Session management (SM) for PS mode References: Kaaranen, Ahtiainen, Laitinen, Naghian, Niemi: UMTS Networks Architecture, Mobility

More information

3GPP TR V4.0.1 ( )

3GPP TR V4.0.1 ( ) TR 25.936 V4.0.1 (2001-12) Technical Report 3 rd Generation Partnership Project (); Technical Specification Group (TSG) RAN 3; Handovers for real-time services from PS domain; (Release 4) The present document

More information

3G TS V3.1.0 ( )

3G TS V3.1.0 ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; General Packet Radio Service (GPRS); GPRS Tunnelling Protocol (GTP) across the Gn and Gp Interface

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

WIRELESS SYSTEM AND NETWORKING

WIRELESS SYSTEM AND NETWORKING LECTURE 6 WIRELESS SYSTEM AND NETWORKING References: Rappaport (Chapter 9 and 10) Bernhard (Chapter 3, 4 and 5) Garg (Chapter 8 and 9) Kaarenen (Chapter 1-5 and 9) WIRELESS EVOLUTION Japan Europe Americas

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.274 V8.10.0 (2011-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Evolved Packet System (EPS); Evolved General Packet Radio

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 060 V3.10.0 (2001-09) Technical Specification Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); General Packet Radio Service (GPRS);

More information

Understand iwag Solution for 3G Mobile Data

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

More information

Long Term Evolution - Evolved Packet Core S1 Interface Conformance Test Plan

Long Term Evolution - Evolved Packet Core S1 Interface Conformance Test Plan Long Term Evolution - Evolved Packet Core S1 Interface Conformance Test Plan Table of Contents 1 SCOPE... 10 2 REFERENCES... 10 3 ABBREVIATIONS... 11 4 OVERVIEW... 14 5 TEST CONFIGURATION... 16 5.1 NETWORK

More information

Packet-Based International Roaming Communication by xgsn

Packet-Based International Roaming Communication by xgsn NTT DoCoMo Technical Journal Vol. 6 No.4 Packet-Based International Roaming Communication by Yuuichi Suwa, Tokiharu Moriyama, Karin Sugiyama and Tomoki Shibahara This article describes a method for implementing

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Evolved Packet System (EPS); Sv interface (MME to MSC, and SGSN to MSC) for SRVCC ()

More information

System Architecture Evolution

System Architecture Evolution System Architecture Evolution Contents 2.1 Architecture of LTE 2.2 Communication Protocols 2.3 Example Information Flows 2.4 Bearer Management 2.5 State Diagrams 2.6 Spectrum Allocation 2.1 Architecture

More information

FROM GSM TO LTE-ADVANCED: AN INTRODUCTION TO MOBILE NETWORKS AND MOBILE BROADBAND 2. GENERAL PACKET RADIO SERVICE (GPRS) AND EDGE

FROM GSM TO LTE-ADVANCED: AN INTRODUCTION TO MOBILE NETWORKS AND MOBILE BROADBAND 2. GENERAL PACKET RADIO SERVICE (GPRS) AND EDGE FROM GSM TO LTE-ADVANCED: AN INTRODUCTION TO MOBILE NETWORKS AND MOBILE BROADBAND 2. GENERAL PACKET RADIO SERVICE (GPRS) AND EDGE GPRS (General Packet Radio Service) Enhance GSM to transport data in an

More information

EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0

EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0 EXPERIMENT N0: 06 AIM:TO DESIGN UMTS NETWORK USING OPNET MODELER APPARATUS: OPNET MODELER 14.0 THEORY:Universal Mobile Telecommunications System (UMTS) is a Third Generation (3G) wireless protocol that

More information

1. Do the Create PDP or Update PDP requests from the SGSN arrive at the GGSN?

1. Do the Create PDP or Update PDP requests from the SGSN arrive at the GGSN? Contents Introduction Background Information GGSN Behavior Cause Code 192 Error Example Scenarios Introduction This document describes the behavior of the Gateway General Packet Radio Service (GPRS) Supporting

More information

ETSI TS V9.0.3 ( ) Technical Specification

ETSI TS V9.0.3 ( ) Technical Specification TS 125 444 V9.0.3 (2011-04) Technical Specification Universal Mobile Telecommunications System (UMTS); Iuh data transport (3GPP TS 25.444 version 9.0.3 Release 9) 1 TS 125 444 V9.0.3 (2011-04) Reference

More information

Mobile Network Evolution Part 2

Mobile Network Evolution Part 2 Mobile Network Evolution Part 2 From UMTS to LTE or How to Further Increase Network Capacity and QoS Andreas Mitschele-Thiel Advanced Mobile Communication Networks 1 Outline Evolution from Circuit Switching

More information

Direct Tunnel for 4G (LTE) Networks

Direct Tunnel for 4G (LTE) Networks This chapter briefly describes support for direct tunnel (DT) functionality over an S12 interface for a 4G (LTE) network to optimize packet data traffic. Cisco LTE devices (per 3GPP TS 23.401 v8.3.0) supporting

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.060 V3.9.0 (2004-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; General Packet Radio Service (GPRS); GPRS Tunnelling Protocol (GTP) across

More information

POWER-ON AND POWER-OFF PROCEDURES

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

More information

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

Research on monitoring technology of Iu-PS interface in WCDMA network

Research on monitoring technology of Iu-PS interface in WCDMA network Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2354 2358 Advanced in Control Engineering and Information Science Research on monitoring technology of Iu-PS interface in WCDMA

More information

New service standardisation approach

New service standardisation approach UMTS Part of the IMT 2000 family 3 nd Generation digital cellular mobile system Approximately old (GSM + GPRS) core network + new radio access network (UTRAN) including new radio interface (WCDMA) New

More information

ETSI TS V3.3.0 ( )

ETSI TS V3.3.0 ( ) TS 29 060 V3.3.0 (2000-0) Technical Specification Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); General Packet Radio Service (GPRS); GPRS

More information

Configuring QoS on the GGSN

Configuring QoS on the GGSN CHAPTER 9 This chapter describes how to configure Quality of Service (QoS) functions to differentiate traffic flow through the GGSN. For a complete description of the GGSN commands in this chapter, refer

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

Contents VULNERABILITIES OF MOBILE INTERNET (GPRS), 2014

Contents VULNERABILITIES OF MOBILE INTERNET (GPRS), 2014 VULNERABILITIES OF MOBILE INTERNET (GPRS) Dmitry Kurbatov Sergey Puzankov Pavel Novikov 2014 Contents 1. Introduction 2. Summary 3. Mobile network scheme 4. GTP protocol 5. Searching for mobile operator

More information

Vendor: Cisco. Exam Code: Exam Name: Implementing Cisco Service Provider Mobility UMTS Networks (SPUMTS) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Implementing Cisco Service Provider Mobility UMTS Networks (SPUMTS) Version: Demo Vendor: Cisco Exam Code: 600-210 Exam Name: Implementing Cisco Service Provider Mobility UMTS Networks (SPUMTS) Version: Demo GPRS_UMTS QUESTION 1 Which organization developed and maintains the Universal

More information

Configuring Security on the GGSN

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

More information

T325 Summary T305 T325 B BLOCK 2 4 PART III T325. Session 1 Block III Part 2 Section 2 - Continous Network Architecture. Dr. Saatchi, Seyed Mohsen

T325 Summary T305 T325 B BLOCK 2 4 PART III T325. Session 1 Block III Part 2 Section 2 - Continous Network Architecture. Dr. Saatchi, Seyed Mohsen T305 T325 B BLOCK 2 4 PART III T325 Summary Session 1 Block III Part 2 Section 2 - Continous Network Architecture [Type Dr. Saatchi, your address] Seyed Mohsen [Type your phone number] [Type your e-mail

More information

Building Mobile Intranets Over The UMTS

Building Mobile Intranets Over The UMTS Building Mobile Intranets Over The UMTS Constantinos F. Grecas, Sotirios I. Maniatis and Iakovos S. Venieris National Technical University of Athens, Dep. of Electrical and Computer Engineering, 9 Heroon

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 274 V8.11.0 (2012-01) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; 3GPP Evolved Packet System (EPS); Evolved General Packet Radio Service (GPRS) Tunnelling Protocol

More information

3GPP TR v0.4.0( )

3GPP TR v0.4.0( ) 3GPP TR 23.827 v0.4.0(2007-09) Feasibility Study of Mobility between 3GPP-WLAN Interworking and 3GPP System (Release 8) Report: 易衛漢 2008/11/18 Non Roaming WLAN Inter-working Reference Model 3GPP Home Network

More information

GTP-based S2b Interface Support on the P-GW and SAEGW

GTP-based S2b Interface Support on the P-GW and SAEGW GTP-based S2b Interface Support on the P-GW and SAEGW This chapter describes the GTP-based S2b interface support feature on the standalone P-GW and the SAEGW. Feature, page 1 How the S2b Architecture Works,

More information

Rab Nawaz Jadoon. Cellular Systems - II DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology

Rab Nawaz Jadoon. Cellular Systems - II DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology Cellular Systems - II Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication UMTS Architecture A UMTS network consist

More information

ETSI TS V8.3.0 ( ) Technical Specification

ETSI TS V8.3.0 ( ) Technical Specification TS 129 280 V8.3.0 (2010-01) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Evolved Packet System (EPS); 3GPP Sv interface (MME to MSC, and SGSN to MSC) for SRVCC (3GPP

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

3GPP TS V9.3.0 ( ) TS 29.274 V9.3.0 (2010-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Evolved Packet System (EPS); Evolved General Packet Radio

More information

show gprs access-point

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

More information

End-to-end UMTS Network Performance Modeling. 1. Introduction

End-to-end UMTS Network Performance Modeling. 1. Introduction End-to-end UMTS Network Performance Modeling Authors: David Houck*, Bong Ho Kim, Jae-Hyun Kim Lucent Technologies 101 Crawfords Corner Rd., Room 4L431 Holmdel, NJ 07733, USA Phone: +1 732 949 1290 Fax:

More information

Mobility management: from GPRS to UMTS

Mobility management: from GPRS to UMTS WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2001; 1:339 359 (DOI: 10.1002/wcm.27) Mobility management: from GPRS to UMTS Yi-Bing Lin*, Department of Computer Science & Information

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 4A0-M02 Title : Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core Version : Demo 1 / 7

More information

1.1 Beyond 3G systems

1.1 Beyond 3G systems 1 Introduction The cellular wireless communications industry witnessed tremendous growth in the past decade with over four billion wireless subscribers worldwide. The first generation (1G) analog cellular

More information

3G/UMTS Complete Mobile Originated Circuit Switched Call Setup. July 2009, Turin

3G/UMTS Complete Mobile Originated Circuit Switched Call Setup. July 2009, Turin 3G/UMTS Complete Mobile Originated Circuit Switched Call Setup July 2009, Turin 1. System Information (BCCH) The UE reads the System Information that is broadcast on BCCH. The information is not read

More information

GSM and Similar Architectures Lesson 13 GPRS

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

More information

ROHC Interaction in the 3GPP Architecture

ROHC Interaction in the 3GPP Architecture ROHC Interaction in the 3GPP Architecture Ana Carolina Minaburo Where are we with IPv6? Conference, Paris, October 2002 G6-Aristote 2002 1 Summary ROHC Implementation 3GPP Architecture Conclusions G6-Aristote

More information

GGSN Configuration Example

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

More information

Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017

Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017 Virtual Evolved Packet Core (VEPC) Placement in the Metro Core- Backhual-Aggregation Ring BY ABHISHEK GUPTA FRIDAY GROUP MEETING OCTOBER 20, 2017 LTE: All-IP, simplified network architecture [1] Introduction

More information

3GPP TR V4.0.0 ( )

3GPP TR V4.0.0 ( ) TR 25.946 V4.0.0 (2001-03) Technical Report 3rd Generation Partnership Project; Technical Specification Group (TSG) RAN; RAB Quality of Service Negotiation over Iu (Release 4) The present document has

More information

IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces

IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces IxLoad LTE Evolved Packet Core Network Testing: enodeb simulation on the S1-MME and S1-U interfaces IxLoad is a full-featured layer 4-7 test application that provides realworld traffic emulation testing

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

E. The enodeb performs the compression and encryption of the user data stream.

E. The enodeb performs the compression and encryption of the user data stream. Volume: 140 Questions Question No: 1 Which of the following statements is FALSE regarding the enodeb? A. The enodebs maybe interconnect TEID with each other via anx2 interface. B. The enodeb is an element

More information

ETSI TS V ( )

ETSI TS V ( ) TS 101 347 V7.10.0 (2002-12) Technical Specification Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); GPRS Tunnelling Protocol (GTP) across the Gn and Gp Interface

More information

ETSI TS V3.1.0 ( )

ETSI TS V3.1.0 ( ) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu Interface RANAP Signalling () 1 Reference RTS/TSGR-0325413UR1 Keywords UMTS 650 Route des Lucioles F-06921 Sophia Antipolis

More information

Exam Questions 4A0-M02

Exam Questions 4A0-M02 Exam Questions 4A0-M02 Alcatel-Lucent Mobile Gateways for the LTE Evolved Packet Core https://www.2passeasy.com/dumps/4a0-m02/ 1.Which of the following statements is FALSE regarding the enodeb? A. The

More information

MME SGW PGW. 17-Feb-14 21:15 (Page 1) This sequence diagram was generated with EventStudio Sytem Designer -

MME SGW PGW. 17-Feb-14 21:15 (Page 1) This sequence diagram was generated with EventStudio Sytem Designer - LTE Mobile Network Core Network 17-Feb-14 21:15 (Page 1) This sequence diagram was generated with EventStudio Sytem Designer - http://www.eventhelix.com/eventstudio/ UE is handed over using an S1 handover

More information

DAY 2. HSPA Systems Architecture and Protocols

DAY 2. HSPA Systems Architecture and Protocols DAY 2 HSPA Systems Architecture and Protocols 1 LTE Basic Reference Model UE: User Equipment S-GW: Serving Gateway P-GW: PDN Gateway MME : Mobility Management Entity enb: evolved Node B HSS: Home Subscriber

More information

Overview of GPRS and UMTS

Overview of GPRS and UMTS CHAPTER 1 This chapter briefly introduces the 2.5G General Packet Radio Service (GPRS) and the 3G Universal Mobile Telecommunications System (UMTS) technologies, and their implementation in Cisco Gateway

More information

COPYRIGHTED MATERIAL. Contents. 1 Short Message Service and IP Network Integration 1. 2 Mobility Management for GPRS and UMTS 39

COPYRIGHTED MATERIAL. Contents. 1 Short Message Service and IP Network Integration 1. 2 Mobility Management for GPRS and UMTS 39 Acknowledgments Introduction xv xvii 1 Short Message Service and IP Network Integration 1 1.1 SMS-IP Integration with SM-SC 3 1.1.1 NCTU Short Message System 4 1.1.2 Statistics for SMS Delivery 7 1.2 isms

More information

This chapter describes the support of Non-IP PDN on P-GW and S-GW.

This chapter describes the support of Non-IP PDN on P-GW and S-GW. This chapter describes the support of Non-IP PDN on P-GW and S-GW. Feature Summary and Revision History, page 1 Feature Description, page 2 How It Works, page 2 Configuring Non-IP PDN, page 8 Monitoring

More information

3GPP TS V ( )

3GPP TS V ( ) TS 25.414 V11.0.0 (2012-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; UTRAN Iu interface data transport and transport signalling (Release

More information

THE VEHICLE MONITORING SYSTEM BASED ON GPRS

THE VEHICLE MONITORING SYSTEM BASED ON GPRS THE VEHICLE MONITORING SYSTEM BASED ON GPRS Item Type text; Proceedings Authors Xu, Liu; Qishan, Zhang Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

ETSI TS V4.1.0 ( )

ETSI TS V4.1.0 ( ) TS 125 413 V4.1.0 (2001-06) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu Interface RANAP Signalling (3GPP TS 25.413 version 4.1.0 Release 4) 1 TS 125 413 V4.1.0 (2001-06)

More information

M2M Prototype Demonstration ETSI M2M #12 Philadelphia, PA

M2M Prototype Demonstration ETSI M2M #12 Philadelphia, PA September 16, 2010 M2M Prototype Demonstration ETSI M2M #12 Philadelphia, PA Introduction We will be conducting two independent demonstrations: M2M Gateway and M2M Core Network (referred to here as the

More information

UMTS course. Introduction UMTS principles. UMTS Evolution. UMTS Project

UMTS course. Introduction UMTS principles. UMTS Evolution. UMTS Project UMTS course Introduction UMTS principles Network Architecture WCDMA Basics General Protocols Model Radio Resource Management and ATM transmission UMTS Evolution HSDPA TDD All IP UMTS Project Network Architecture

More information

ETSI TS V4.3.0 ( )

ETSI TS V4.3.0 ( ) TS 125 413 V4.3.0 (2001-12) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu interface RANAP signalling (3GPP TS 25.413 version 4.3.0 Release 4) 1 TS 125 413 V4.3.0 (2001-12)

More information

Communication Systems for the Mobile Information Society

Communication Systems for the Mobile Information Society Communication Systems for the Mobile Information Society Martin Sauter Nortel Networks, Germany John Wiley Si Sons, Ltd Contents Preface List of Figures List of Tables List of Abbreviations xi xiii xix

More information

Path to 5G: A Control Plane Perspective

Path to 5G: A Control Plane Perspective Path to 5G: A Control Plane Perspective Erik Guttman 1 and Irfan Ali 2 1 Chairman of 3GPP TSG-SA, Samsung Electronics, Germany 2 Senior 5G architect at Cisco Systems, USA E-mail: erik.guttman@samsung.com;

More information

ETSI TS V ( )

ETSI TS V ( ) TS 125 413 V3.10.0 (2002-06) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu interface RANAP signalling (3GPP TS 25.413 version 3.10.0 Release 1999) 1 TS 125 413 V3.10.0

More information

3GPP TR V7.0.0 ( )

3GPP TR V7.0.0 ( ) TR 23.919 V7.0.0 (2007-06) Technical Report 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Direct Tunnel Deployment Guideline (Release 7) The present document

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; UTRAN Iu interface RANAP signalling (Release 1999) The present document has been developed

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

A Study on Architecture of CAN over 3GPP Gateway in Vehicle Network

A Study on Architecture of CAN over 3GPP Gateway in Vehicle Network , pp.71-76 http://dx.doi.org/10.14257/astl.205.97.12 A Study on Architecture of CAN over 3GPP Gateway in Vehicle Network Jeong-Hwan Lee 1, Ki Soon Sung 1, Sung-Min Oh 1 and Jaewook Shin 1 1 Wireless Transmission

More information

Small Data over NAS, S11-U and SGi Interfaces

Small Data over NAS, S11-U and SGi Interfaces The MME support for small data transmission over NAS, S11-U and SGi interfaces is described in this chapter. Feature Summary and Revision History, page 1 Feature Description, page 2 How it Works, page

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

RAB Assignment TS25.413v3.6.0 (2001-6) RANAP Protocol

RAB Assignment TS25.413v3.6.0 (2001-6) RANAP Protocol 3GPP TS 25.413 v3.5.0 (2001-3) CR page 1 RAB Assignment TS25.413v3.6.0 (2001-6) RANAP Protocol Jump straight to RAB ASSIGNMENT message 8.2 RAB Assignment 8.2.1 General The purpose of the RAB Assignment

More information

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018

INTRODUCTION TO LTE. ECE MOBILE COMMUNICATION Monday, 25 June 2018 INTRODUCTION TO LTE ECE 2526 - MOBILE COMMUNICATION Monday, 25 June 2018 1 WHAT IS LTE? 1. LTE stands for Long Term Evolution and it was started as a project in 2004 by the Third Generation Partnership

More information

LTE enodeb Demonstrator with Real and Simulated Interfaces

LTE enodeb Demonstrator with Real and Simulated Interfaces LTE enodeb Demonstrator with Real and Simulated Interfaces 1 Titus-Constantin BĂLAN, 2 Florin SANDU, 3 Szilard CSEREY, 4 Virgil CAZACU 13 SIEMENS Program and System Engineering Bd Mihai Kogalniceanu nr.21

More information

IPv6 Transition Technology

IPv6 Transition Technology www.huawei.com Transition Technology HUAWEI TECHNOLOGIES CO., LTD. Address exhaustion has occurred The address exhaustion has arrived. 4.3 billion addresses are not enough to address the humans and their

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.274 V11.13.0 (2014-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Evolved Packet System (EPS); Evolved General Packet Radio

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) TS 36.414 V8.0.0 (2007-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network Evolved Universal Terrestrial Access Network (E-UTRAN); S1 data

More information

ETSI TS V5.2.0 ( )

ETSI TS V5.2.0 ( ) Technical Specification Universal Mobile Telecommunications System (UMTS); Telecommunication management; Charging management; Charging data description for the Packet Switched (PS) domain () 1 Reference

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.060 V9.10.0 (2012-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; General Packet Radio Service (GPRS); GPRS Tunnelling Protocol

More information

Overview of GPRS and UMTS

Overview of GPRS and UMTS CHAPTER 1 This chapter briefly introduces the 2.5G General Packet Radio Service (GPRS) and the 3G Universal Mobile Telecommunications System (UMTS) technologies, and their implementation in Cisco Gateway

More information

Big Picture. ~10 years between generations

Big Picture. ~10 years between generations Big Picture ~10 years between generations 7 Who is Who? Mobile Operators ITU Members ITU GSM, W-CDMA, UMTS IS-95), IS-41, IS- 2000, IS-835 Third Generation Patnership Project (3GPP) CWTS (China) Third

More information

Multimedia Broadcast and Multicast Service

Multimedia Broadcast and Multicast Service This chapter provides information on (MBMS) functionality on GGSN. The product Administration Guides provide examples and procedures for configuration of basic services on the system. It is recommended

More information

3GPP TS V ( )

3GPP TS V ( ) Technical Specification 3 rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1 Application Protocol (S1AP)

More information