summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/apn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/apn.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/apn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/apn.h b/src/host/layer23/include/osmocom/bb/common/apn.h
index 94784ef7..538b31dd 100644
--- a/src/host/layer23/include/osmocom/bb/common/apn.h
+++ b/src/host/layer23/include/osmocom/bb/common/apn.h
@@ -20,6 +20,7 @@
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/select.h>
#include <osmocom/core/tun.h>
+#include <osmocom/bb/common/apn_fsm.h>
struct osmocom_ms;
@@ -50,6 +51,7 @@ struct osmobb_apn {
bool tx_gpdu_seq;
} cfg;
struct osmo_tundev *tun;
+ struct apn_fsm_ctx fsm;
};
struct osmobb_apn *apn_alloc(struct osmocom_ms *ms, const char *name);