Potential new case studies for behavioural types: Switching software systems

Size: px
Start display at page:

Download "Potential new case studies for behavioural types: Switching software systems"

Transcription

1 Potential new case studies for behavioural types: Switching software systems Faculty of Engineering University of Rijeka Croatia

2 Summary Introduction Switching software System requirements Related work on formalisms Concrete protocol examples Cases study: system description Call flows Problems: previous experiences Switching software perspective

3 What is switching software? Switching software in telecommunication network Picture taken from: le:wac_telephone_operators_operate _the_victory_switchboard_during_the _Potsdam_Conference_in_their_head quarters_in..._-_nara_-_ jpg

4 Switching software Telecommunication exchanges are developed more then 50 years Main concepts are space division and time division Numerous formal approaches were developed Still we face with number of failures

5 System requirements System has to provide: Parallel execution of multiple different requirements, for number of users e.g. Systems implementing MSC logic has to cope with more than milion requests in parallel, provide number of different standard protocol interactions high availability for its users If certain malfunction happen the peers has to be timely informed, and all related resources properly released, avoid congestion situations properly dimensioned aviod load response by the required time Real time system, a system with a real-time constraints Interoperable with other vendors equipment Inside logic has to provide external protocol compliance

6 Easy to maintain System requirements System has to provide: system structured into number of logical functions Well defined and separated logical functions Easy to trace system dynamics Easy transformed from objact code back to original code

7 Switching software systems: Programming languages examples PLEX: used in Ericsson AXE telephone exchange Concept of program segments: data encapsulated by set of procedures (modules) that could access data, other modules can not Software is living modular system and basic requirements are flexibility, manageability, ease of modification, ease of handling, etc. CHILL: Used in 1240 ITT telephone exchange Has to support more than telephone calls simultaneously, fully distributed control Concept of finite message machines Predefined set of input messages and each produces a finite set of replies No FMM has direct access to memory of another FMM all communication through messaging FMM may reside on the same or different machines message handler implements routing functionality among the machines for each messages Erlang Reliable system but in presence of errors

8 Switching software systems 1: Application of formal methods to the verification of communication protocols the most commonly used methods for ensuring the correctness of a system are simulation and testing exhaustive for any reasonably complex system is imposible Errors can sometimes occur only for specific execution sequences which are difficult if not impossible to reproduce or debug, making an exhaustive analysis necessary Knowledge that the design logic of a system is correct help us to avoid critical system faults the errors during implementation are less likely to be fundamentall logical errors that are very difficult to understand and solve

9 Switching software systems 2: ITU-T Standardisation, Z series Unified Model ling Languague UML diagrams, Message Sequence Chart MSC Specification and escription Language SL (ITU-T) for the description of communication protocols including concurrent and real-time aspects System is represented as set of blocks and processes, Processes interact asynchronously via signals that are placed into and consumed from queues. The communication structure is given by signal routes that connect individual system components. Used as automatic verification techniques like model checking high-level languages and formalisms particularly made for realtime and communication systems, CHILL

10 Concrete protocol examples Signalling network and protocols in celular telecomunication network

11 Network communication architecture Networks are defined and modeled at different abstraction levels Application Plane Control Plane ata /Resource Plane Network architecture Open Systems Interconnection Model

12 Case study Signalling network in mobile communication network We can consider as high priority data traffic network eveloped according 3GPP standardisation body regulations

13 Evolution of telecommunication network 3rd Generation Partnership Project Standards for cellular telecommunications network technologies

14 Signalling netowrk evolution Phase 1: Introduction of ATM transport and new BICC protocol BSS RANAP MTP3b SAAL ATM BSSAP MTP3 MTP2 ATM MSC Server MGW ATM BICC ISUP MTP3 MTP2 GMSC Server MGW ISUP MTP3 MTP2 ISN, PSTN, PLMN UTRAN

15 Signalling netowrk evolution Phase 2: Sppliting of network architecture- new GCP protocol BSS RANAP MTP3b SAAL ATM BSSAP MTP3 MTP2 MSC Server Poslužitelj ATM BICC MTP3b SAAL ATM GCP MTP3b SAAL ATM ATM GMSC Poslužitelj Server ISUP MTP3 MTP2 ISN, PSTN, PLMN UTRAN MGW MGW

16 BSSAP MTP3 MTP2 BSS UTRAN Signalling netowrk evolution Phase 3: Migration to IP network RANAP BSSAP M3UA SCTP IP LL SGW ATM RANAP MTP3b SAAL ATM MSC Server Poslužitelj MGW BICC ISUP M3UA MTP3 SCTP MTP2 IP LL GCP M3UA SCTP IP LL IP GMSC Poslužitelj Server MGW ISUP MTP3 MTP2 ISUP LL M3UA SCTP IP SGW ISN, PSTN, PLMN

17 Protocol example Interaction between horizontal and vertical protocol RANAP/ATM MSC Poslužitelj ISUP/ GCP/ATM ATM MGW

18 System AXE based MSC node PLEX signals several million lines of code ivided into more then 1000 modules More then 1 million of simultaneous requests Priority levels Resources Real time with time constraints

19 Call set up Server node Internal protocol 1.BICC_IAM 9. BICC_APM 13. BICC_APM BICC 2.Internal msg 3.Internal msg 6.Internal msg 20. Internal msg Transit 2.Internal msg 3.Internal msg 6.Internal msg 20. Internal msg BICC 12. BICC_IAM 15. BICC_APM 21. BICC_COT 22.. BICC_APM 25. BICC_ACM 24.Internal msg 24.Internal msg 23. BICC_ACM 28. BICC_ANM 27.Internal msg 27.Internal msg 26. BICC_ANM Eksternal protokol Internal interface Resource API Eksternal potokol 4. A Re qu est 5. A Re ply 8. N O T I F Y 10. N O TI FY Re ply 14. M O I F Y 17. M O I F Y Re ply 18. N O T I F Y 19. N O T I F Y Re ply Eksternal protokol 7. A Re qu est 11. A Re ply 16. M O I F Y 22. M O I F Y Re ply 23. N O T I F Y 24. N O T I F Y Re ply Gateway node

20 Call flows Example: Session Initiation Protocol _ip_comm/sip/proxies/2-2/administration/guide/ver2_2/eflows.pdf

21 Problems (1) Several levels of abstractions How to define right structure - and secure type safety between internal and extenal intefaces The most critical issues in the maintainance from the aspect How hard is to locate the fault Interactions between system functions and network functions

22 Problems (2) Protocol interactions E.g. Node recovery, congestion control, etc. System internal optimisations aiming to increase the system performances (e.g. ual seizure shortcut in internal communication ) Partially executed system procedures may affect inconsistencies Order of release procedure is important (Control process) System configuration change that may take longer time because of lower priority Shared resources and correct release procedures, relinking of blocks, traffic interference Message multiplication, congestion and time constraints Timers in the system and their interaction (are some timers long enough) Priorities of error cases

23 Switching software perspective Connectivity software, implemented in software switch include call agents, call servers and media gateway controllers Becomes to be increasingly important Internet of Things anything can communicate with anything and anybody M2M interaction Software efined Network software can reconfigure itself at runtime Open Source community - Everybody could contribute to distributed application development Consequences of failure are higher then ever Problems of dynamic restructuring of system design becomes the most important mechanism

3GPP TS V4.3.0 ( )

3GPP TS V4.3.0 ( ) TS 29.205 V4.3.0 (2006-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; Application of Q.1900 series to bearer-independent Circuit Switched (CS)

More information

3GPP TS V8.1.0 ( )

3GPP TS V8.1.0 ( ) TS 29.205 V8.1.0 (2009-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Application of Q.1900 series to bearer independent Circuit

More information

The Next Generation Signaling Transfer Point

The Next Generation Signaling Transfer Point The Next Generation Signaling Transfer Point Overview As the Global network is undergoing immense changes and the Next-Generation IP networks become a reality, it signals an evolution towards using Internet

More information

3GPP TS V4.3.0 ( )

3GPP TS V4.3.0 ( ) TS 29.202 V4.3.0 (2002-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; SS7 Signalling Transport in Core Network; Stage 3 (Release 4) The present

More information

CHAPTER-14 IP TAX PROJECT IN BSNL

CHAPTER-14 IP TAX PROJECT IN BSNL CHAPTER-14 IP TAX PROJECT IN BSNL Page 1 IP TAX IN BSNL IP TAX is the first step towards the Evolution of Current Generation Network to Next generation Network. In other words IP TAX is the replacement

More information

ETSI TS V ( )

ETSI TS V ( ) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); Application of Q.1900 series to bearer independent Circuit Switched (CS) core network architecture; Stage 3 () 1 Reference RTS/TSGC-0429205vf00

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) 3GPP TS 48.001 V8.0.0 (2008-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group GSM EDGE Radio Access Network; Base Station System - Mobile-services Switching

More information

The Evolution and Future of Mobile Communication Systems. Written by David G Ainscough Copyright 2001 D.G.Ainscough

The Evolution and Future of Mobile Communication Systems. Written by David G Ainscough Copyright 2001 D.G.Ainscough The Evolution and Future of Mobile Communication Systems Written by David G Ainscough Copyright 2001 D.G.Ainscough Chapter 5 : UMTS (Universal Mobile Telecommunication System)...3 5.1 UMTS Introduction...5

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification TS 148 001 V9.0.0 (2010-02) Technical Specification Digital cellular telecommunications system (Phase 2+); Base Station System - Mobile-services Switching Centre (BSS - MSC) interface; General aspects

More information

3GPP TS V8.1.0 ( )

3GPP TS V8.1.0 ( ) TS 29.164 V8.1.0 (2009-05) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Interworking between the CS Domain with BICC or ISUP as

More information

TS V3.1.0 ( )

TS V3.1.0 ( ) Technical Specification 3 rd Generation Partnership Project (); Technical Specification Group (TSG) RAN; UTRAN Iu Interface Signalling Transport The present document has been developed within the 3 rd

More information

ISC Reference Architecture Functional Planes

ISC Reference Architecture Functional Planes ISC Reference Architecture Functional Planes v1.0, Jan 2002 Management Plane Service/Application Plane Application/Feature Servers (SCP, Service Logic), Server IN/AIN Open APIs (Parlay, Jain, CAMEL, SIP,

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification TS 125 412 V9.0.0 (2010-01) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu interface signalling transport (3GPP TS 25.412 version 9.0.0 Release 9) 1 TS 125 412 V9.0.0

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

3GPP TS V6.1.0 ( )

3GPP TS V6.1.0 ( ) TS 29.414 V6.1.0 (2006-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; Core network Nb data transport and transport signalling (Release 6) GLOBAL

More information

3GPP TS V9.0.0 ( )

3GPP TS V9.0.0 ( ) TS 25.412 V9.0.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; UTRAN Iu interface signalling transport (Release 9) The present

More information

3GPP TS V7.0.0 ( )

3GPP TS V7.0.0 ( ) TS 29.414 V7.0.0 (2005-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Core network Nb data transport and transport signalling

More information

Signaling System 7 (SS7) By : Ali Mustafa

Signaling System 7 (SS7) By : Ali Mustafa Signaling System 7 (SS7) By : Ali Mustafa Contents Types of Signaling SS7 Signaling SS7 Protocol Architecture SS7 Network Architecture Basic Call Setup SS7 Applications SS7/IP Inter-working VoIP Network

More information

E1-E2 UPGRADATION COURSE CONSUMER MOBILITY. 3G Concept

E1-E2 UPGRADATION COURSE CONSUMER MOBILITY. 3G Concept E1-E2 UPGRADATION COURSE CONSUMER MOBILITY 3G Concept Page 1 CHAPTER-TWO 3 G CONCEPT UMTS and the information society Rapid advancements in Information and Communications Technology (ICT) have already

More information

JP 3GA (R99) UTRAN Iu Interface Signalling Transport

JP 3GA (R99) UTRAN Iu Interface Signalling Transport JP 3GA 25.412(R99) UTRAN Iu Interface Signalling Transport Versio n 3 May 14, 2 001 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE JP-3GA-25.412(R99) UTRAN Iu Interface Signalling Transport Remarks 1.Application

More information

3G TS V3.2.0 ( )

3G TS V3.2.0 ( ) 3G TS 25.414 V3.2.0 (2000-01) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; UTRAN Iu Interface Data Transport and Transport Signalling

More information

ETSI TS V8.0.0 ( ) Technical Specification

ETSI TS V8.0.0 ( ) Technical Specification TS 129 415 V8.0.0 (2009-01) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Core network Nb interface user plane protocols (3GPP TS 29.415 version 8.0.0 Release 8) 1 TS

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 164 V14.0.0 (2017-04) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); Interworking between the 3GPP CS domain

More information

ETSI TS V3.2.0 ( )

ETSI TS V3.2.0 ( ) ETSI TS 125 412 V3.2.0 (2000-01) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu Interface Signalling Transport (3G TS 25.412 version 3.2.0 ) (3G TS 25.412 version 3.2.0

More information

NICC ND1026 V1.2.1 ( )

NICC ND1026 V1.2.1 ( ) NICC NGN; MTP3 over IP Interconnect between PLMNs using M2PA Protocol Michael Faraday House, Six Hills Way, Stevenage SG1 2AY Tel.: +44(0) 20 7036 3636 Registered in England and Wales under number 6613589

More information

ETSI TS V3.6.0 ( )

ETSI TS V3.6.0 ( ) TS 125 414 V3.6.0 (2000-12) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iu Inteface Data Transport and Transport Signalling (3GPP TS 25.414 version 3.6.0 Release 1999)

More information

Challenges of Global Roaming

Challenges of Global Roaming Challenges of Global Roaming Syed S. Husain WP1/SSG Chair Motorola, USA Systems Rio de Janeiro, Brazil 1 Outline Global roaming - Definition & Requirements Technical Areas of Concern Ongoing Standards

More information

1 Introduction and Overview

1 Introduction and Overview 1 Introduction and Overview 1.1 On the Interest in SS 7 Network Security and Reliability Our modern industrial society requires high-performance communication systems which may be adapted very quickly

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

VCL-NetProbe Product Brochure & Data Sheet

VCL-NetProbe Product Brochure & Data Sheet Product Brochure & Data Sheet Spectrum Communications E-mail: sales@spectrummea.com Website: http://www.spectrummea.com Index INDEX S.No. Particulars Pg.No. 1. Introduction 3 2. Features 4 3. Application

More information

NICC ND 1119 V ( )

NICC ND 1119 V ( ) Document UK Interconnect: Use of Signalling for Packet-Based PSTN/ISDN Network Interoperability Consultative Committee, Ofcom, 2a Southwark Bridge Road, London, SE1 9HA. 2 2008 Ofcom copyright NOTICE OF

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.415 V11.0.0 (2012-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Core Network Nb Interface User Plane Protocols (Release

More information

PragmaDev. change request. Emmanuel Gaudin. PragmaDev ITU-T SG17 change request Grimstad June 24,

PragmaDev. change request. Emmanuel Gaudin. PragmaDev ITU-T SG17 change request Grimstad June 24, PragmaDev change request Emmanuel Gaudin emmanuel.gaudin@pragmadev.com Languages Table of contents PragmaDev introduction Languages SDL-RT Tool support Market tendancy Change requests Presentation PragmaDev

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

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

3GPP TS V3.6.0 ( )

3GPP TS V3.6.0 ( ) TS 25.426 V3.6.0 (2001-03) Technical Specification 3rd Generation Partnership Project (); Technical Specification Group Radio Access Network; UTRAN Iur and Iub Interface Data Transport & Transport Signalling

More information

3GPP TS V ( )

3GPP TS V ( ) TS 26.202 V10.0.0 (2011-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Speech codec speech processing functions; Adaptive Multi-Rate

More information

Request for Comments: 3094 Category: Informational J. Keller Tekelec April 2001

Request for Comments: 3094 Category: Informational J. Keller Tekelec April 2001 Network Working Group Request for Comments: 3094 Category: Informational D. Sprague R. Benedyk D. Brendes J. Keller Tekelec April 2001 Status of this Memo Tekelec s Transport Adapter Layer Interface This

More information

Mobile Softswitch Solution (MSS) R6.1 Training Programs. Catalog of Course Descriptions

Mobile Softswitch Solution (MSS) R6.1 Training Programs. Catalog of Course Descriptions Mobile Softswitch Solution (MSS) R6.1 Training Programs Catalog of Course Descriptions Page 2 Catalog of Course Descriptions INTRODUCTION...5 AXE EMERGENCY HANDLING...6 MSS VOIP INTERWORKING...9 SIGNALING

More information

Why we need a single. SIP <--> ISUP Release. Cause mapping FORUM. 3GPP CT3 Chairman. Dr. Ragnar Huslende. presented by. May 26, 2011.

Why we need a single. SIP <--> ISUP Release. Cause mapping FORUM. 3GPP CT3 Chairman. Dr. Ragnar Huslende. presented by. May 26, 2011. i3 FORUM www.i3forum.org Why we need a single SIP ISUP Release Cause mapping presented by Dr. Ragnar Huslende Ericsson 3GPP CT3 Chairman May 26, 2011 Agenda Why is an unambiguous SIP ISUP mapping

More information

ETSI TS V5.3.0 ( )

ETSI TS V5.3.0 ( ) TS 123 205 V5.3.0 (2002-09) Technical Specification Universal Mobile Telecommunications System (UMTS); Bearer-independent circuit-switched core network; Stage 2 (3GPP TS 23.205 version 5.3.0 Release 5)

More information

3GPP TS V7.1.0 ( )

3GPP TS V7.1.0 ( ) TS 25.426 V7.1.0 (2006-06) Technical Specification 3 rd Generation Partnership Project (); Technical Specification Group Radio Access Network; UTRAN Iur and Iub interface data transport & transport signalling

More information

ETSI TS V3.3.0 ( )

ETSI TS V3.3.0 ( ) TS 123 009 V3.3.0 (2000-06) Technical Specification Universal Mobile Telecommunications System (UMTS); procedures (3G TS 23.009 version 3.3.0 1999) 3G TS 23.009 version 3.3.0 1999 1 TS 123 009 V3.3.0 (2000-06)

More information

VoIP Core Technologies. Aarti Iyengar Apricot 2004

VoIP Core Technologies. Aarti Iyengar Apricot 2004 VoIP Core Technologies Aarti Iyengar Apricot 2004 Copyright 2004 Table Of Contents What is Internet Telephony or Voice over IP? VoIP Network Paradigms Key VoIP Protocols Call Control and Signaling protocols

More information

Technical White Paper

Technical White Paper Technical White Paper GENESYS SOLUTIONS FOR NEXT-GENERATION NETWORKS Introduction Telecommunications companies globally are transforming their businesses and their networks by replacing legacy digital

More information

3GPP TS V ( )

3GPP TS V ( ) TS 29.202 V10.1.0 (2011-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Signalling System No. 7 (SS7) signalling transport in core

More information

Final draft ETSI EG V1.1.1 ( )

Final draft ETSI EG V1.1.1 ( ) Final draft EG 202 360 V1.1.1 (2004-10) Guide Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN); Architectural scenarios and applicability for different

More information

Customer Training Catalog Course Descriptions Mobile Softswitch(GSM/UMTS)

Customer Training Catalog Course Descriptions Mobile Softswitch(GSM/UMTS) Customer Training Catalog Course Descriptions Customer Training Catalog Course Descriptions Mobile Softswitch(GSM/UMTS) HUAWEI Learning Service 2014 COMMERCIAL IN CONFIDENCE 1 CONTENTS Customer Training

More information

3GPP TR V7.0.0 ( )

3GPP TR V7.0.0 ( ) TR 29801 V700 (2007-06) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Feasibility study of using M2PA in networks (Release 7) The present

More information

Customer Training Catalog Training Programs Mobile Softswitch(GSM/UMTS)

Customer Training Catalog Training Programs Mobile Softswitch(GSM/UMTS) Customer Training Catalog Training Programs Customer Training Catalog Training Programs Mobile Softswitch(GSM/UMTS) HUAWEI Learning Service 2014 COMMERCIAL IN CONFIDENCE 1 CONTENTS Customer Training Catalog

More information

ETSI TS V3.2.0 ( )

ETSI TS V3.2.0 ( ) ETSI TS 125 422 V3.2.0 (2000-01) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iur Interface Signalling Transport ( 1999) ( 1999) 1 ETSI TS 125 422 V3.2.0 (2000-01) Reference

More information

ETSI TS V ( )

ETSI TS V ( ) TS 123 009 V3.14.0 (2003-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); procedures (3GPP TS 23.009 version 3.14.0

More information

3GPP TS V9.0.0 ( )

3GPP TS V9.0.0 ( ) TS 25.426 V9.0.0 (2009-12) Technical Specification 3 rd Generation Partnership Project (); Technical Specification Group Radio Access Network; UTRAN Iur and Iub interface data transport & transport signalling

More information

IP-Telephony Introduction

IP-Telephony Introduction IP-Telephony Introduction Bernard Hammer Siemens AG, Munich Siemens AG 2001 1 Presentation Outline Why Internet Telephony Expectations Future Scenario Protocols & System Architectures Protocols Standardistion

More information

TS-3GA (Rel4)v4.7.0 UTRAN Iu interface data transport and transport signalling

TS-3GA (Rel4)v4.7.0 UTRAN Iu interface data transport and transport signalling TS-3GA-25.414(Rel4)v4.7.0 UTRAN Iu interface data transport and transport signalling Feb 27,2004 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE TS-3GA-25.414(Rel4)v4.7.0 UTRAN Iu interface data transport and

More information

ITU-APT Workshop on NGN Planning March 2007, Bangkok, Thailand

ITU-APT Workshop on NGN Planning March 2007, Bangkok, Thailand ITU-APT Workshop on NGN Planning 16 17 March 2007, Bangkok, Thailand 1/2 Riccardo Passerini, ITU-BDT 1 Question 19-1/2: Strategy for migration from existing to next-generation networks (NGN) for developing

More information

SS7oIP and SigTran Training

SS7oIP and SigTran Training SS7oIP and SigTran Training OVERVIEW This course provides the student with knowledge of SS7oIP architectures as well as a background in next generation telephony architectures. The focus of the course

More information

Erlang. Joe Armstrong.

Erlang. Joe Armstrong. Erlang Joe Armstrong joe.armstrong@ericsson.com 1 Who is Joe? Inventor of Erlang, UBF, Open Floppy Grid Chief designer of OTP Founder of the company Bluetail Currently Software Architect Ericsson Current

More information

IMS The IP Multimedia Subsystem

IMS The IP Multimedia Subsystem Content Forschungszentrum Telekommunikation Wien IMS The IP Multimedia Subsystem! IMS Basics! Standardization! IMS Components and Interfaces! IMS Services! Conclusion Part 1: Peter Eichinger, Joachim Fabini

More information

ND1119:2006/06 (TSG/INFO/019) UK INTERCONNECT USE OF SIGNALLING FOR PACKET-BASED PSTN/ISDN

ND1119:2006/06 (TSG/INFO/019) UK INTERCONNECT USE OF SIGNALLING FOR PACKET-BASED PSTN/ISDN NICC Document ND1119:2006/06 ND1119:2006/06 (TSG/INFO/019) UK INTERCONNECT USE OF SIGNALLING FOR PACKET-BASED PSTN/ISDN Network Interoperability Consultative Committee, Ofcom, 2a Southwark Bridge Road,

More information

Gateway Mobile Switching Center

Gateway Mobile Switching Center Overview Modulo s Gateway MSC (GMSC) for MVNOs is a powerful enabler intended for fast and easy interconnection between the host network mobile switching center and neighboring networks. Our GMSC product

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

ITU-T Kaleidoscope Conference Innovations in NGN. VCC Service: Standardization of Integration between CS domain and IMS

ITU-T Kaleidoscope Conference Innovations in NGN. VCC Service: Standardization of Integration between CS domain and IMS ITU-T Kaleidoscope Conference Innovations in NGN VCC Service: Standardization of Integration between CS domain and IMS Rodrigo Bellotto Campacci Universidade de São Paulo Portugal Telecom Inovação Brasil

More information

NGN Signalling: SIGTRAN, SIP, H.323 Training

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

More information

ETSI TS V5.1.0 ( )

ETSI TS V5.1.0 ( ) TS 123 009 V5.1.0 (2002-06) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); procedures (3GPP TS 23.009 version 5.1.0 5)

More information

Interworking Switched Circuit and Voice-over IP Networks Tutorial

Interworking Switched Circuit and Voice-over IP Networks Tutorial Interworking Switched Circuit and Voice-over IP Networks Tutorial Definition The term operations support systems (OSSs) generally refers to the systems that perform management, inventory, engineering,

More information

ETSI TS V ( )

ETSI TS V ( ) TS 129 202 V14.0.0 (2017-04) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); Signalling System No. 7 (SS7) signalling transport in core network; Stage 3 (3GPP TS 29.202 version

More information

ETSI TS V8.1.1 ( ) Technical Specification

ETSI TS V8.1.1 ( ) Technical Specification TS 129 202 V8.1.1 (2009-01) Technical Specification Universal Mobile Telecommunications System (UMTS); Signalling System No. 7 (SS7) signalling transport in core network; Stage 3 (3GPP TS 29.202 version

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 123 205 V5.16.0 (2008-04) Technical Specification Universal Mobile Telecommunications System (UMTS); Bearer-independent circuit-switched core network; Stage 2 (3GPP TS 23.205 version 5.16.0 Release

More information

3GPP TR V7.0.0 ( )

3GPP TR V7.0.0 ( ) TR 29.802 V7.0.0 (2007-06) Technical Report 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; (G)MSC-S (G)MSC-S Nc Interface based on the SIP-I protocol; (Release

More information

3GPP TR V8.0.0 ( )

3GPP TR V8.0.0 ( ) Technical Report 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Priority service guide; () The present document has been developed within the 3 rd Generation

More information

Engr. Joseph Ronald Canedo's Notes

Engr. Joseph Ronald Canedo's Notes 1 Open Systems Interconnection Model 2 Outline Overview The OSI Reference Model The OSI Model Layers and Functions Encapsulation and De-capsulation Peer-to-Peer Communication Network Protocols Summary

More information

1. Introduction to Model Checking

1. Introduction to Model Checking CSE6009 Model Checking 1. Introduction to Model Checking Scott Uk-Jin Lee Department of Computer Science and Engineering Hanyang University ERICA Campus 2 nd Semester 2015 System Correctness Correctness

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); procedures () GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS R 1 Reference RTS/TSGN-0123009v530

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

Customer Training Catalog Training Programs Mobile Softswitch(GSM/UMTS)

Customer Training Catalog Training Programs Mobile Softswitch(GSM/UMTS) Customer Training Catalog Training Programs Customer Training Catalog Training Programs Mobile Softswitch(GSM/UMTS) HUAWEI Learning Service 2015 COMMERCIAL IN CONFIDENCE 1 CONTENTS Customer Training Catalog

More information

Trillium 3G Wireless Software

Trillium 3G Wireless Software White Paper Feburary 2010 Trillium 3G Wireless Software By Ravi Raj Bhat, Vice President of Engineering This white paper presents an overview of technology trends in the wireless market, a historical overview

More information

ETSI TS V9.0.0 ( ) Technical Specification

ETSI TS V9.0.0 ( ) Technical Specification TS 129 231 V9.0.0 (2010-02) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); Application of SIP-I Protocols to Circuit Switched

More information

Chapter 2 The 3G Mobile Communications

Chapter 2 The 3G Mobile Communications Chapter 2 The 3G Mobile Communications 2.1 The Vision for Third Generation (3G) Mobile Communication Systems: The vision for the emerging mobile and personal communication services for the new century

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 TR V ( )

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

More information

The experience of NGN technical means testing at the Model network. Dmitry Tarasov Rapporteur of Q.8 WP3/11 ITU-T

The experience of NGN technical means testing at the Model network. Dmitry Tarasov Rapporteur of Q.8 WP3/11 ITU-T International Telecommunication Union Ministry of information technologies and communications of the Russian Federation Central Research Telecommunication Institute of the Russian Federation The experience

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

ITU-T Q (10/2003) IP connection control signalling protocol Capability Set 1

ITU-T Q (10/2003) IP connection control signalling protocol Capability Set 1 INTERNATIONAL TELECOMMUNICATION UNION ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Q.2631.1 (10/2003) SERIES Q: SWITCHING AND SIGNALLING Broadband ISDN Common aspects of B-ISDN application protocols

More information

ETSI TS V9.2.0 ( )

ETSI TS V9.2.0 ( ) TS 132 407 V9.2.0 (2012-01) Technical Specification Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management; Performance

More information

ETSI TS V ( )

ETSI TS V ( ) TS 125 432 V11.0.0 (2012-10) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iub interface: signalling transport (3GPP TS 25.432 version 11.0.0 Release 11) 1 TS 125 432

More information

ETSI TS V8.0.0 ( ) Technical Specification

ETSI TS V8.0.0 ( ) Technical Specification TS 125 432 V8.0.0 (2009-01) Technical Specification Universal Mobile Telecommunications System (UMTS); UTRAN Iub interface: signalling transport (3GPP TS 25.432 version 8.0.0 Release 8) 1 TS 125 432 V8.0.0

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

Dialogic DSI Signaling Interface Unit Based on Dialogic DSI SS7G3x Signaling Servers

Dialogic DSI Signaling Interface Unit Based on Dialogic DSI SS7G3x Signaling Servers The Dialogic DSI Signaling Interface Unit (DSI SIU) is based on the Dialogic DSI SS7G31 Signaling Server or Dialogic DSI SS7G32 Signaling Server, which are known collectively as the Dialogic DSI SS7G3x

More information

Traffic Link Redundancy

Traffic Link Redundancy Traffic Link Redundancy 80% of the traffic saved if one link goes down 2 separated routes 3 separated routes eg 10E per link then: 80*(10+10)=16E 80*(10+10+10)/2=16E The redundancy factor becomes 1.6 and

More information

Performance Evaluation of the Stream Control Transmission Protocol

Performance Evaluation of the Stream Control Transmission Protocol Performance Evaluation of the Stream Control Transmission Protocol Andreas Jungmaier, University of Essen, Institute of Computer Networking Technology, Germany Michael Schopp, Michael Tüxen, Siemens AG,

More information

Advanced Mobile Technology Certification

Advanced Mobile Technology Certification Advanced Mobile Technology Certification ETSI GSM today is the most widely deployed wireless network worldwide. This second generation mobile standard has revolutionized wireless industry since its inception.

More information

4G: Convergence, Openness for Excellence and Opportunity Cisco Systems, Inc

4G: Convergence, Openness for Excellence and Opportunity Cisco Systems, Inc 4G: Convergence, Openness for Excellence and Opportunity, Inc 1 4G Not Just for Mobility This next generation of mobility networks will have over the air throughput speeds that will approach those of wireless

More information

3GPP TS V9.0.1 ( )

3GPP TS V9.0.1 ( ) TS 29.232 V9.0.1 (2010-04) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Media Gateway Controller (MGC) - Media Gateway (MGW) interface;

More information

ETSI TS V ( )

ETSI TS V ( ) TS 128 734 V14.0.0 (2017-04) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management; Signalling Transport Network (STN) interface Network Resource

More information

)454 1 ).42/$5#4)/. 4/ ##)44 3)'.!,,).' 3934%-.O 30%#)&)#!4)/.3 /& 3)'.!,,).' 3934%-.O. )454 Recommendation 1 INTERNATIONAL TELECOMMUNICATION UNION

)454 1 ).42/$5#4)/. 4/ ##)44 3)'.!,,).' 3934%-.O 30%#)&)#!4)/.3 /& 3)'.!,,).' 3934%-.O. )454 Recommendation 1 INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION )454 1 TELECOMMUNICATION (03/93) STANDARDIZATION SECTOR OF ITU 30%#)&)#!4)/.3 /& 3)'.!,,).' 3934%-.O ).42/$5#4)/. 4/ ##)44 3)'.!,,).' 3934%-.O )454 Recommendation

More information

The Future Wireless Internet

The Future Wireless Internet The Future Wireless Internet Presented by Bosco Eduardo Fernandes V.President Siemens Ag,, UMTSF Chair ICTG, IPv6 SUMMIT 1 OUTLINE INTRODUCTION CELLULAR & INTERNET IP MULTIMEDIA SUBSYSTEM SUMMARY IPv6

More information

Cisco Unified Presence 8.0

Cisco Unified Presence 8.0 Cisco Unified Presence 8.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

More information

3G Mobile UMTS. Raghavendra J 1, Anji Reddy Y 2, Deepak Kumar R 2, Ravi T 3

3G Mobile UMTS. Raghavendra J 1, Anji Reddy Y 2, Deepak Kumar R 2, Ravi T 3 International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 3G Mobile UMTS Raghavendra J 1, Anji Reddy Y 2, Deepak Kumar R 2, Ravi T 3 1,2 Final Year B.Tech, Dept.

More information

E2-E3: CONSUMER MOBILITY. CHAPTER-5 CDMA x OVERVIEW (Date of Creation: )

E2-E3: CONSUMER MOBILITY. CHAPTER-5 CDMA x OVERVIEW (Date of Creation: ) E2-E3: CONSUMER MOBILITY CHAPTER-5 CDMA 2000 1x OVERVIEW (Date of Creation: 01-04.2011) Page: 1 CDMA 2000 1X Overview Introduction CDMA (code division multiple access) is a mobile digital radio technology

More information