aboutsummaryrefslogtreecommitdiffstats
path: root/src/channel.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-15 23:09:39 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2012-08-16 00:30:57 +0200
commit3dc28ec6a3d2fe2a500d4a7ee330613cf1af9d89 (patch)
tree6b6e3ddb477b0a5ec7f709ab77655a92a8b312f8 /src/channel.c
parentb2f62cea7d44ab2affadfe3e8c5346742b373c2f (diff)
add abis_ipa_client channel
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channel.c b/src/channel.c
index a4c01d9..dfca5aa 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -4,9 +4,11 @@
#include <osmocom/netif/channel.h>
extern struct osmo_chan_type chan_abis_ipa_srv;
+extern struct osmo_chan_type chan_abis_ipa_cli;
static struct osmo_chan_type *chan_type[CHAN_MAX] = {
[CHAN_ABIS_IPA_SRV] = &chan_abis_ipa_srv,
+ [CHAN_ABIS_IPA_CLI] = &chan_abis_ipa_cli,
};
struct osmo_chan *osmo_chan_create(void *ctx, int type_id)