From 8cdfe9fc37819051187ad02dca20d8b75c701b0b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 1 Apr 2010 03:55:27 +0200 Subject: nat: Add code to find a BSC connection by the given msc multiplex --- openbsc/include/openbsc/bsc_nat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 6f79106fd..412d9a841 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -183,4 +183,6 @@ void bsc_mgcp_clear(struct sccp_connections *); void bsc_mgcp_free_endpoints(struct bsc_nat *nat); int bsc_mgcp_init(struct bsc_nat *nat); +struct bsc_connection *bsc_mgcp_find_con(struct bsc_nat *, int endpoint_number); + #endif -- cgit v1.2.3