aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-07-05 20:23:17 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-07-05 20:23:17 +0200
commitb0908b8e7910243007fee5dfc0b877d6aa2cc208 (patch)
tree9df2db87cdfb2c6848453a5591b867f8147b1c22
parent262aee80aca96e3f86d4e831485c9e85948b0ede (diff)
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 12e4386e..a1356ade 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;