From: Sylvain Munaut <tnt(a)246tNt.com>
This is for EDGE model only and breaks init on older (eg. 139)
models. EDGE is not advertised in the SI anyway ...
Disabled for now. When GPRS is working, we can get back to it
and do a proper check and init/advertise them properly
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
---
openbsc/src/bsc_init.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 20b6501..00f25d8 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -386,8 +386,12 @@ static unsigned char nanobts_attr_cell[] = {
0x00, 250,
0x00, 250,
2, /* MCS2 */
+#if 0
+ /* EDGE model only, breaks older models.
+ * Should inquire the BTS capabilities */
NM_ATT_IPACC_RLC_CFG_3, 0, 1,
2, /* MCS2 */
+#endif
};
static unsigned char nanobts_attr_nsvc0[] = {
--
1.6.5.1