aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 22:48:05 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-20 11:22:59 +0200
commit3f18cfce85f76dcf02f49825c9fa326629c20d66 (patch)
tree0fb1e911bf0ad9ed10f972c001ce77e846960b38 /openbsc
parent658d1c3e14e6d9b7376226838ce1509f1475741b (diff)
cscn: don't redefine talloc_asn1_ctx from iu.c
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-cscn/cscn_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/osmo-cscn/cscn_main.c b/openbsc/src/osmo-cscn/cscn_main.c
index 6d41595a4..de651f4ed 100644
--- a/openbsc/src/osmo-cscn/cscn_main.c
+++ b/openbsc/src/osmo-cscn/cscn_main.c
@@ -314,8 +314,6 @@ static struct vty_app_info cscn_vty_info = {
.is_config_node = bsc_vty_is_config_node,
};
-void *talloc_asn1_ctx;
-
static int rcvmsg_iu_cs(struct msgb *msg, struct gprs_ra_id *ra_id, /* FIXME gprs_ in CS code */
uint16_t *sai)
{