aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-06-02 12:19:21 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-07 12:26:12 +0800
commite1dcbc762202a7f1a0022129b523e20b41bc532d (patch)
tree27503f67ef54311046eab711bc2adf9c6ea051a3
parent6be75737c4fa47cf0b270a2ca06d500b5f96fe26 (diff)
[GPRS] Change SI13 to NMO_II, as some phones (like G1) dislike NMO_III
I still believe NMO_III is what we want, but as indiciated some phones absolutely refuse to even connect to the GPRS network in this mode :(
-rw-r--r--openbsc/src/system_information.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/system_information.c b/openbsc/src/system_information.c
index 6e1807904..eb4ac7c83 100644
--- a/openbsc/src/system_information.c
+++ b/openbsc/src/system_information.c
@@ -397,7 +397,7 @@ static int generate_si6(u_int8_t *output, struct gsm_bts *bts)
static struct gsm48_si13_info si13_default = {
.cell_opts = {
- .nmo = GPRS_NMO_III,
+ .nmo = GPRS_NMO_II,
.t3168 = 2000,
.t3192 = 200,
.drx_timer_max = 3,