disable emergency call bit (i.e. cell does not support emergency call)

This commit is contained in:
Harald Welte 2009-08-13 20:26:10 +02:00
parent ccceef8fe9
commit 7f69816144
1 changed files with 4 additions and 4 deletions

View File

@ -685,7 +685,7 @@ static u_int8_t si1[] = {
/* header */0x55, 0x06, 0x19,
/* ccdesc */0x04 /*0x00*/, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /*0x01*/,
/* rach */0xD5, 0x00, 0x00,
/* rach */0xD5, 0x04, 0x00,
/* s1 reset*/0x2B
};
@ -709,7 +709,7 @@ static u_int8_t si2[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/* ncc */0xFF,
/* rach*/0xD5, 0x00, 0x00
/* rach*/0xD5, 0x04, 0x00
};
/*
@ -750,7 +750,7 @@ static u_int8_t si3[] = {
/* desc */0x01, 0x03, 0x00,
/* option*/0x28,
/* selection*/0x62, 0x00,
/* rach */0xD5, 0x00, 0x00,
/* rach */0xD5, 0x04, 0x00,
/* rest */ 0x2B, 0x2B, 0x2B, 0x2B
};
@ -783,7 +783,7 @@ static u_int8_t si4[] = {
/* header */0x41, 0x06, 0x1C,
/* lai */0x00, 0xF1, 0x10, 0x00, 0x01,
/* sel */0x62, 0x00,
/* rach*/0xD5, 0x00, 0x00,
/* rach*/0xD5, 0x04, 0x00,
/* cbch chan desc */ 0x64, 0x30, 0xE0, HARDCODED_ARFCN/*0x01*/,
/* rest octets */ 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B
};