aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-17 08:33:29 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-01-17 09:32:05 +0100
commit5899b2d3467e59463606edca9c7407126ebd3218 (patch)
tree3e28bc78feefc79168e50178f2395f5424333552 /src/osmo-bts-sysmo/misc/sysmobts_mgr.h
parent1881e46cb9b7006ddaa66943bc95444766817abb (diff)
sysmobts-mgr: Respond to ipaccess-find broadcast messages
Bind to port 3006 and listen to incoming IPA requests. Currently we unconditionally respond with the MAC and IP Address of the unit. To determine the IP Address the kernel is asked for thesource address of the route for the destination. In contrast to a nanoBTS we will reply to the port the initial request came from.
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_mgr.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_mgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
index 3b948b1c..ddb6774a 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
@@ -4,6 +4,7 @@
enum {
DTEMP,
DFW,
+ DFIND,
};
#endif