Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Merge requests
  • !807

Display RAT in map marker details populated by DBi_bts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge rat-available-in-connected-bts into development Feb 29, 2016
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 3

Created by: f3ndot

Agreements

  • I have reviewed and accepted the guidelines for contributing to this project.
  • I have reviewed and closely followed the Style Guide for this Android app.

Overview

Previously it was showing Unknown due to RAT being absent in the DBi_bts schema.

Using JOIN keyword, I get the RAT from the related DBi_measure table. Unless I'm mistaken, they're supposed to be joined by bts_id=CID

This bug only applied to map markers that were not in the OCID database. That is, it was a locally found cell.


Classification

  • Bugfix (non-breaking change which fixes an existing issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Screenshots

You can see the only cell map marker I have is a currently-connected BTS one. That is, it's measured from my cell phone and not OCID. Before this bug fix, LTE would say Unknown.

device-2016-02-28-200800 device-2016-02-28-200817

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rat-available-in-connected-bts