aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-23 22:47:53 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-23 22:47:53 +0100
commit87ed5cd4ad0795d6d63b017e8811cc4bef646ec4 (patch)
treeef47da0dce43cdee9fee2532a1ec0f411a8fce43 /openbsc/include/openbsc/ipaccess.h
parent2ca7c3142989606590b45f661224a5b175f85dd4 (diff)
introduce #defines for ip.access RSL and OML UDP ports
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index 395687764..21a5c1759 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -3,6 +3,9 @@
#include "e1_input.h"
+#define IPA_TCP_PORT_OML 3002
+#define IPA_TCP_PORT_RSL 3003
+
struct ipaccess_head {
u_int16_t len; /* network byte order */
u_int8_t proto;