aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-13 20:26:10 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-13 20:26:10 +0200
commit7f69816144a603099c785d34f35fa16f9866a2df (patch)
tree7364731a9e490e161b5195b1d8752e084b0d3490 /openbsc
parentccceef8fe90df234bf8f378cd90d5b1f51cf9a7b (diff)
disable emergency call bit (i.e. cell does not support emergency call)
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc_hack.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index 7bd036ab0..15bc70cc1 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -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
};