[PATCH] openbsc[master]: abis_rsl: Add mandatory IE for Ericsson RBS2000 PDCH activation

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/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Wed Oct 26 12:10:07 UTC 2016


Review at  https://gerrit.osmocom.org/1157

abis_rsl: Add mandatory IE for Ericsson RBS2000 PDCH activation

We need to include the RSL_IE_ACT_TYPE Information Element with
the proprietary coding 0x0F for "packet channel related activation"
in order for the RBS2xxx to accept this message

Change-Id: I53bad674d3bb02f5210e71ca5b4280be9c956a57
---
M openbsc/src/libbsc/abis_rsl.c
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/57/1157/1

diff --git a/openbsc/src/libbsc/abis_rsl.c b/openbsc/src/libbsc/abis_rsl.c
index 95a18cf..2661695 100644
--- a/openbsc/src/libbsc/abis_rsl.c
+++ b/openbsc/src/libbsc/abis_rsl.c
@@ -499,6 +499,9 @@
 		dh->chan_nr = chan_nr;
 	}
 
+	/* Activation Type: Related to packet channel */
+	msgb_tv_put(msg, RSL_IE_ACT_TYPE, 0x0F);
+
 	msg->dst = trx->rsl_link;
 
 	return abis_rsl_sendmsg(msg);

-- 
To view, visit https://gerrit.osmocom.org/1157
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I53bad674d3bb02f5210e71ca5b4280be9c956a57
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>



More information about the gerrit-log mailing list