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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgPatch Set 2: another thought... The main reason why the FSM allocation was separate from the subscr_conn struct allocation was that in the osmo-nitb, libbsc allocated the subscr_conn and handed it over to libmsc, and only then were we "allowed" to start an FSM. That limitation has gone away now, and we might actually pair up subscr_conn allocation with FSM allocation now. The FSM might not need a ref count on the subscr_conn, and maybe things would get clearer for people other than me. -- To view, visit https://gerrit.osmocom.org/7303 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I46ff2e9b09b67e4e0d79cccf8c04936f17281fcb Gerrit-PatchSet: 2 Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de> Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de> Gerrit-HasComments: No