summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-11-21 10:54:48 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-11-21 10:55:08 +0700
commit1c84127b199a4b7769815397cba1cabbf84a9f41 (patch)
tree32edb5f778b70e9dd7505633bf0b35948486e034 /src/host/layer23/include/osmocom/bb/common/osmocom_data.h
parent5e9786bde947089ec274e5e0235dddc87e72ed3d (diff)
(WIP) host/layer23: introduce an application to dump L1CTL PHY infofixeria/l1ctl_nego
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.h5
1 files changed, 5 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 486c36d0..2a5e4a50 100644
--- a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
@@ -1,6 +1,7 @@
#ifndef osmocom_data_h
#define osmocom_data_h
+#include <osmocom/core/msgb.h>
#include <osmocom/core/select.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/core/write_queue.h>
@@ -86,6 +87,9 @@ struct osmocom_ms {
struct osmomncc_entity mncc_entity;
struct llist_head trans_list;
+ /* PHY info / features */
+ struct msgb *phy_info;
+
void *lua_state;
int lua_cb_ref;
char *lua_script;
@@ -106,6 +110,7 @@ enum osmobb_l1ctl_sig {
S_L1CTL_TCH_MODE_CONF,
S_L1CTL_LOSS_IND,
S_L1CTL_NEIGH_PM_IND,
+ S_L1CTL_NEGO_IND,
};
enum osmobb_global_sig {