GSM 850 test

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Coverage Maps)
(Coverage Maps)
Line 80: Line 80:
  
 
**New York  https://www.healthcarehost.net/everydayessentials/images/reddot.jpg
 
**New York  https://www.healthcarehost.net/everydayessentials/images/reddot.jpg
***Patrick Davila
 
**** Area: Staten Island/N.Y.C.
 
**** GSM Area: 850/1900
 
**** Provider Tested: AT&T
 
**** Result: UNKNOWN
 
**** Test Call: UNKNOWN
 
**** SIM Model #: 63698G
 
 
*** Dylan Semler
 
*** Dylan Semler
 
**** Area: Manhattan/N.Y.C.
 
**** Area: Manhattan/N.Y.C.

Revision as of 18:04, 29 January 2008

Contents

GSM 850 Field Test Results

TEST HAS STARTED (in Ohio)

As many of you are aware the GTA01's GSM 850 is non-functional at this time. This test was designed by many in the OpenMoko community (thanks to Michael Shiloh) to rectify the situation. A GTA01 was modified and is being shipped around North America and the results will be posted here as they are gathered.

Coverage Maps

Master GSM Coverage Map by Frequencies

AT&T/Cingular Coverage

Canadian Cell Tower Map

American Cell Tower Map

UNICEL US "National" GSM Coverage (UNICEL and "Partner" GSM cells)

http://www.gpsnow.com/images/gmmscnnav7.jpg Map Shows GPS Coverage

https://www.healthcarehost.net/everydayessentials/images/reddot.jpg the GTA01 WILL STOP

http://www.sqi.gu.edu.au/kimages/Buttons/Bullets/Dots/green_dot_sh.gif the GTA01 HAS stopped and moved on

Test Locations in USA


Test Locations in Canada

    • Ottawa https://www.healthcarehost.net/everydayessentials/images/reddot.jpg
      • Jean-Michel Bouffard
        • Area: Ottawa and Gatineau
        • Bands: 850/1900 (It may be possible to find some 850MHz only locations if going outside the urban area. When looking at the transmitters map, there are some 850MHz only towers)
        • Provider Tested: Rogers
        • Result: UNKNOWN
        • Test Call: UNKNOWN
        • SIM Model #: UNKNOWN

The Script

This section is used for the script that should/may be shipped within the GTA01-Modified

please comment well

   #Section to start and record re-playable GPS data !!!Information available to limited people!!
  
   exec /home/root/gllin/gllin & 
   cat /home/root/gllin/nmeaNP > /media/card/nmeareplay &
  
   # End GPS section
  
   #Section to record GSM signal quality !!Do math for QOS statistics!!
   #This Feature will be used to record signal quality ONLY no grep'ing for GSM commands 
   
   #End Section


Replaying the NMEA data can be done easily Just copy the nmeareplay file to your machine (/home/username/nmeareplay) in your GPS software change the gps port to the nmeareplay file (/home/username/nmeareplay)

When running, gllin creates a log file already, so nmeaNP doesn't need to be reflected to /home/root. Also, running for about two hours will fill the available memory. We need to record the log files on flash if we want to run for more than a few minutes. I do not know how to turn off the logging of the nmea0183 messages from gllin. On my device, I linked /home/root/gllin/logs to a logs directory on my removable flash. --Sagacis 08:52, 12 January 2008 (CET)
I think the logging should contain more information than just raw data. Something like the following, perhaps. --Sagacis 08:54, 12 January 2008 (CET)
LAT. LON, SIGNAL_STRENGTH, CARRIER NAME, TIME

The Executable

I've created a native openmoko gui application to display the gsm and gps information and log to a file.

Dashboard-1.png

gsmd only gives us operator name, signal strength and connection status. We cannot currently get band, but the app now shows Cell ID so we might be able to tell when we switch towers. gpsd didn't give me what I needed, so the program watches /dev/nmeaNP instead. You will need to launch gllin manually.

Give it a shot and give me feedback. Version 0.9 is available as source tarball and as ipk installer. --Sagacis 06:52, 28 January 2008 (CET)

Personal tools

GSM 850 Field Test Results

TEST HAS STARTED (in Ohio)

As many of you are aware the GTA01's GSM 850 is non-functional at this time. This test was designed by many in the OpenMoko community (thanks to Michael Shiloh) to rectify the situation. A GTA01 was modified and is being shipped around North America and the results will be posted here as they are gathered.

Coverage Maps

Master GSM Coverage Map by Frequencies

AT&T/Cingular Coverage

Canadian Cell Tower Map

American Cell Tower Map

UNICEL US "National" GSM Coverage (UNICEL and "Partner" GSM cells)

http://www.gpsnow.com/images/gmmscnnav7.jpg Map Shows GPS Coverage

https://www.healthcarehost.net/everydayessentials/images/reddot.jpg the GTA01 WILL STOP

http://www.sqi.gu.edu.au/kimages/Buttons/Bullets/Dots/green_dot_sh.gif the GTA01 HAS stopped and moved on

Test Locations in USA


Test Locations in Canada

    • Ottawa https://www.healthcarehost.net/everydayessentials/images/reddot.jpg
      • Jean-Michel Bouffard
        • Area: Ottawa and Gatineau
        • Bands: 850/1900 (It may be possible to find some 850MHz only locations if going outside the urban area. When looking at the transmitters map, there are some 850MHz only towers)
        • Provider Tested: Rogers
        • Result: UNKNOWN
        • Test Call: UNKNOWN
        • SIM Model #: UNKNOWN

The Script

This section is used for the script that should/may be shipped within the GTA01-Modified

please comment well

   #Section to start and record re-playable GPS data !!!Information available to limited people!!
  
   exec /home/root/gllin/gllin & 
   cat /home/root/gllin/nmeaNP > /media/card/nmeareplay &
  
   # End GPS section
  
   #Section to record GSM signal quality !!Do math for QOS statistics!!
   #This Feature will be used to record signal quality ONLY no grep'ing for GSM commands 
   
   #End Section


Replaying the NMEA data can be done easily Just copy the nmeareplay file to your machine (/home/username/nmeareplay) in your GPS software change the gps port to the nmeareplay file (/home/username/nmeareplay)

When running, gllin creates a log file already, so nmeaNP doesn't need to be reflected to /home/root. Also, running for about two hours will fill the available memory. We need to record the log files on flash if we want to run for more than a few minutes. I do not know how to turn off the logging of the nmea0183 messages from gllin. On my device, I linked /home/root/gllin/logs to a logs directory on my removable flash. --Sagacis 08:52, 12 January 2008 (CET)
I think the logging should contain more information than just raw data. Something like the following, perhaps. --Sagacis 08:54, 12 January 2008 (CET)
LAT. LON, SIGNAL_STRENGTH, CARRIER NAME, TIME

The Executable

I've created a native openmoko gui application to display the gsm and gps information and log to a file.

Dashboard-1.png

gsmd only gives us operator name, signal strength and connection status. We cannot currently get band, but the app now shows Cell ID so we might be able to tell when we switch towers. gpsd didn't give me what I needed, so the program watches /dev/nmeaNP instead. You will need to launch gllin manually.

Give it a shot and give me feedback. Version 0.9 is available as source tarball and as ipk installer. --Sagacis 06:52, 28 January 2008 (CET)