[PATCH] rsl: Implement handling of rsl Delete Ind message

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/.

Holger Hans Peter Freyther holger at freyther.de
Tue Feb 18 07:00:04 UTC 2014


On Mon, Feb 17, 2014 at 04:50:42PM +0400, Ivan Kluchnikov wrote:

Good Morning,

> +		llist_for_each_entry(cur_trx, &trx->bts->trx_list, list) {
> +			if (cur_trx->arfcn == arfcn) {

I wondered if we want to compare the access reference as well? We do not
enforce that the ARFCNs of a TRX are distinct. And besides that I would
like you to move the look-up code to a separate function. That way we can
at least write a unit test in the future.





More information about the OpenBSC mailing list