aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-14 23:52:39 +0800
committerHarald Welte <laforge@gnumonks.org>2010-03-22 19:02:04 +0800
commit84c6f310ede51e227070db17f3dbbe87f9e83800 (patch)
tree385537f9b9962c93beca4df51a09109ae826204f
parent1f89329f457df0f9f4bdf89e8fc861b8f988e877 (diff)
GPRS: remove outdated FIXME about patching CGI
-rw-r--r--openbsc/src/bsc_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 19449b3f5..4b2a5e797 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -330,7 +330,6 @@ static unsigned char nanobts_attr_bts[] = {
NM_ATT_NY1, 10, /* 10 retransmissions of physical config */
NM_ATT_BCCH_ARFCN, HARDCODED_ARFCN >> 8, HARDCODED_ARFCN & 0xff,
NM_ATT_BSIC, HARDCODED_BSIC,
- /* FIXME: do not hardcode the CGI */
NM_ATT_IPACC_CGI, 0, 7, 0x00, 0xf1, 0x10, 0x00, 0x01, 0x00, 0x00,
};