aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_internal.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-14 20:16:10 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-14 20:25:50 +0200
commitc0315368084d91d0fbec4d6a6e29c72ac94e255b (patch)
tree88be125c99463f8af2dbaee2a10a0eeafd982cc9 /src/sccp_internal.h
parentf5a030fac89ab47e1fa787a799a5ed0d9f4104d3 (diff)
SCCP: Add VTY interface for SCCP
Diffstat (limited to 'src/sccp_internal.h')
-rw-r--r--src/sccp_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sccp_internal.h b/src/sccp_internal.h
index c35ef4b..17dda13 100644
--- a/src/sccp_internal.h
+++ b/src/sccp_internal.h
@@ -87,3 +87,5 @@ int sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *op
struct msgb *sccp_msgb_alloc(const char *name);
struct osmo_fsm sccp_scoc_fsm;
+
+void sccp_scoc_show_connections(struct vty *vty, struct osmo_sccp_instance *inst);