[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 :(
This commit is contained in:
Harald Welte
2010-06-02 12:19:21 +02:00
parent 69996cb534
commit 858491821f

View File

@@ -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,