From 3a57553145edb0ef708d7482cff8106d425cb34d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 15 Apr 2017 22:39:05 +0200 Subject: introduce new osmo_ss7_asp_disconnect() function Higher-layer code shouldn't have to worry between client and server difference. It just wants to close the underlying connection for a given ASP - which it now can by means of osmo_ss7_asp_disconnect(). Change-Id: I36b089abd281b8edac8830fda2d8e57cc06cd0a7 --- include/osmocom/sigtran/osmo_ss7.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h index a8c1c3c..76403e2 100644 --- a/include/osmocom/sigtran/osmo_ss7.h +++ b/include/osmocom/sigtran/osmo_ss7.h @@ -309,6 +309,7 @@ int osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name); void osmo_ss7_as_destroy(struct osmo_ss7_as *as); bool osmo_ss7_as_has_asp(struct osmo_ss7_as *as, struct osmo_ss7_asp *asp); +void osmo_ss7_asp_disconnect(struct osmo_ss7_asp *asp); /*********************************************************************** -- cgit v1.2.3