From e1dcbc762202a7f1a0022129b523e20b41bc532d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 2 Jun 2010 12:19:21 +0200 Subject: [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 :( --- openbsc/src/system_information.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') 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, -- cgit v1.2.3