summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm322.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/gsm322.h')
-rwxr-xr-xsrc/host/layer23/include/osmocom/gsm322.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/gsm322.h b/src/host/layer23/include/osmocom/gsm322.h
index 672c57a..bb6273d 100755
--- a/src/host/layer23/include/osmocom/gsm322.h
+++ b/src/host/layer23/include/osmocom/gsm322.h
@@ -140,6 +140,10 @@ struct gsm322_cellsel {
uint8_t powerscan; /* currently scanning for power */
uint32_t scan_state; /* special state of current scan */
uint8_t ccch_active; /* set, if ccch is active */
+
+ uint8_t selected; /* if a cell is selected */
+ uint16_t selected_arfcn;
+ uint16_t selected_mcc, selected_mnc, selected_lac;
};
/* GSM 03.22 message */