osmo-gmr: Intro to receiving GMR-1 satphones

Size: px
Start display at page:

Download "osmo-gmr: Intro to receiving GMR-1 satphones"

Transcription

1 CyberSpectrum, September, 2016

2 Introduction

3 Outline 1 Introduction 2 GMR-1 3 GMR-1 Reception 4 Final words

4 About the speaker Linux and free software geek since 1999 M.Sc. in C.S. + some E.E. General orientation towards low level Embedded, Kernel, Drivers and such Hardware (Digital stuff, FPGA or RF) Interest in various telecom and SDR projects for several years Osmocom projects (OpenBSC, Osmocom-BB,...) Gnuradio stuff (fosphor, gr-iqbal, #528,...) In my spare time

5 What is GMR? GEO-Mobile Radio Interface (GEO stands for Geostationary Earth Orbit) ETSI standard for satellite phones Heavily based on GSM Multiple standards : GMR-1 (ETSI TS ) GMR-1 (the one described in this talk) GmPRS GMR-1 3G GMR-2 (ETSI TS )

6 Deployment GMR-1 Thuraya Thuraya 2 (44E) and Thuraya 3 (98.5E) Main focus of our attention so far MexSat New! Visible from the US Potential others : EchoStar Mobile, SkyTerra, TerreStar, ICO (Inmarsat R-BGAN) GMR-2 Inmarsat IsatPhone ACes

7 Comparison to GSM Features New names BTS GTS, BSC GSC, BSS GSS,... MS MES(-MS) New Specialized features Terminal-to-Terminal calls High Penetration Alerting (HPA) Tight links to GPS Almanac and Ephemeris sent by the satellite Position reported in RACH (Channel Request) New speech codec: AMBE New cipher

8 Comparison to GSM Protocol Stack Layer 0/1: Completely different Different bursts and TDMA multiplex / multi-frame Different modulation More channels types Layer 2: LAPSat vs LAPDm Both simplified version of LAPD Shorter header k=16 window size for outstanding unacknowledged segments Layer 3: RR different MM/CM common Same core network Packet Data: RLC/MAC different LLC and above common/shared

9 GMR-1

10 Physical layer Frequencies Spot beam coverage L-band Downlink: 1525 to 1560 MHz Uplink: to MHz Divided in 1087 ARFCN (channel pairs) of khz LHCP (Thuraya / MexSat) S-band Downlink: 2170 to 2200 MHz Uplink: 1980 to 2020 MHz 960 / 1280 carriers of khz used independently in DL/UL Feeder Links C-band (DL: to GHz / UL: to GHz) Ku-band (12 to 18 GHz) No specifications

11 Physical layer TDMA Fully synchronous Base symbol rate: 23.4k Bursts occupy several consecutive timeslots (2, 3, 6, 9)

12 Physical layer FCCH: X marks the spot (beam) Dual Chirp waveform over 3 timeslots Synchronization steps 1 Rough position by correlating with reference dual chirp 2 FFT peak of window multiplied by reference up-chirp f 1 3 FFT peak of window multiplied by reference down-chirp f 2 4 Derive time alignement error from f 1 f 2 5 Derive frequency error from f 1 + f 2 Two variants: FCCH: GMR-1 FCCH3: GMR1 3G

13 Physical layer Normal Bursts π/4-cqpsk BCCH, DC2, DC6, NT3, NT6, NT9, RACH π/4-cbpsk DC12 (GMR-1 3G) π/4-cbpsk FACCH3 and SDCCH

14 Physical layer Other Bursts Other modulations used 6-PSK for BACH (HPA) π/4-dbpsk for DKAB GmPRS and GMR-1 3G packet channels (PNB): New modulations: π/2-cbpsk, 16-APSK, 32-APSK New symbol rates: 1x, 2x, 4x, 5x 6-PSK π/2-cbpsk 16-APSK 32-APSK

15 Physical layer What it looks like

16 GMR-1 Reception

17 Reception Antenna Lots of options Requirements: Centered around 1.54 GHz Preferably directional (good gain) LHCP for Thuraya & MexSat Tested so far: Offset Dish Helical Antenna Biquad Patch

18 Reception Filter / LNA Both optional But can help a lot Low Noise Amplifier: Helps with fainter beams LNA-23-BP from dg0ve, modified GPS LNA, LNA4ALL,... Filter: Prevents out-of-band signals from saturating reception chain Custom made L-band cavity filter SAW filter from phone

19 Reception Capture hardware Off-the-air capture tool using gr-osmosdr Supports many radio hardware USRP, BladeRF, HackRF, rtl-sdr,... Requirements: Higher bandwidth is better Narrow channels (32 khz) but need to hop around for traffic channels Tuning to the appropriate frequency range Can be an issue for some R820T tuner based radios GNURadio support Although you could use FIFO with file source too or do your own channelization

20 Osmocom GMR Architecture FIFO SDR Channelization FIFO... Packet Demodulation Decoding gsmtap Wireshark FIFO gmr1_rx_lband.py gmr1_rx_live

21 Osmocom GMR Acquisition / Channelization utils/gmr1 rx lband.py Based on GNURadio Simultaneous synchronized captures of several ARFCN Channelizing and resampling Topology selected based on # of ARFCNs Freq-xlating FIR filters PFB File output Use mkfifo to feed live

22 Osmocom GMR Packet demodulation & decoding Use sylvain/live or sylvain/gmr-1-3g branches Will be merged in master at some point But I still do git push -f to it ATM Contains a whole library of primitives Burst DSP: libosmo-dsp GMR-1 sync & modem: src/sdr/* GMR-1 channel coding: src/l1/* GMR-1 codec: src/codec/* And demo apps: gmr1 rx / gmr1 rx live gmr1 ambe decode

23 Osmocom GMR Packet parsing wireshark FTW! GSMTap extended with GMR-1 support Current state: LAPSat dissection: complete BCCH dissection: partial (CSN-1 is annoying) CCCH dissection: All messages seen so far RR dissection: All messages seen so far CM/MM forwarded to GSM dissector Some unknown / undocumented messages

24 A word about C-band...

25 Final words

26 Resources OsmocomGMR: Specs GMR1 Specs: GSM Specs: 28C3 talk: Introducing Osmo-GMR Intro talk C3 talk: osmo-gmr: What s up with sat-phones? Details about voice codec and crypto break osmo-gmr_what_s_up_with_sat-phones_-_sylvain_munaut

27 Thanks Dimitri horizon Stolnikov trango satcom Nate mybit Temple

Abusing Calypso phones

Abusing Calypso phones PHDays, May 30/31, 2012 About the speaker Linux and free software geek since 1999 M.Sc. in C.S. + some E.E. General orientation towards low level Embedded, Kernel, Drivers and such. Hardware (Digital stuff,

More information

Evaluating GSM A5/1 security on hopping channels

Evaluating GSM A5/1 security on hopping channels Evaluating GSM A5/1 security on hopping channels Bogdan Diaconescu v1.0 This paper is a practical approach on evaluating A5/1 stream cipher on a GSM hopping network air interface called Um. The end goal

More information

GSM Hacking. Wireless Mobile Phone Communication 30 th January 2014 UNRESTRICTED EXTERNAL

GSM Hacking. Wireless Mobile Phone Communication 30 th January 2014 UNRESTRICTED EXTERNAL GSM Hacking Wireless Mobile Phone Communication 30 th January 2014 Labs.mwrinfosecurity.com MWR Labs 1 Labs.mwrinfosecurity.com MWR Labs Introduction to GSM June 2008 2.9 BILLION subscribers use GSM. Replaced

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

Lecture overview. Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE

Lecture overview. Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE Lecture overview Modifications and derivatives of GSM Data transmission in GSM: HSCSD GPRS part one EDGE Modifications and derivatives of GSM Introduction of half-rate speech coding (BR 6.5 kb/s) Two users

More information

ETSI TS V3.2.1 ( ) Technical Specification

ETSI TS V3.2.1 ( ) Technical Specification TS 101 376-5-7 V3.2.1 (2011-02) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3); Third Generation Satellite Packet Radio Service; Part 5: Radio interface physical layer specifications;

More information

ETSI TS V2.1.1 ( )

ETSI TS V2.1.1 ( ) TS 101 376-4-12 V2.1.1 (2003-03) Technical Specification GEO-Mobile Radio Interface Specifications (Release 2); General Packet Radio Service; Part 4: Radio interface protocol specifications; Sub-part 12:

More information

GSM System Overview. Ph.D. Phone Lin.

GSM System Overview. Ph.D. Phone Lin. GSM System Overview Phone Lin Ph.D. Email: plin@csie.ntu.edu.tw 1 Outlines Introduction GSM Architecture Location Tracking and Call Setup Security GSM Data Services Unstructured Supplementary Service Data

More information

Internal. GSM Fundamentals.

Internal. GSM Fundamentals. Internal GSM Fundamentals www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Chapter 1 GSM System Overview Chapter 2 GSM Network Structure Chapter 3 Service Area and Number Planning Chapter

More information

ETSI TS V2.3.1 ( ) Technical Specification

ETSI TS V2.3.1 ( ) Technical Specification TS 101 376-4-12 V2.3.1 (2008-07) Technical Specification GEO-Mobile Radio Interface Specifications (Release 2); General Packet Radio Service; Part 4: Radio interface protocol specifications; Sub-part 12:

More information

ETSI TS V3.3.1 ( )

ETSI TS V3.3.1 ( ) TS 101 376-4-8 V3.3.1 (2012-12) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3); Third Generation Satellite Packet Radio Service; Part 4: Radio interface protocol specifications;

More information

ReDECTed Building an SDR based DECT sniffer. May 27 th, 2015 HITB HAXPO Marc Newlin

ReDECTed Building an SDR based DECT sniffer. May 27 th, 2015 HITB HAXPO Marc Newlin ReDECTed Building an SDR based DECT sniffer May 27 th, 2015 HITB HAXPO Marc Newlin What is a DECT sniffer? DECT is the ubiquitous wireless protocol used by cordless phones A DECT sniffer uses an SDR to

More information

High Performance Ka-Band Networks

High Performance Ka-Band Networks Networks Without Barriers High Performance Ka-Band Networks STM Norway AS June, 2008 www.stmi.com Multi-Beam Ka Band Networks Key Challenges Bandwidth Efficiency Beyond current DVB-RCS specs for addressing

More information

Considerations for SDR Implementations in Commercial Radio Networks

Considerations for SDR Implementations in Commercial Radio Networks Considerations for SDR Implementations in Commercial Radio Networks Hans-Otto Scheck Nokia Networks P.O.Box 301 FIN-00045 Nokia Group hans-otto.scheck@nokia.com ETSI Software Defined Radio (SDR) / Cognitive

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

ETSI TS V3.3.1 ( )

ETSI TS V3.3.1 ( ) TS 101 376-3-10 V3.3.1 (2012-12) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3); Third Generation Satellite Packet Radio Service; Part 3: Network specifications; Sub-part

More information

ETSI TS V2.2.1 ( )

ETSI TS V2.2.1 ( ) Technical Specification GEO-Mobile Radio Interface Specifications (Release 2) General Packet Radio Service; Part 3: Network specifications; Sub-part 10: Functions related to Mobile Earth Station (MES)

More information

D-STAR Review & Final Exam

D-STAR Review & Final Exam Page 1 of 8 D-STAR Review & Final Exam Summary This lesson consists of a selection of items from the review sections of Lessons #1 - #9. The Final Exam consists of twenty questions selected from the individual

More information

ETSI TS V3.3.1 ( )

ETSI TS V3.3.1 ( ) TS 101 376-4-12 V3.3.1 (2012-12) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3); Third Generation Satellite Packet Radio Service; Part 4: Radio interface protocol specifications;

More information

ETSI TS V3.1.1 ( ) Technical Specification

ETSI TS V3.1.1 ( ) Technical Specification TS 376-5-3 V3.. (29-7) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3) Third Generation Satellite Packet Radio Service; Part 5: Radio interface physical layer specifications;

More information

ETSI TS V1.3.1 ( )

ETSI TS V1.3.1 ( ) TS 101 376-4-8 V1.3.1 (2005-02) Technical Specification GEO-Mobile Radio Interface Specifications (Release 1); Part 4: Radio interface protocol specifications; Sub-part 8: Mobile Radio Interface Layer

More information

GROUND MONITORING USING SATELLITE COMMUNICATIONS

GROUND MONITORING USING SATELLITE COMMUNICATIONS GROUND MONITORING USING SATELLITE COMMUNICATIONS Otto Koudelka, Peter Schrotter Institute of Applied Systems Technology Joanneum Research Institute of Communication Networks and Satellite Communications,

More information

UNIFIED SATELLITE PHONE MONITORING SYSTEM (SCL-1625TII) Thuraya Iridium IsatPhone Pro

UNIFIED SATELLITE PHONE MONITORING SYSTEM (SCL-1625TII) Thuraya Iridium IsatPhone Pro UNIFIED SATELLITE PHONE MONITORING SYSTEM (SCL-1625TII) Thuraya Iridium IsatPhone Pro www.shoghicom.com SYSTEM FEATURES Unified 100% Passive System to intercept Thuraya, Iridium and IsatPhone Pro Satellite

More information

Implementation and use of Software Defined Radio (SDR) technology for Public Safety, Traffic applications, and Highway Engineering

Implementation and use of Software Defined Radio (SDR) technology for Public Safety, Traffic applications, and Highway Engineering Implementation and use of Software Defined Radio (SDR) technology for Public Safety, Traffic applications, and Highway Engineering Topics of discussion * Section 1. Wireless vs. Wired. Advantages and disadvantages

More information

Towards an Open Source IEEE p Stack

Towards an Open Source IEEE p Stack Towards an Open Source IEEE 802.11p Stack Bastian Bloessl Computer and Communication Systems Group, University of Innsbruck, Austria February 2014 FOSDEM SDR Dev Room Brussels, Belgium

More information

Mobile Communications

Mobile Communications Mobile Communications 3GPP Public Land Mobile Networks: GSM, GPRS Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto 1 What is the architecture of the GSM network network elements, interfaces,

More information

GEOBORDERS Airtime Services Description

GEOBORDERS Airtime Services Description GEOBORDERS Airtime Services Description Part 1 - Inmarsat Existing & Evolved ( E&E ) Services Inmarsat C and Inmarsat Mini C Inmarsat C and Mini C services provide a global two-way messaging service (data,

More information

ETSI TS V3.1.1 ( ) Technical Specification

ETSI TS V3.1.1 ( ) Technical Specification TS 101 376-4-12 V3.1.1 (2009-07) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3); Third Generation Satellite Packet Radio Service; Part 4: Radio interface protocol specifications;

More information

(DMO); Part 6: Security

(DMO); Part 6: Security Nr. Standard reference Title 1 ETSI EN 300 396-6 V1.6.1 Terrestrial Trunked Radio (TETRA); Direct Mode Operation (DMO); Part 6: Security 2 Terrestrial Trunked Radio (TETRA); Voice plus Data (V+D): ETSI

More information

MULTIMEDIA APPLICATIONS OF THE INTEGRATED BROADCAST INTERACTION SYSTEM (IBIS) DVB-S

MULTIMEDIA APPLICATIONS OF THE INTEGRATED BROADCAST INTERACTION SYSTEM (IBIS) DVB-S MULTIMEDIA APPLICATIONS OF THE INTEGRATED BROADCAST INTERACTION SYSTEM (IBIS) Sergio Chacón (1), José Luis Casas (1), Asís Cal (1), Rafael Rey (1), Josep Prat (1), Africa Rodriguez (1) Javier de la Plaza

More information

UNIT-5. GSM System Operations (Traffic Cases) Registration, call setup, and location updating. Call setup. Interrogation phase

UNIT-5. GSM System Operations (Traffic Cases) Registration, call setup, and location updating. Call setup. Interrogation phase UNIT-5 GSM System Operations (Traffic Cases) Registration, call setup, and location updating Call setup Interrogation phase For the interrogation phase The initial address message comes outside the GSM

More information

IEEE Testing Signal Compliance of ZigBee Standard

IEEE Testing Signal Compliance of ZigBee Standard IEEE802.15.4 Testing Signal Compliance of ZigBee Standard Tektronix 1 Agenda: 1: What is ZigBee 2: ZigBee Specification 3: ZigBee Signal Analysis 4: Demonstration for ZigBee analysis 2 What is ZigBee (1)

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 101 376-1-3 V1.1.1 (2001-03) Technical Specification GEO-Mobile Radio Interface Specifications; Part 1: General specifications; Sub-part 3: General System Description; GMR-1 01.202 2 TS 101 376-1-3

More information

GPRS Intercept: Wardriving your country. Karsten Nohl, Luca Melette,

GPRS Intercept: Wardriving your country. Karsten Nohl, Luca Melette, GPRS Intercept: Wardriving your country Karsten Nohl, nohl@srlabs.de Luca Melette, luca@srlabs.de Executive summary Do not send sensitive data over GPRS GPRS/EDGE networks provide the data backbone of

More information

GNU Radio and RFNoC in Space: How Hawkeye 360 uses GNU Radio on Small-Satellites

GNU Radio and RFNoC in Space: How Hawkeye 360 uses GNU Radio on Small-Satellites GNU Radio and RFNoC in Space: How Hawkeye 360 uses GNU Radio on Small-Satellites EJ Kreinar Dan CaJacob Topics Hawkeye 360 Overview Gnuradio + RFNoC: Prototype and Production Use-Case Example: Custom OQPSK

More information

Publication of specifications for the mobile network interfaces offered by Wind

Publication of specifications for the mobile network interfaces offered by Wind interfaces offered by Wind Page 1/10 Publication of specifications for the mobile network interfaces offered by Wind interfaces offered by Wind Page 2/10 TABLE OF CONTENTS 1. INTRODUCTION 3 2. SCOPE...

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 101 376-4-8 V1.1.1 (2001-03) Technical Specification GEO-Mobile Radio Interface Specifications; Part 4: Radio interface protocol specifications; Sub-part 8: Mobile Radio Interface Layer 3 Specifications;

More information

WAVECOM EasySat System for W-PCI/e and W74PC V User Manual. by WAVECOM ELEKTRONIK AG

WAVECOM EasySat System for W-PCI/e and W74PC V User Manual. by WAVECOM ELEKTRONIK AG WAVECOM EasySat System for W-PCI/e and W74PC V2.0.0 User Manual by WAVECOM ELEKTRONIK AG PUBLISHED BY WAVECOM ELEKTRONIK AG Hammerstrasse 8 CH-8180 Buelach Switzerland Phone +41-44-872 70 60 Fax +41-44-872

More information

Practical Parallella expansion board design

Practical Parallella expansion board design My path to an autonomous SDR device PTC Tokyo, May 30th, 2015 Outline 1 Introduction 2 Application 3 4 SDR 5 The End About the speaker Linux and free software geek since 1999 M.Sc. in C.S. + some E.E.

More information

LTE: MIMO Techniques in 3GPP-LTE

LTE: MIMO Techniques in 3GPP-LTE Nov 5, 2008 LTE: MIMO Techniques in 3GPP-LTE PM101 Dr Jayesh Kotecha R&D, Cellular Products Group Freescale Semiconductor Proprietary Information Freescale and the Freescale logo are trademarks of Freescale

More information

Simple Satellite Network Solutions. Radyne SkyWire Company Proprietary -- 1

Simple Satellite Network Solutions. Radyne SkyWire Company Proprietary -- 1 TM Simple Satellite Network Solutions Radyne SkyWire Company Proprietary -- 1 SkyWire is a next generation product TM designed specifically for IP networks running over satellite. SkyWire is an extremely

More information

TS V6.0.1 ( )

TS V6.0.1 ( ) Technical Specification Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Overall description of the GPRS radio interface; Stage 2 (GSM 03.64 version 6.0.1 Release

More information

Understanding Carrier Wireless Systems

Understanding Carrier Wireless Systems Understanding Course Description This course provides a detailed scope of modern mobile and cellular network technologies used for second generation, 2G+, 3G and 4G networks. It provides an understanding

More information

Mobility and Security Management in the GSM System

Mobility and Security Management in the GSM System IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 ISBN: 2878-8719 PP 13-18 National Symposium on engineering and Research Mobility and Security Management in the GSM System 1 Mr. Yogesh S. Amle 2 Mr.

More information

GPRS System Architecture

GPRS System Architecture 1 LECTURE 6 GPRS What is GPRS? 2 General Packet Radio Service is an overlay on top of GSM physical layer and network entities It extends data capabilities of GSM and provides connection to external packet

More information

DRAFT. sysmocom - s.f.m.c. GmbH. OSmux: reduce of SAT uplink costs by protocol optimizations. by Holger Freyther, Harald Welte, and Pablo Neira Ayuso

DRAFT. sysmocom - s.f.m.c. GmbH. OSmux: reduce of SAT uplink costs by protocol optimizations. by Holger Freyther, Harald Welte, and Pablo Neira Ayuso OSmux: reduce of SAT uplink costs by protocol optimizations i sysmocom - s.f.m.c. GmbH OSmux: reduce of SAT uplink costs by protocol optimizations by Holger Freyther, Harald Welte, and Pablo Neira Ayuso

More information

Third generation WCDMA radio evolution

Third generation WCDMA radio evolution WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2003; 3:987 992 (DOI: 10.1002/wcm.134) Third generation WCDMA radio evolution Harri Holma*,y and Antti Toskala Nokia Networks, IP

More information

ETSI TS V5.3.0 ( )

ETSI TS V5.3.0 ( ) TS 144 004 V5.3.0 (2003-12) Technical Specification Digital cellular telecommunications system (Phase 2+); Layer 1; General requirements (3GPP TS 44.004 version 5.3.0 Release 5) GLOBAL SYSTEM FOR MOBILE

More information

Data Link Layer Technologies

Data Link Layer Technologies Chapter 2.2 La 2 Data Link La Technologies 1 Content Introduction La 2: Frames Error Handling 2 Media Access Control General approaches and terms Aloha Principles CSMA, CSMA/CD, CSMA / CA Master-Slave

More information

BANDWIDTH EFFICIENT CELLULAR BACKHAUL SOLUTIONS

BANDWIDTH EFFICIENT CELLULAR BACKHAUL SOLUTIONS BANDWIDTH EFFICIENT CELLULAR BACKHAUL SOLUTIONS LinkIP TM Cellular Solution Overview Backhaul solutions for CDMA, 2G & 3G GSM networks Built-in LinkShrink data compression engine gets 2:1 or better compression

More information

ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview

ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview ETSI Project BRAN Hiperlan Type 2 for IEEE 1394 Applications System Overview Source : Jamshid Khun Jush (Ericsson) (THOMSON multimedia) 1 HIPERLAN/2 Standard A new standard developed by the ETSI Project

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 101 377-1-2 V1.1.1 (2001-03) Technical Specification GEO-Mobile Radio Interface Specifications; Part 1: General specifications; Sub-part 2: Introduction to the GMR-2 family of specifications; GMR-2

More information

ETSI TS V ( )

ETSI TS V ( ) TS 143 055 V14.0.0 (2017-04) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); Dual Transfer Mode (DTM); Stage 2 (3GPP TS 43.055 version 14.0.0 Release 14) GLOBAL SYSTEM

More information

Keysight Technologies UXM GSM/GPRS/EGPRS Application Feature Comparison

Keysight Technologies UXM GSM/GPRS/EGPRS Application Feature Comparison Keysight Technologies UXM Application Feature Comparison January 2017 For more information on the options, part numbers, configuring your UXM instrument, upgrades, and licenses, view the Keysight UXM Wireless

More information

3GPP TS V8.4.0 ( )

3GPP TS V8.4.0 ( ) TS 03.55 V8.4.0 (2005-01) Technical Specification 3rd Generation Partnership Project; Technical Specification Group GSM/EDGE Radio Access Network; Dual Transfer Mode (DTM); Stage 2 (Release 1999) GLOBAL

More information

Section 4 GSM Signaling BSSMAP

Section 4 GSM Signaling BSSMAP Section 4 GSM Signaling BSSMAP BSS management messages (BSSMAP) between MSC and BSS (BSC/ BTS), which are necessary for resource management, handover control, paging order etc. The BSSMAP messages can

More information

Simulation, prototyping and verification of standards-based wireless communications

Simulation, prototyping and verification of standards-based wireless communications Simulation, prototyping and verification of standards-based wireless communications Colin McGuire, Neil MacEwen 2015 The MathWorks, Inc. 1 Real Time LTE Cell Scanner with MATLAB and Simulink 2 Real time

More information

Blind Signal Analysis Balint Seeber, Applications Engineer

Blind Signal Analysis Balint Seeber, Applications Engineer Blind Signal Analysis Balint Seeber, Applications Engineer balint@ettus.com @spenchdotnet Notes and links in PDF comments on each slide Recap Lots of different types of satellites Variables: Purpose: comms,

More information

ETSI TS V (201

ETSI TS V (201 TS 143 064 V13.2.0 (201 16-08) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); General Packet Radio Service (GPRS); Overall description of the GPRS radio interface;

More information

ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS

ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS ENSC 835: HIGH-PERFORMANCE NETWORKS CMPT 885: SPECIAL TOPICS: HIGH-PERFORMANCE NETWORKS GPRS: Wireless links, multiple base transmitter stations, base station controller and cell update Fall 2003 Final

More information

Cellular Communication

Cellular Communication Cellular Communication Cellular Communication Cellular communication is designed to provide communications between two moving units, or between one mobile unit and one stationary phone or land unit (PSTN).

More information

Implementation of a WAP model to evaluate Capacity in 3G radio access networks. Henrik Fållby

Implementation of a WAP model to evaluate Capacity in 3G radio access networks. Henrik Fållby Implementation of a WAP model to evaluate Capacity in 3G radio access networks Henrik Fållby Outline Scoop of this thesis Packet switched vs. circuit switched networks Packet Data in GSM radio networks

More information

Overview of Mobile Satellite Spectrum usage

Overview of Mobile Satellite Spectrum usage Overview of Mobile Satellite Spectrum usage Paul Deedman (paul.deedman@inmarsat.com) 22 May 2014 Inmarsat brief history The industry leader for more than 30 years 1979 82 90 92 94 96 98 2000 02 04 06 08

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) TS 48.052 V8.0.0 (2008-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group GSM EDGE Radio Access Network; Base Station Controller - Base Transceiver Station (BSC-BTS)

More information

ETSI TS V7.3.0 ( )

ETSI TS V7.3.0 ( ) TS 100 596 V7.3.0 (1999-12) Technical Specification Digital cellular telecommunications system (Phase 2+); Base Station Controller - Base Transceiver Station (BSC - BTS) interface; Layer 3 specification

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 148 058 V10.0.0 (2011-04) Technical Specification Digital cellular telecommunications system (Phase 2+); Base Station Controller - Base Transceiver Station (BSC-BTS) Interface; Layer 3 specification

More information

GSM System Protocol Architecture

GSM System Protocol Architecture GSM System Protocol Architecture References: Jörg Erbespächer, Hans Jörg Vogel, Christian Bettstetter, GSM: Switching services and protocols, Wiley 2001, ISBN 0-471-499903-X Schiller: Mobile communications,

More information

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com INTRODUCTION DATA COMMUNICATION Satish Chandra satish0402.weebly.com The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed

More information

TELE4652 Mobile and Satellite Communication Systems

TELE4652 Mobile and Satellite Communication Systems TELE4652 Mobile and Satellite Communication Systems Lecture 9 GSM GSM, the Global System for Mobile Communications, was the second generation mobile cellular standard developed as a pan-european standard.

More information

The Open-Source SDR LTE Platform for First Responders. Software Radio Systems

The Open-Source SDR LTE Platform for First Responders. Software Radio Systems The Open-Source SDR LTE Platform for First Responders Software Radio Systems www.softwareradiosystems.com www.github.com/srslte Outline SRS - Software Radio Systems NIST PSIAP and OpenFirst srslte The

More information

ETSI TS V7.5.0 ( ) Technical Specification

ETSI TS V7.5.0 ( ) Technical Specification TS 143 064 V7.5.0 (2007-05) Technical Specification Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Overall description of the GPRS radio interface; Stage 2

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 101 376-3-8 V1.1.1 (2001-03) Technical Specification GEO-Mobile Radio Interface Specifications; Part 3: Network specifications; Sub-part 8: Support of Dual-Tone Multifrequency Signalling (DTMF); GMR-1

More information

Corning SpiderCloud SCRN-250 Radio Node for Enterprise Radio Access Network (E-RAN)

Corning SpiderCloud SCRN-250 Radio Node for Enterprise Radio Access Network (E-RAN) Features and Benefits Supported service Supported bands/channels UMTS performance LTE capacity LTE performance Fronthaul network Small cell module for widely deployed Cisco 3600 and 3700 series Wi-Fi APs

More information

GSM GSM TECHNICAL July 1996 SPECIFICATION Version 5.2.0

GSM GSM TECHNICAL July 1996 SPECIFICATION Version 5.2.0 GSM GSM 08.58 TECHNICAL July 1996 SPECIFICATION Version 5.2.0 Source: ETSI TC-SMG Reference: TS/SMG-030858QR1 ICS: 33.060.50 Key words: Digital cellular telecommunications system, Global System for Mobile

More information

DECODIO. for TETRA. Air interface analysis Network traffic measurements and statistics Coverage tests Network monitoring DETECT DECODE VISUALIZE

DECODIO. for TETRA. Air interface analysis Network traffic measurements and statistics Coverage tests Network monitoring DETECT DECODE VISUALIZE DECODIO for TETRA Air interface analysis Network traffic measurements and statistics Coverage tests Network monitoring DETECT DECODE VISUALIZE DECODIO for TETRA Decodio NET for TETRA is a highly flexible

More information

Analysis of the cdma2000. and UTRA Wireless. 3G Proposals. Final Report. Gabriel Sacripanti EE /7/99

Analysis of the cdma2000. and UTRA Wireless. 3G Proposals. Final Report. Gabriel Sacripanti EE /7/99 Analysis of the cdma2000 and UTRA Wireless 3G Proposals Final Report Gabriel Sacripanti EE6390 12/7/99 Abstract Over 10 proposals were submitted to the International Telecommunications Union (ITU) for

More information

Wireless Communication

Wireless Communication Wireless Communication Hwajung Lee Key Reference: Prof. Jong-Moon Chung s Lecture Notes at Yonsei University Wireless Communications Bluetooth Wi-Fi Mobile Communications LTE LTE-Advanced Mobile Communications

More information

Personal Satellite Network, Inc.

Personal Satellite Network, Inc. Don Rickerson Personal Satellite Network Inc 703-330-9028 don@skyhelp.net Nov 2010 Is Isatphone Pro for you? What is Inmarsat? Inmarsat is a series of geostationary satellite (they appear in a fixed place

More information

SOFTWARE DEFINED RADIO TEST BED FOR INTEGRATED COMMUNICATIONS AND NAVIGATION APPLICATIONS

SOFTWARE DEFINED RADIO TEST BED FOR INTEGRATED COMMUNICATIONS AND NAVIGATION APPLICATIONS SOFTWARE DEFINED RADIO TEST BED FOR INTEGRATED COMMUNICATIONS AND NAVIGATION APPLICATIONS Frank Carpenter (frankc@navsys.com), Srikathyayani Srikanteswara (srikathyayanis@navsys.com), Alison Brown (abrown@navsys.com)

More information

ETSI TS V3.3.1 ( )

ETSI TS V3.3.1 ( ) TS 101 376-4-13 V3.3.1 (2012-12) Technical Specification GEO-Mobile Radio Interface Specifications (Release 3); Third Generation Satellite Packet Radio Service; Part 4: Radio interface protocol specifications;

More information

ETSI TS V ( )

ETSI TS V ( ) TS 101 350 V8.10.0 (2002-02) Technical Specification Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Overall description of the GPRS radio interface; Stage 2

More information

GSM GSM TECHNICAL October 1997 SPECIFICATION Version 5.5.0

GSM GSM TECHNICAL October 1997 SPECIFICATION Version 5.5.0 GSM GSM 08.58 TECHNICAL October 1997 SPECIFICATION Version 5.5.0 Source: SMG Reference: RTS/SMG-030858QR ICS: 33.020 Key words: Digital cellular telecommunications system, Global System for Mobile communications

More information

Modems, DSL, and Multiplexing. CS158a Chris Pollett Feb 19, 2007.

Modems, DSL, and Multiplexing. CS158a Chris Pollett Feb 19, 2007. Modems, DSL, and Multiplexing CS158a Chris Pollett Feb 19, 2007. Outline Finish up Modems DSL Multiplexing The fastest modems Last day, we say the combinations and phases used to code symbols on a 2400

More information

B.E. ELECTRONICS & COMMUNICATION ENGINEERING SEMESTER - VII EC WIRELESS COMMUNICATION

B.E. ELECTRONICS & COMMUNICATION ENGINEERING SEMESTER - VII EC WIRELESS COMMUNICATION B.E. ELECTRONICS & COMMUNICATION ENGINEERING SEMESTER - VII EC2401 - WIRELESS COMMUNICATION Question Bank (ALL UNITS) UNIT-I: SERVICES & TECHNICAL CHALLENGES PART A 1. What are the types of Services? (Nov.

More information

Implementation of a WAP model to evaluate Capacity in 3G radio access networks

Implementation of a WAP model to evaluate Capacity in 3G radio access networks Implementation of a model to evaluate Capacity in 3G radio access networks Henrik Fållby Outline Scoop of this thesis switched vs. circuit switched networks Data in GSM radio networks Wireless Application

More information

Doc: WBT Programmers. TECH Note. WBT-Your All In One RF Test Solution. 9 February 2015 Rev: 004

Doc: WBT Programmers. TECH Note. WBT-Your All In One RF Test Solution. 9 February 2015 Rev: 004 Doc: 9086 WBT Programmers TECH Note WBT-Your All In One RF Test Solution TM Rev: 004 WBT Programmers TECH Note This Tech Note will discuss the API that is available to all users on the WBT product line.

More information

Nutaq Pico LTE 2 nd Generation

Nutaq Pico LTE 2 nd Generation Nutaq Pico LTE 2 nd Generation Software-Defined Radio Network in-a-box PRODUCT SHEET nutaq.com Nutaq Pico LTE 2 nd Generation Now supporting Cat-M1 & NB-IoT Real-time LTE enodeb and EPC All-integrated

More information

Initial PHY Layer System Proposal for Sub 11 GHz BWA

Initial PHY Layer System Proposal for Sub 11 GHz BWA Initial PHY Layer System Proposal for Sub 11 GHz BWA Document Number: 802.16.3p-00/40 Date Submitted: 2000-11-08 Source: Anader Benyamin-Seeyar Voice: (514) 822-2014 Harris Corporation Inc. Fax: (514)

More information

Wireless access. Dr. Christian Hoymann Principal Researcher, Ericsson Research

Wireless access. Dr. Christian Hoymann Principal Researcher, Ericsson Research 5G Wireless access Dr. Christian Hoymann Principal Researcher, Ericsson Research outline When does it happen? What can it do? How is it working? Commercial in confidence 2014-05-06 Page 2 Proposed 3GPP

More information

Pertemuan 7 GSM Network. DAHLAN ABDULLAH

Pertemuan 7 GSM Network. DAHLAN ABDULLAH Pertemuan 7 GSM Network DAHLAN ABDULLAH Email : dahlan.unimal@gmail.com Contents GSM-Introduction Architecture Technical Specification & Operation Frame Structure Channels Call Routing Security Characteristics

More information

SATCOM ON THE MOVE TESTING TECHNOLOGY AND PERFORMANCE ANALYSIS FOR SOTM SYSTEMS

SATCOM ON THE MOVE TESTING TECHNOLOGY AND PERFORMANCE ANALYSIS FOR SOTM SYSTEMS SATCOM ON THE MOVE TESTING TECHNOLOGY AND PERFORMANCE ANALYSIS FOR SOTM SYSTEMS Fraunhofer Institute for Integrated Circuits IIS Markus Landmann, Wolfgang Felber, Florian Raschke, Gregor Siegert, Mostafa

More information

Basic RF properties. World Class Standards. Dieter Smely. Workshop; July 2011 Ispra. ETSI All rights reserved

Basic RF properties. World Class Standards. Dieter Smely. Workshop; July 2011 Ispra. ETSI All rights reserved CEN DSRC / ITS-G5 coexistence Basic RF properties Workshop; July 2011 Ispra Dieter Smely ETSI 2011. All rights reserved Workshop, Coexistence between CEN DSRC and ITS-G5 Index Signal properties Interference

More information

Product Description. MS2372h-153 LTE USB Stick V100R001 HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date

Product Description. MS2372h-153 LTE USB Stick V100R001 HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date V100R001 Issue 01 Date 2017-6-9 HUAWEI TECHNOLOGIES CO., LTD. Huawei Technologies Co., Ltd. provides customers with comprehensive technical support and service. Please feel free to contact our local office

More information

Emerging communication technologies enabling the Internet of Things IoT system design challenges and testing solutions

Emerging communication technologies enabling the Internet of Things IoT system design challenges and testing solutions Emerging communication technologies enabling the Internet of Things IoT system design challenges and testing solutions Feng XIE 谢丰 Market Segment Manager Smart Testing for a smart world COMPANY RESTRICTED

More information

Inmarsat Global Xpress

Inmarsat Global Xpress Inmarsat Global Xpress for Land GLOBAL GOVERNMENT > Product >GX FOR LAND GX for Land Global Xpress is Inmarsat s new generation network of global, high capacity satellites operating in the Ka-band and

More information

ETSI TS V6.5.0 ( )

ETSI TS V6.5.0 ( ) TS 143 064 V6.5.0 (2004-11) Technical Specification Digital cellular telecommunications system (Phase 2+); General Packet Radio Service (GPRS); Overall description of the GPRS radio interface; Stage 2

More information

EUROPEAN ETS TELECOMMUNICATION January 1999 STANDARD

EUROPEAN ETS TELECOMMUNICATION January 1999 STANDARD EUROPEAN ETS 300 609-3 TELECOMMUNICATION January 1999 STANDARD Source: SMG Reference: DE/SMG-081124P ICS: 33.020 Key words: Digital cellular telecommunications system, Global System for Mobile Communications

More information

Dual Mode GSM/UMTS Terminal Complexity

Dual Mode GSM/UMTS Terminal Complexity ETSI SMG Tdoc SMG 1069/97 Meeting no 24 Madrid, Spain 15-19 December 1997 Source: Nokia, Ericsson Dual Mode GSM/UMTS Terminal Complexity Dual Mode GSM/UMTS Terminal Complexity Introduction This contribution

More information

GSM Network and Services

GSM Network and Services GSM Network and Services Voice coding 1 From voice to radio waves voice/source coding channel coding block coding convolutional coding interleaving encryption burst building modulation diff encoding symbol

More information

2 & 3G Cellular Backhaul: Future Proof Approach

2 & 3G Cellular Backhaul: Future Proof Approach 5th RUSSIAN COMMUNICATIONS FORUM 2 & 3G Cellular Backhaul: Future Proof Approach November, 2004 Broadband Wireless Communications Company 2003 Sales: $1.3B 2,750 employees Based in Germantown, MD, U.S.A.

More information