GSM 850 test

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(The Script)
(GSM 850 Field Test Results)
Line 3: Line 3:
 
'''TEST HAS NOT STARTED'''
 
'''TEST HAS NOT STARTED'''
  
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). The GTA01 was modified and will be shipped around North America and the results will be posted here.  
+
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. The GTA01 was modified and will be shipped around North America and the results will be posted here.
 
+
  
 
== Coverage Maps ==
 
== Coverage Maps ==

Revision as of 06:27, 11 January 2008

GSM 850 Field Test Results

TEST HAS NOT STARTED

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. The GTA01 was modified and will be shipped around North America and the results will be posted here.

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


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 > /home/root/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)

Personal tools

GSM 850 Field Test Results

TEST HAS NOT STARTED

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). The GTA01 was modified and will be shipped around North America and the results will be posted here.


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


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 > /home/root/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)