summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-05 20:23:17 +0200
committerPablo Neira Ayuso2011-07-05 20:23:17 +0200
commitb0908b8e7910243007fee5dfc0b877d6aa2cc208 (patch)
tree9df2db87cdfb2c6848453a5591b867f8147b1c22
parentsrc: add e1_input_vty.c to libosmo-abis (diff)
downloadlibosmo-abis-b0908b8e7910243007fee5dfc0b877d6aa2cc208.tar.gz
libosmo-abis-b0908b8e7910243007fee5dfc0b877d6aa2cc208.tar.xz
libosmo-abis-b0908b8e7910243007fee5dfc0b877d6aa2cc208.zip
include: remove IPA_NODE and E1INP_NODE definition from internal.h
They should be defined in osmocom/vty/command.h in libosmocore.
-rw-r--r--include/internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/internal.h b/include/internal.h
index 12e4386..a1356ad 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -1,10 +1,6 @@
#ifndef _INTERNAL_H_
#define _INTERNAL_H_
-/* XXX: fix this in libosmocore, we need some reserved range */
-#define IPA_NODE _LAST_OSMOVTY_NODE + 100
-#define E1INP_NODE _LAST_OSMOVTY_NODE + 101
-
/* talloc context for libosmo-abis. */
extern void *libosmo_abis_ctx;