aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-09 11:03:49 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-09 11:03:49 +0200
commit8b65ab9d9133efe53a058733d492ac0595040fb4 (patch)
tree185e144fb5111ef4523d629a48248608f67190f8 /openbsc/src/libbsc
parentd134cc7d9d6841beea2a9b724c8870f57e3eb345 (diff)
HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts
Do not commit this to master. It disables a non-standard IE in the BTS attributes.
Diffstat (limited to 'openbsc/src/libbsc')
-rw-r--r--openbsc/src/libbsc/bts_ipaccess_nanobts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libbsc/bts_ipaccess_nanobts.c b/openbsc/src/libbsc/bts_ipaccess_nanobts.c
index e756f2a88..151004874 100644
--- a/openbsc/src/libbsc/bts_ipaccess_nanobts.c
+++ b/openbsc/src/libbsc/bts_ipaccess_nanobts.c
@@ -101,7 +101,7 @@ 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,
- NM_ATT_IPACC_CGI, 0, 7, 0x00, 0xf1, 0x10, 0x00, 0x01, 0x00, 0x00,
+ //NM_ATT_IPACC_CGI, 0, 7, 0x00, 0xf1, 0x10, 0x00, 0x01, 0x00, 0x00,
};
static unsigned char nanobts_attr_radio[] = {
@@ -210,7 +210,7 @@ static void patch_nm_tables(struct gsm_bts *bts)
nanobts_attr_bts[sizeof(nanobts_attr_bts)-11] = bts->bsic;
/* patch CGI */
- abis_nm_ipaccess_cgi(nanobts_attr_bts+sizeof(nanobts_attr_bts)-7, bts);
+ //abis_nm_ipaccess_cgi(nanobts_attr_bts+sizeof(nanobts_attr_bts)-7, bts);
/* patch the power reduction */
nanobts_attr_radio[1] = bts->c0->max_power_red / 2;