aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-11-07 02:52:29 +0700
committerlaforge <laforge@osmocom.org>2019-11-14 22:31:40 +0000
commitc19962e1e12fdf4badba64d2111dba16226c8e76 (patch)
tree5530a1c8c359327f8e97aa9eac0150014d698da3 /include
parent535e43268cef88439320a4cf8b614c976ff78a4f (diff)
osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmd
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sigtran/osmo_ss7.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h
index d0aa9a1..6778409 100644
--- a/include/osmocom/sigtran/osmo_ss7.h
+++ b/include/osmocom/sigtran/osmo_ss7.h
@@ -346,6 +346,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);
+bool osmo_ss7_as_active(const struct osmo_ss7_as *as);
bool osmo_ss7_as_tmode_compatible_xua(struct osmo_ss7_as *as, uint32_t m3ua_tmt);
void osmo_ss7_asp_disconnect(struct osmo_ss7_asp *asp);