aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-17 15:50:58 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-17 15:56:38 +0200
commit5ce73fed26510f92a23c312c5354bd9d6323f9be (patch)
treebe057549b00963b7fdf6cf329d79455ecd6de2b1 /openbsc/src/bsc_init.c
parent5e989704a737b884fac2dfc9885e6e8e4919271b (diff)
[bsc] Remove HAR feature to advertize neighbor cells
Do not advertize to broadcast on a different frequency, this was only useful for the HAR2009. The frequency list of the cell probably needs to migrate into the vty config file. Revert of ee4410a4f312d927dc8b4901c71c52436c18ca4a
Diffstat (limited to 'openbsc/src/bsc_init.c')
-rw-r--r--openbsc/src/bsc_init.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 6f940adbd..9fff4feed 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -903,8 +903,6 @@ static void patch_si_tables(struct gsm_bts *bts)
(struct gsm48_system_information_type_3*)&si3;
struct gsm48_system_information_type_4 *type_4 =
(struct gsm48_system_information_type_4*)&si4;
- struct gsm48_system_information_type_5 *type_5 =
- (struct gsm48_system_information_type_5*)&si5;
struct gsm48_system_information_type_6 *type_6 =
(struct gsm48_system_information_type_6*)&si6;
struct gsm48_loc_area_id lai;
@@ -944,17 +942,6 @@ static void patch_si_tables(struct gsm_bts *bts)
type_3->rach_control.cell_bar = 0;
type_4->rach_control.cell_bar = 0;
}
-
- /* FIXME: This is just for HAR */
- if (bts->c0->arfcn == 121) {
- /* this is setting pin 124 */
- type_2->bcch_frequency_list[0] = 0x08;
- type_5->bcch_frequency_list[0] = 0x08;
- } else if (bts->c0->arfcn == 124) {
- /* this is setting pin 121 */
- type_2->bcch_frequency_list[0] = 0x01;
- type_5->bcch_frequency_list[0] = 0x01;
- }
}