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 Freyther zecke at selfish.orgHi all,
I just pushed zecke/remove-use-count with two commits to almost complete
the split. This code allocates the "struct gsm_subscriber_connection"
dynamically and the follow on commit is removing the use_count and
releases a channel as soon as it is unused (no operation/transaction is
left on it).
I would like to land this code now and continue with:
	-) Land some channel release changes from the On-Waves branch
	-) Update the channel release documentation...
	-) Start recreating the osmo-bsc...
	-) Implement the assignment command and use it from gsm_04_08.c
           and suddenly we can easily switch from very early to early
           assignment...