summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm322.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-07-17 11:37:58 +0200
committerAndreas.Eversberg2010-07-17 11:37:58 +0200
commit07b0abd4b3f64922d785a674da3230540b549655 (patch)
tree38774988bf271e445fa97afafc79296237cdff19 /src/host/layer23/include/osmocom/gsm322.h
parent[layer23] Fixed establishment of multiple MM connections (diff)
downloadosmocom-07b0abd4b3f64922d785a674da3230540b549655.tar.gz
osmocom-07b0abd4b3f64922d785a674da3230540b549655.tar.xz
osmocom-07b0abd4b3f64922d785a674da3230540b549655.zip
[layer23] After location updating, the last cell is selected without search
Diffstat (limited to 'src/host/layer23/include/osmocom/gsm322.h')
-rwxr-xr-xsrc/host/layer23/include/osmocom/gsm322.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/gsm322.h b/src/host/layer23/include/osmocom/gsm322.h
index d1ab0be..4b7df7a 100755
--- a/src/host/layer23/include/osmocom/gsm322.h
+++ b/src/host/layer23/include/osmocom/gsm322.h
@@ -163,6 +163,7 @@ struct gsm322_msg {
int msg_type;
uint16_t mcc, mnc;
uint8_t sysinfo; /* system information type */
+ uint8_t same_cell; /* select same cell when RET_IDLE */
uint8_t reject; /* location update reject cause */
};