summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-08-14 17:10:26 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-08-14 17:10:26 +0000
commit4337d3bb2e2a0d205a2f846160633d4bf4b6ec83 (patch)
tree17737d430c8753f54182388163fa64f437fbadf9 /src/host/layer23/include/osmocom/bb/common
parent49d6f1aca9b8d57c27878bd8e3ba79c521e5545d (diff)
[layer23] Added (incomplete) ASSIGNMENT COMMAND handling
This commit features handling of ASSIGNMENT COMMAND. Currently only channel descriptions "after time" are processed, which is mostly the case. The ASSIGNMENT COMMAND is essential, because public networks assign an SDCCH4/8 before actually assigning a TCH.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-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 dc7ba11d..2fa59f7b 100644
--- a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
@@ -27,7 +27,9 @@ struct osmol2_entity {
/* RX measurement statistics */
struct rx_meas_stat {
+ uint32_t last_fn;
uint32_t frames;
+ uint32_t snr;
uint32_t berr;
uint32_t rxlev;
};