[layer23] Adding Quadband support and GSM 4x0 support
authorAndreas.Eversberg <jolly@eversberg.eu>
Wed, 16 Mar 2011 08:52:01 +0000 (08:52 +0000)
committerSylvain Munaut <tnt@246tNt.com>
Sun, 29 May 2011 17:51:54 +0000 (19:51 +0200)
commit58ac7e0e98c448dcece8e7dfa53f484c982e96cf
tree9e81e18348a4b3cf76dc3b204a5493f1f9e6cca1
parent16ec2358a014f290be47e87e3489f98769681979
[layer23] Adding Quadband support and GSM 4x0 support

This makes it possible to use GSM 850 and PCS 1900 bands, as used in the
US. The support relies on the phone hardware.

Each band (900, DCS, 850, PCS, 480 and 450) can be enabled and
disabled individually for each setting.
14 files changed:
src/host/gsmmap/gsmmap.c
src/host/layer23/include/osmocom/bb/common/sysinfo.h
src/host/layer23/include/osmocom/bb/mobile/gsm322.h
src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h
src/host/layer23/include/osmocom/bb/mobile/settings.h
src/host/layer23/include/osmocom/bb/mobile/support.h
src/host/layer23/src/common/sysinfo.c
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gsm322.c
src/host/layer23/src/mobile/gsm48_mm.c
src/host/layer23/src/mobile/gsm48_rr.c
src/host/layer23/src/mobile/settings.c
src/host/layer23/src/mobile/support.c
src/host/layer23/src/mobile/vty_interface.c