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
  • Issues
  • #588
Closed
Open
Issue created Aug 01, 2015 by Administrator@rootContributor

Add con_state column in DBi_measure

Created by: E3V3A

The new con_state column in DBi_measure should contain the AOS current connection and data activity states as given by the API with:

  DATA_ACTIVITY:   No,In,Ou,IO,Do
  DATA_CONNECTION: Di,Ct,Cd,Su
  CALL_STATE:      idle,ringing,offhook
  SERVICE_STATE:   emergency_only,in,out,off

See: PhoneStateListener developer info.

We should also add the current roaming state (as a Boolean) to this column.

Question: How should we format this column? Answer: T.B.D...

In the old tables we had these items stored as TEXT and separated by |. We could do something similar or we could use numbers like 1211 to represent [No,Ct,idle,emergency_only] etc. Any ideas?

Whatever ideas you might have, please always consider to minimize the required Java code for processing these.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Assignee
Assign to
Time tracking