pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42053?usp=email )
Change subject: ss7_asp: remove lm during ASP destroy
......................................................................
ss7_asp: remove lm during ASP destroy
Otherwise the xua_default_lm_fsm instance is freed with talloc_free()
instead of osmo_fsm_inst_free().
Change-Id: Iee339b49d4b73a9afde60c4b8f6f5a03ad8a822d
---
M src/ss7_asp.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/53/42053/1
diff --git a/src/ss7_asp.c b/src/ss7_asp.c
index 4ca1fb4..ded2c67 100644
--- a/src/ss7_asp.c
+++ b/src/ss7_asp.c
@@ -758,6 +758,7 @@
osmo_stream_cli_destroy(asp->client);
if (asp->fi)
osmo_fsm_inst_term(asp->fi, OSMO_FSM_TERM_REQUEST, NULL);
+ osmo_ss7_asp_remove_default_lm(asp);
/* Unlink from all ASs we are part of.
* Some RKM-dynamically allocated ASs may be freed as a result from this: */
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/42053?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Iee339b49d4b73a9afde60c4b8f6f5a03ad8a822d
Gerrit-Change-Number: 42053
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Attention is currently required from: laforge, pespin.
jolly has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmo-abis/+/41140?usp=email )
Change subject: Add CAS channel support
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS1:
> as stated in the osmo-e1d patch, the 4 CAS bits should be exposed on a per-B-channel basis, i.e. […]
As I statesd in osmo-e1d patch and you accepted it, I assume this is resolved:
"All applications that may have one or more time slots on an E1 line must receive CAS events of all time slots, because the application may use (open/close) a time slot depending on the received CAS events. This is more efficient than having all idle channels open all the time. libosmo-abis does not know in advance which time slots will be used by which application. The application must ignore events for time slots that will not be used."
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/41140?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I81cc89e01bb4207dc899ab28f24a131f24b61c9c
Gerrit-Change-Number: 41140
Gerrit-PatchSet: 4
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 04 Feb 2026 19:27:35 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>