Slightly off-topic, but this may be of use when testing OpenBSC...
Some mobiles made by Pantech have an engineering mode built in -
displays various parameters of the network like LAC, BSIC, ARFCN and
signal-strength (C1 value) of serving and neighbour cells, TMSI assigned
to phone, timing advance etc. The two models I've played with are:
PG-C3 - very comprehensive data (10 screens of it!), engineer mode
persists when power-cycled, but US tri-band, so does not cover 900MHz band.
PG-C520 - quad-band, but data not so comprehensive (e.g. no timing
advance), engineer mode does not persist
I bought mine from an Ebay shop in the USA:
http://stores.shop.ebay.co.uk/Khala-Ki-Dukan__W0QQ_armrsZ1
Both models were < 100 Euro, even with postage from the States and
import tax. If anyone's interested, email me and I'll post some
screenshots.
Does anyone know of other phones with built-in net-monitor / engineer
functions (other than the old Nokias!)?
Thanks, Mike H.
Hi Sylvain,
I asked a colleague of mine about nanoBTS model-numbers, he gave me a
list of available models that he got from IpAccess when he was looking
to buy some BTSs from them a while ago. They seem to use different
internal and external model-numbers for the non-EDGE oval models, maybe
not for the EDGE models; I've put in the three external->internal number
correspondences I know for definite:
Model no. IpAccess ref. Description
108B 1800MHz single-TRX BTS GPRS - OLD
108D 1800MHz multi-TRX nanoBTS
139U 108DU 1800MHz multi-TRX nanoBTS
108E 1900MHz multi-TRX nanoBTS
108EF 1900MHz multi-TRX nanoBTS
108ER012 1900MHz multi-TRX nanoBTS
178U 108GU 900MHz BTS RoHS-compliant
108H 850MHz BTS - pre-release product
108HU 850MHz BTS - pre-release product
165AU 165AU 1800MHz EDGE BTS
165B 1900MHz EDGE BTS
165BU 1900MHz EDGE BTS
165CU 900MHz EDGE BTS
165DU 850MHz EDGE BTS
165 E012 1800MHz extended temperature EDGE BTS Pre
Custom
165FM 1900MHz temperature-hardened EDGE BTS module
I know there are also models 110A and 140, both 1900MHz oval models, but
don't know what internal refs they correspond to.
HTH, Mike H
Hello again,
attached patch adds support for 1900MHz nanoBTS - use one bts_type
GSM_BTS_TYPE_NANOBTS to refer to all variants of nanoBTS, and rely on
the band specified in the config file when bounds-checking the specified
ARFCN.
At last getting the hang of git...
Best regards, Mike H.
Sorry about that Holger, another lesson learned - I'd manually edited
the patch to remove an extra line. Now recreated from scratch.
Very much like Harald's idea of reading the model / frequency-band from
the unit - may end up with GSM_BTS_TYPE_NANOBTS_OLD and
GSM_BTS_TYPE_NANOBTS_NEW or similar?
Best regards, Mike H.