summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-09-02 11:16:10 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2011-09-04 10:02:43 +0200
commitc9927c72ea31ad00b23da122280d6fcdec4a1a1e (patch)
tree186b9da3192802e821a802b5672c18f77e50bafb /src/host/layer23/include/osmocom/bb/common/osmocom_data.h
parent5c8b76e74e5d6f69f5d77c9092bcd7d47f1c2ecc (diff)
[mobile] Using socket application interface with mobile application
Use "-m" with mobile app, to use it in conjunction with LCR or other applications.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/osmocom_data.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/osmocom_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
index 6ad89cd3..8f150078 100644
--- a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
@@ -18,6 +18,7 @@ struct osmocom_ms;
#include <osmocom/bb/mobile/gsm322.h>
#include <osmocom/bb/mobile/gsm48_mm.h>
#include <osmocom/bb/mobile/gsm48_cc.h>
+#include <osmocom/bb/mobile/mncc_sock.h>
#include <osmocom/bb/common/sim.h>
#include <osmocom/bb/common/l1ctl.h>
@@ -31,6 +32,7 @@ struct osmol1_entity {
struct osmomncc_entity {
int (*mncc_recv)(struct osmocom_ms *ms, int msg_type, void *arg);
+ struct mncc_sock_state *sock_state;
uint32_t ref;
};