[PATCH 2/4] [bsc_init] Don't set NM_ATT_IPACC_RLC_CFG_3 attribute

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Wed Nov 18 22:40:09 UTC 2009


From: Sylvain Munaut <tnt at 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 at 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





More information about the OpenBSC mailing list