SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Contents

Most Common Outdoor Location Technologies

Access through MNO’s LBS Infrastructure:
  General Schema
  LBS Architecture
  LBS Functions & Services

Access through mobile client components:
  General schema
  External Network Providers
  Global Network Server

Comments & Conclusions
Most Common Outdoor Location Technologies

Technologies                      CellId                                    A-GPS                                WiFi
General            -From 2G to 3.5G networks                     - GPS, GLONASS, Galileo               - Private/Public Wifi networks
                   -4G (LTE): Currently adopted/ported by
                   many MNOs . Location under testing


Based on           -Server Cell (CGIId) - CGI                    - Signal from, at least, 3 visible    - MAC Adresss
                   -TA (Timing Advanced)                         satellites                            - RxLevel
                   - RxLev (Signal strenght)                     - Ephemerides /Navigation DB          - Several networks
                                                    E-CGI
                   - Neighbors cells (NMR/BSIC)                  - ToA + Filters                       (triangulation)
                   (triangulation/trilateration)
                   - Other approaches: TOA, AOA, E-TDOA, E-
                   OTD

Accuracy           -Depends on cell type (femtocells,            -TTFF concept                         -Depends on signal power
                   picocells, micro, macro)                      -Depends on number of visible         -Typically from 50 m to 200 m
                   -Depends on density of antennas               satellites and device capabilities
                   - Usual figures:                              (antenna and chipset installed)
                           - From 60 m to 800 m in urban env.    - Data provided from Assistance
                           - From 1 km to 25 kms in rural env.   server (SUPL Positioning Server)
                                                                 -Typically from 3 to 10 m

Indoor notes       - DAS Systems and Picocells could be          - Next generation (GPS III) will be   - Indoor WiFi requires other
                   possible approaches                           more accurate covering urban          mechanisms that are not
                                                                 canyons but it won’t cover            included in this doc.
                                                                 indoor env.



 These location technologies can be accessed through Operator’s LBS infrastructure as well through client
                               components installed in the mobile device
Access through MNO’s LBS infrastructure – General Schema
                                             Le Interface: Many Operators offer a public API for
                  LBS                        ASPs/LBS providing CGI+TA technology (Control
                                             Plane Arch.). Some Operators provide also A-GPS
                        LBS                  technology (SUPL Arch.) - i.e. OMA MLP
                              Le interface                               SDP (Service Delivery Platform):
                                                                         Optional platform. Provides a public
                                                                         access point to MNO’s infrastructure




                                                    systems/capacities
    Service Delivery Platform (SDP)                                      establishing the appropriate call flow for




                                                       Other MNO’s
                                                                         each incoming request - i.e Huawei SDP

     Location Enabling Server (LES)                                      LES (Location Enabling Server): Most of
                                                                         big Operators have installed this
                                                                         middleware as the central piece of the
         Location System (LS)                                            LBS infrastructure - i.e Genasys
           GMLC               SLP                                        Positioning Platform

SS7/MAP msgs                        ULP msgs LS (Location System): Mandatory piece. Provides the
                                             location engine to get the user’s position based on its
                                             MSISDN/IMSI. It uses SS7 signaling channels to access
       Network                               MNO’s network (HLR/VLR for CGI techno.). Under SUPL
                                    SET
                                             arch. this server is called SLP (SPC+SLC) and interacts
                                             directly with the handset (SET) through Lup interface - i.e
                                             Geolens from Commscope.
Access through MNO’s LBS infrastructure – LBS Architecture


      WEB Portal                        O&M                  Billing Systems (Pre/PostPaid)

               SSO
                                                                          Provisioning System
  SMS-C

                                                                          Customer Care
  MMS-C

  WAP GW                                                            Statistic & Datawarehouse

       IVR
                                                                           Presence Server
                   Network Info DB   Terminal Info DB
                                                        GIS/GeoServer


  MNO’s LBS infrastructure can include a wide variety of systems and components.
  Each installation requires specific plug-ins with the existing external systems: O&M,
Media GWs, Provisioning, Billing,.. and others LBS systems.
  These plug-ins must develop the interface (std or proprietary) as well the MNO’s required
logic .
  LES and LS systems must be prepared to allow all these adaptations as flexibly as
possible.
Access through MNO’s LBS infrastructure – LBS Functions/Services
                                                    There are a set of specific functions that must be
                                                    supported by the MNO’s LBS infrastructure:
  Location Enabling Server (LES)

       Location System (LS)                         • Full set of API services including:
                                                          - Location: Immediate, Tracking, Geo-fencing,
                                                          Around,…
                    Public/Private API                    - Provisioning of users and groups
                                                          - Messaging (SMS,MMS,USSD,…)
               Security/Access Ctrl Mgmt
                                                          -Spatial (mapping, routing, direct/reverse
             User Subscription Mechanisms                 geocode, POI searching, …)
                       Privacy Mgmt                 • Authentication & Authorization of requests
                                                    • User’s subscription: Auto provisioning, Initiated
                       Cache Mgmt
                                                    by user or App, with/without user’s ack,…
             Single/Hybrid Location Engine          • Privacy: Anonymous ID, MSISDN masking,,
                   Admin./Config. Tools             when, where and who can request the location.
                                                    • Location Cache: Last known location per user
                                                    and per loc. Technology, max loc. Age per app.
                                                    • Intelligent switching between available loc.
 Most of these advanced features are usually        technologies
   carried out by the LES middleware being          • Admin. WEB Tools: Provisioning, Statistic and
compliant with the specific rules and policies of
                  each MNO                          System Configuration tools.
Access through MNO’s LBS infrastructure – General Schema
                                            LBS                   • Through API functions & SDKs that every O.S
                                                            LBS
                                                                  provides is the possibility to access the necessary
            LBS
                                                                  network       parameters         (MCC-MNC-LAC-CI,
               LBS                                                SSID/MACAddress, RxLev, …) as well as the GPS
                                                                  data (Lat/Lon coordinates, speed and direction).




                                            Server System
Client Component

          Location API
                                                                  • The client component can offer a public API for
   Security/Privacy Mgmt
                                SMS /GPRS                         installed apps in the handset as well as external
        Cache/QoP Mgmt
                                                                  requests from the server side. This public API
                                                                  could provide:
  CGI        WiFi                                                      -Immediate location function
                         BTLE
                                                                       -Tracking under several modes (periodic
    A-GPS         NFC                                                  time, when cell change event occurs, when
                                                                       some distance has been reached, …)
                                                                       -Geo fencing capabilities

                                                                  • This location component could have other
 This client component could be offered to                        additional capabilities for security and privacy
Mobile Operators in a cooperative way within
                                                                  purposes, policies to decide between available
              the LES/LS systems.
                                                                  technologies and intelligent self-learning.
Access through MNO’s LBS infrastructure – External Network Providers
                                                           • If this component is outside of the MNO’s
                                                           environment, a system is required that converts




                                           Server System
Client Component                                           the network information into geographic
      Location API                                         coordinates.
  Security/Privacy Mgmt
                               SMS /GPRS
    Cache/QoP Mgmt                                         • This kind of system/DB is provided currently by
                                                           several vendors like the following :
                                                                o Google
                                                                o Navizon
                                                                o RxNetworks
                                                                o Combain (location-api)
                     Network Provider                           o Broadcom

                                                           • These network providers offer a simple API to
                                                           convert network data - GSM/UMTS, WiFi
                                                           networks and/or IP location - into Lat/lon/radius
• The request to this conversion service                   values.
can be done both from the client                           • The prices of this connection depends on the
component or the server side.                              number of hits per month, the type of
                                                           technology required and/or the           desired
                                                           geographical area.
Access through MNO’s LBS infrastructure – Global Network Server
                                                 • The schema shows a global server system that
               Client
             Components                          maintains the connection with multiple network
                            Server               providers (NP) such as:
                           Systems

                                                     • Improve the success resolution rate of the
                                                     conversion process worldwide and for all
    Global Network Data Server                       Mobile Operators.
                  Advanced API                       • Provide all the benefits and capabilities of
                   Cache Mgmt                        each external provider under a single,
                 Decission Policies                  homogeneous and advanced interface.
                                                     • Maintain all data (solved and errors) in an
                                                     internal cache avoiding unnecessary requests.
                                                     • Establish periodic tests over each external
Network                               Network        provider giving a level of quality, reliability and
Provider                              Provider       accuracy. These values will determine policy
                    Network                          decisions based on, for instance:
                    Provider
                                                          • The type of network technology (WiFi,
                                                          2G, 3G, ....)
                                                          • The geographical area (country, city ...)
                                                          • The associated Operator
Comments & Conclusions (I)
1) About CGI
• The LS (MNO’s system) uses the private BTS DB of the Operator in order to evaluate
   the final user’s position.
• In this DB, each CGIId register contains their X/Y coordinates , a coverage area and
   additional radio electric parameters (antenna height/down tilt,power, horizontal beam
   opening,…).
• The antenna coverage area has been calculated through empiric algorithms (UIT Rec)
   within a data model of terrain (MDT) and taking into account the interferences
   between sites.
• This BTS DB is maintained by the MNO’s Network team being usually highly dynamic.
• The daily changes that the MNO does over their network does not usually reflect
   coherently over its BTS DB so it loses quality and reliability in their LBS services
   (directly or indirectly supported).
• On the other hand, the BTS DB that has been collected by the external network
   providers (NP) has reached a high quality as they now have a lot more devices
   (cars/handsets) and have improved their hybrid algorithms (GPS+WiFi+CGI
   measurements ) establishing a more realistic coverage area from each antenna.
• However, the NP has no immediate knowledge in its DB of all the MNO’s network
   changes (new antennas, updates in existing ones,…).
Comments & Conclusions (II)
1) About CGI (cont)
• As the Network Provider does, the operator could facilitate the same network
   conversion service using their own BTS DB.
• The operator could take advantage of the work done by these Network Providers
   through a full scan of each CGIId against the external conversion service.
• Using their private data (site coordinates, power, azimuth radiation, beam opening,
   etc) along with circular coverage returned by the Network Provider , it is possible to
   determine a more exact coverage area of each cell.

•   Moreover the operator keeps records of all user events through billing information
    (CDRs) or network events (attach, detach, On / Off, ...).
•   Keeping all this mass of information of movements about all MNO’s subscribers could
    be complicated from the point of view of the Network Provider so the Operator can
    have the ability to lead solutions such as:
     • Emergency (112/911)
     • Public warning systems (alert the population located in an emergency area)
     • Traffic Incident Management
Comments & Conclusions (III)
2) About WiFi
• Many operators have a Hotspot BD with exact information about public and private
   access points.
• These DB could be much more accurate than those established by the Network
   Providers through their mapping processes. The Operator can get the exact address
   where each customer has installed their routers (including which floor).
• However there are few operators offering this technology under public access.

3) About GPS/A-GPS
• Due to many tests and certifications of each mobile terminal, the Operator has had a
   long delay in including this technology under their LBS infrastructure.
• Based on that, the public use of this technology is further consolidated through
   individual client applications (maps viewers, navigation, POI searching and augmented
   reality, etc).
Comments & Conclusions (IV)
•    Under the outdoor scenario, it seems that the established order and priorities by the
    existing components is to first try to get the CGI techno., then WiFi and finally access
    the GPS as the most precise technology.
•    The CGI technology, by itself, is still a valid technology for many applications and
    services.
•    The access to the CGI parameters does not consume any significant resources or
    battery in the mobile device (being an alternative technology) when access to GPS /
    WiFi is not needed.
•    For example, under geo fencing logic, you can keep a continuous track under CGI
    technology while the user is far from the alarm area switching to a more precise
    technology when he/she is closest.
•    Maybe, the most suitable way for a Mobile Operator (or for a handset
    manufacturer) is the formalization of a generic component that could be preinstalled
    on their terminals.
•   This client component would enable the use of all available location technologies for
    any LBS application (both local and external to the device) and should be prepared to
    support indoor positioning technologies (Indoor WiFi, BTLE,…) in the near future.
•   Finally, in the indoor world, the Operator may be an additional player through DAS
    solutions, IP location and femto cells.
Any questions?




           I’m happy to help you!

Weitere ähnliche Inhalte

Was ist angesagt?

Core cs overview (1)
Core cs overview (1)Core cs overview (1)
Core cs overview (1)Rashid Khan
 
Wireless notes for special class
Wireless notes for special classWireless notes for special class
Wireless notes for special classRoziyani Rawi
 
CCNxCon2012: Session 3: Content-centric VANETs: routing and transport issues
CCNxCon2012: Session 3: Content-centric VANETs: routing and transport issuesCCNxCon2012: Session 3: Content-centric VANETs: routing and transport issues
CCNxCon2012: Session 3: Content-centric VANETs: routing and transport issuesPARC, a Xerox company
 
Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent)
Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent) Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent)
Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent) BP Tiwari
 
LTE Technical Overview
LTE Technical OverviewLTE Technical Overview
LTE Technical OverviewGoing LTE
 
Mobile 2G/3G Workshop
Mobile 2G/3G WorkshopMobile 2G/3G Workshop
Mobile 2G/3G WorkshopJohnson Liu
 
UMTS core network and its evolution
UMTS core network and its evolutionUMTS core network and its evolution
UMTS core network and its evolutionNaveen Jakhar, I.T.S
 
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...Joarder Kamal
 
GSM 3G Migration
GSM 3G MigrationGSM 3G Migration
GSM 3G Migrationmaddiv
 
Wcdma Core Network Introduction
Wcdma Core Network IntroductionWcdma Core Network Introduction
Wcdma Core Network Introductionguest1f85dd
 
Owa330011 bssap protocol analysis issue 1.0
Owa330011 bssap protocol analysis issue 1.0Owa330011 bssap protocol analysis issue 1.0
Owa330011 bssap protocol analysis issue 1.0Nguon Dung Le
 
Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...
Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...
Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...Eiko Seidel
 
CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...
CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...
CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...PARC, a Xerox company
 
5 gsm transport_web
5 gsm transport_web5 gsm transport_web
5 gsm transport_webFaiz Ahmed
 
Shunra VE Network Appliance
Shunra VE Network ApplianceShunra VE Network Appliance
Shunra VE Network ApplianceShunra Software
 

Was ist angesagt? (20)

Wcdma Training
Wcdma TrainingWcdma Training
Wcdma Training
 
End-to-End QoS in LTE
End-to-End QoS in LTEEnd-to-End QoS in LTE
End-to-End QoS in LTE
 
Core cs overview (1)
Core cs overview (1)Core cs overview (1)
Core cs overview (1)
 
Wireless notes for special class
Wireless notes for special classWireless notes for special class
Wireless notes for special class
 
CCNxCon2012: Session 3: Content-centric VANETs: routing and transport issues
CCNxCon2012: Session 3: Content-centric VANETs: routing and transport issuesCCNxCon2012: Session 3: Content-centric VANETs: routing and transport issues
CCNxCon2012: Session 3: Content-centric VANETs: routing and transport issues
 
Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent)
Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent) Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent)
Physical layer aspects (Matthew Baker: RAN WG1 Chair, Alcatel-Lucent)
 
LTE Technical Overview
LTE Technical OverviewLTE Technical Overview
LTE Technical Overview
 
Mobile 2G/3G Workshop
Mobile 2G/3G WorkshopMobile 2G/3G Workshop
Mobile 2G/3G Workshop
 
UMTS core network and its evolution
UMTS core network and its evolutionUMTS core network and its evolution
UMTS core network and its evolution
 
P921 d2 brochure
P921 d2 brochureP921 d2 brochure
P921 d2 brochure
 
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
 
GSM 3G Migration
GSM 3G MigrationGSM 3G Migration
GSM 3G Migration
 
Wcdma Core Network Introduction
Wcdma Core Network IntroductionWcdma Core Network Introduction
Wcdma Core Network Introduction
 
Gsm signaling
Gsm signalingGsm signaling
Gsm signaling
 
Owa330011 bssap protocol analysis issue 1.0
Owa330011 bssap protocol analysis issue 1.0Owa330011 bssap protocol analysis issue 1.0
Owa330011 bssap protocol analysis issue 1.0
 
Lte questions adv
Lte questions advLte questions adv
Lte questions adv
 
Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...
Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...
Relay Enhanced LTE-Advanced Networks – Resource Allocation and QoS provisioni...
 
CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...
CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...
CCNxCon2012: Session 2: A Content-Centric Approach for Requesting and Dissemi...
 
5 gsm transport_web
5 gsm transport_web5 gsm transport_web
5 gsm transport_web
 
Shunra VE Network Appliance
Shunra VE Network ApplianceShunra VE Network Appliance
Shunra VE Network Appliance
 

Ähnlich wie Management of outdoor location technologies

Vendor Location Base Services1
Vendor Location Base Services1Vendor Location Base Services1
Vendor Location Base Services1Anthony Crenshaw
 
Gef 2012 InduSoft Presentation
Gef 2012  InduSoft PresentationGef 2012  InduSoft Presentation
Gef 2012 InduSoft PresentationAVEVA
 
Jan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teamsJan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teamsIKT-Norge
 
5G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_09
5G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_095G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_09
5G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_09Ike Alisson
 
Rk 3 gsm network
Rk 3 gsm networkRk 3 gsm network
Rk 3 gsm networkAzri Randy
 
Wireless multimedia sensor networking
Wireless multimedia sensor networkingWireless multimedia sensor networking
Wireless multimedia sensor networkingKedar Kumar
 
presentation on gsm architecture and fixed assignment
presentation on gsm architecture and fixed assignmentpresentation on gsm architecture and fixed assignment
presentation on gsm architecture and fixed assignmentFabiha Ain
 
Rover.pptx Baripada SEEMANTA engineering
Rover.pptx Baripada SEEMANTA engineeringRover.pptx Baripada SEEMANTA engineering
Rover.pptx Baripada SEEMANTA engineeringSunilTriya1
 
It802 d mobilecommunicationspart3
It802 d mobilecommunicationspart3It802 d mobilecommunicationspart3
It802 d mobilecommunicationspart3Debasis Das
 
Evolution Of AGPS And E911
Evolution Of AGPS And E911Evolution Of AGPS And E911
Evolution Of AGPS And E911ronrulzzz
 
Gsm system and radio frequency
Gsm system and radio frequency Gsm system and radio frequency
Gsm system and radio frequency Maulik Patel
 
System Introduction
System IntroductionSystem Introduction
System IntroductionSokunth Che
 
Mobileinternet tomai-romana-2010
Mobileinternet tomai-romana-2010Mobileinternet tomai-romana-2010
Mobileinternet tomai-romana-2010Alexandra Rosca
 

Ähnlich wie Management of outdoor location technologies (20)

Vendor Location Base Services1
Vendor Location Base Services1Vendor Location Base Services1
Vendor Location Base Services1
 
IMS Standards
IMS  StandardsIMS  Standards
IMS Standards
 
Gef 2012 InduSoft Presentation
Gef 2012  InduSoft PresentationGef 2012  InduSoft Presentation
Gef 2012 InduSoft Presentation
 
Jan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teamsJan Zorz - IPv6 and mobile emergency response teams
Jan Zorz - IPv6 and mobile emergency response teams
 
5G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_09
5G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_095G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_09
5G_ALICON_5G_Capability_Enablement_and_System_Aspects_rev_pa13_2017_09
 
Resume
ResumeResume
Resume
 
Rk 3 gsm network
Rk 3 gsm networkRk 3 gsm network
Rk 3 gsm network
 
Rk 3 gsm network @guddu
Rk 3 gsm network @gudduRk 3 gsm network @guddu
Rk 3 gsm network @guddu
 
Sdn04
Sdn04Sdn04
Sdn04
 
Wireless multimedia sensor networking
Wireless multimedia sensor networkingWireless multimedia sensor networking
Wireless multimedia sensor networking
 
presentation on gsm architecture and fixed assignment
presentation on gsm architecture and fixed assignmentpresentation on gsm architecture and fixed assignment
presentation on gsm architecture and fixed assignment
 
Rover.pptx Baripada SEEMANTA engineering
Rover.pptx Baripada SEEMANTA engineeringRover.pptx Baripada SEEMANTA engineering
Rover.pptx Baripada SEEMANTA engineering
 
It802 d mobilecommunicationspart3
It802 d mobilecommunicationspart3It802 d mobilecommunicationspart3
It802 d mobilecommunicationspart3
 
Digital network lecturer4
Digital network  lecturer4Digital network  lecturer4
Digital network lecturer4
 
Evolution Of AGPS And E911
Evolution Of AGPS And E911Evolution Of AGPS And E911
Evolution Of AGPS And E911
 
Rover technology.ppt
Rover technology.pptRover technology.ppt
Rover technology.ppt
 
Mobility Management
Mobility ManagementMobility Management
Mobility Management
 
Gsm system and radio frequency
Gsm system and radio frequency Gsm system and radio frequency
Gsm system and radio frequency
 
System Introduction
System IntroductionSystem Introduction
System Introduction
 
Mobileinternet tomai-romana-2010
Mobileinternet tomai-romana-2010Mobileinternet tomai-romana-2010
Mobileinternet tomai-romana-2010
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Kürzlich hochgeladen (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Management of outdoor location technologies

  • 1.
  • 2. Contents Most Common Outdoor Location Technologies Access through MNO’s LBS Infrastructure: General Schema LBS Architecture LBS Functions & Services Access through mobile client components: General schema External Network Providers Global Network Server Comments & Conclusions
  • 3. Most Common Outdoor Location Technologies Technologies CellId A-GPS WiFi General -From 2G to 3.5G networks - GPS, GLONASS, Galileo - Private/Public Wifi networks -4G (LTE): Currently adopted/ported by many MNOs . Location under testing Based on -Server Cell (CGIId) - CGI - Signal from, at least, 3 visible - MAC Adresss -TA (Timing Advanced) satellites - RxLevel - RxLev (Signal strenght) - Ephemerides /Navigation DB - Several networks E-CGI - Neighbors cells (NMR/BSIC) - ToA + Filters (triangulation) (triangulation/trilateration) - Other approaches: TOA, AOA, E-TDOA, E- OTD Accuracy -Depends on cell type (femtocells, -TTFF concept -Depends on signal power picocells, micro, macro) -Depends on number of visible -Typically from 50 m to 200 m -Depends on density of antennas satellites and device capabilities - Usual figures: (antenna and chipset installed) - From 60 m to 800 m in urban env. - Data provided from Assistance - From 1 km to 25 kms in rural env. server (SUPL Positioning Server) -Typically from 3 to 10 m Indoor notes - DAS Systems and Picocells could be - Next generation (GPS III) will be - Indoor WiFi requires other possible approaches more accurate covering urban mechanisms that are not canyons but it won’t cover included in this doc. indoor env. These location technologies can be accessed through Operator’s LBS infrastructure as well through client components installed in the mobile device
  • 4. Access through MNO’s LBS infrastructure – General Schema Le Interface: Many Operators offer a public API for LBS ASPs/LBS providing CGI+TA technology (Control Plane Arch.). Some Operators provide also A-GPS LBS technology (SUPL Arch.) - i.e. OMA MLP Le interface SDP (Service Delivery Platform): Optional platform. Provides a public access point to MNO’s infrastructure systems/capacities Service Delivery Platform (SDP) establishing the appropriate call flow for Other MNO’s each incoming request - i.e Huawei SDP Location Enabling Server (LES) LES (Location Enabling Server): Most of big Operators have installed this middleware as the central piece of the Location System (LS) LBS infrastructure - i.e Genasys GMLC SLP Positioning Platform SS7/MAP msgs ULP msgs LS (Location System): Mandatory piece. Provides the location engine to get the user’s position based on its MSISDN/IMSI. It uses SS7 signaling channels to access Network MNO’s network (HLR/VLR for CGI techno.). Under SUPL SET arch. this server is called SLP (SPC+SLC) and interacts directly with the handset (SET) through Lup interface - i.e Geolens from Commscope.
  • 5. Access through MNO’s LBS infrastructure – LBS Architecture WEB Portal O&M Billing Systems (Pre/PostPaid) SSO Provisioning System SMS-C Customer Care MMS-C WAP GW Statistic & Datawarehouse IVR Presence Server Network Info DB Terminal Info DB GIS/GeoServer MNO’s LBS infrastructure can include a wide variety of systems and components. Each installation requires specific plug-ins with the existing external systems: O&M, Media GWs, Provisioning, Billing,.. and others LBS systems. These plug-ins must develop the interface (std or proprietary) as well the MNO’s required logic . LES and LS systems must be prepared to allow all these adaptations as flexibly as possible.
  • 6. Access through MNO’s LBS infrastructure – LBS Functions/Services There are a set of specific functions that must be supported by the MNO’s LBS infrastructure: Location Enabling Server (LES) Location System (LS) • Full set of API services including: - Location: Immediate, Tracking, Geo-fencing, Around,… Public/Private API - Provisioning of users and groups - Messaging (SMS,MMS,USSD,…) Security/Access Ctrl Mgmt -Spatial (mapping, routing, direct/reverse User Subscription Mechanisms geocode, POI searching, …) Privacy Mgmt • Authentication & Authorization of requests • User’s subscription: Auto provisioning, Initiated Cache Mgmt by user or App, with/without user’s ack,… Single/Hybrid Location Engine • Privacy: Anonymous ID, MSISDN masking,, Admin./Config. Tools when, where and who can request the location. • Location Cache: Last known location per user and per loc. Technology, max loc. Age per app. • Intelligent switching between available loc. Most of these advanced features are usually technologies carried out by the LES middleware being • Admin. WEB Tools: Provisioning, Statistic and compliant with the specific rules and policies of each MNO System Configuration tools.
  • 7. Access through MNO’s LBS infrastructure – General Schema LBS • Through API functions & SDKs that every O.S LBS provides is the possibility to access the necessary LBS network parameters (MCC-MNC-LAC-CI, LBS SSID/MACAddress, RxLev, …) as well as the GPS data (Lat/Lon coordinates, speed and direction). Server System Client Component Location API • The client component can offer a public API for Security/Privacy Mgmt SMS /GPRS installed apps in the handset as well as external Cache/QoP Mgmt requests from the server side. This public API could provide: CGI WiFi -Immediate location function BTLE -Tracking under several modes (periodic A-GPS NFC time, when cell change event occurs, when some distance has been reached, …) -Geo fencing capabilities • This location component could have other This client component could be offered to additional capabilities for security and privacy Mobile Operators in a cooperative way within purposes, policies to decide between available the LES/LS systems. technologies and intelligent self-learning.
  • 8. Access through MNO’s LBS infrastructure – External Network Providers • If this component is outside of the MNO’s environment, a system is required that converts Server System Client Component the network information into geographic Location API coordinates. Security/Privacy Mgmt SMS /GPRS Cache/QoP Mgmt • This kind of system/DB is provided currently by several vendors like the following : o Google o Navizon o RxNetworks o Combain (location-api) Network Provider o Broadcom • These network providers offer a simple API to convert network data - GSM/UMTS, WiFi networks and/or IP location - into Lat/lon/radius • The request to this conversion service values. can be done both from the client • The prices of this connection depends on the component or the server side. number of hits per month, the type of technology required and/or the desired geographical area.
  • 9. Access through MNO’s LBS infrastructure – Global Network Server • The schema shows a global server system that Client Components maintains the connection with multiple network Server providers (NP) such as: Systems • Improve the success resolution rate of the conversion process worldwide and for all Global Network Data Server Mobile Operators. Advanced API • Provide all the benefits and capabilities of Cache Mgmt each external provider under a single, Decission Policies homogeneous and advanced interface. • Maintain all data (solved and errors) in an internal cache avoiding unnecessary requests. • Establish periodic tests over each external Network Network provider giving a level of quality, reliability and Provider Provider accuracy. These values will determine policy Network decisions based on, for instance: Provider • The type of network technology (WiFi, 2G, 3G, ....) • The geographical area (country, city ...) • The associated Operator
  • 10. Comments & Conclusions (I) 1) About CGI • The LS (MNO’s system) uses the private BTS DB of the Operator in order to evaluate the final user’s position. • In this DB, each CGIId register contains their X/Y coordinates , a coverage area and additional radio electric parameters (antenna height/down tilt,power, horizontal beam opening,…). • The antenna coverage area has been calculated through empiric algorithms (UIT Rec) within a data model of terrain (MDT) and taking into account the interferences between sites. • This BTS DB is maintained by the MNO’s Network team being usually highly dynamic. • The daily changes that the MNO does over their network does not usually reflect coherently over its BTS DB so it loses quality and reliability in their LBS services (directly or indirectly supported). • On the other hand, the BTS DB that has been collected by the external network providers (NP) has reached a high quality as they now have a lot more devices (cars/handsets) and have improved their hybrid algorithms (GPS+WiFi+CGI measurements ) establishing a more realistic coverage area from each antenna. • However, the NP has no immediate knowledge in its DB of all the MNO’s network changes (new antennas, updates in existing ones,…).
  • 11. Comments & Conclusions (II) 1) About CGI (cont) • As the Network Provider does, the operator could facilitate the same network conversion service using their own BTS DB. • The operator could take advantage of the work done by these Network Providers through a full scan of each CGIId against the external conversion service. • Using their private data (site coordinates, power, azimuth radiation, beam opening, etc) along with circular coverage returned by the Network Provider , it is possible to determine a more exact coverage area of each cell. • Moreover the operator keeps records of all user events through billing information (CDRs) or network events (attach, detach, On / Off, ...). • Keeping all this mass of information of movements about all MNO’s subscribers could be complicated from the point of view of the Network Provider so the Operator can have the ability to lead solutions such as: • Emergency (112/911) • Public warning systems (alert the population located in an emergency area) • Traffic Incident Management
  • 12. Comments & Conclusions (III) 2) About WiFi • Many operators have a Hotspot BD with exact information about public and private access points. • These DB could be much more accurate than those established by the Network Providers through their mapping processes. The Operator can get the exact address where each customer has installed their routers (including which floor). • However there are few operators offering this technology under public access. 3) About GPS/A-GPS • Due to many tests and certifications of each mobile terminal, the Operator has had a long delay in including this technology under their LBS infrastructure. • Based on that, the public use of this technology is further consolidated through individual client applications (maps viewers, navigation, POI searching and augmented reality, etc).
  • 13. Comments & Conclusions (IV) • Under the outdoor scenario, it seems that the established order and priorities by the existing components is to first try to get the CGI techno., then WiFi and finally access the GPS as the most precise technology. • The CGI technology, by itself, is still a valid technology for many applications and services. • The access to the CGI parameters does not consume any significant resources or battery in the mobile device (being an alternative technology) when access to GPS / WiFi is not needed. • For example, under geo fencing logic, you can keep a continuous track under CGI technology while the user is far from the alarm area switching to a more precise technology when he/she is closest. • Maybe, the most suitable way for a Mobile Operator (or for a handset manufacturer) is the formalization of a generic component that could be preinstalled on their terminals. • This client component would enable the use of all available location technologies for any LBS application (both local and external to the device) and should be prepared to support indoor positioning technologies (Indoor WiFi, BTLE,…) in the near future. • Finally, in the indoor world, the Operator may be an additional player through DAS solutions, IP location and femto cells.
  • 14. Any questions? I’m happy to help you!