summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm322.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-05-01 20:21:03 +0200
committerAndreas.Eversberg2010-05-01 20:21:03 +0200
commit8e5f33b4d3a87eb8f794df286139f7d9a0d8cd1e (patch)
tree3db1a0f0efd9313e51032475206cf8fe17ec7d66 /src/host/layer23/include/osmocom/gsm322.h
parentFixes, especially frequency list parsing. (diff)
downloadosmocom-8e5f33b4d3a87eb8f794df286139f7d9a0d8cd1e.tar.gz
osmocom-8e5f33b4d3a87eb8f794df286139f7d9a0d8cd1e.tar.xz
osmocom-8e5f33b4d3a87eb8f794df286139f7d9a0d8cd1e.zip
Fixed many issues in MM IDLE mode process.
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 */