summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom
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
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')
-rwxr-xr-xsrc/host/layer23/include/osmocom/gsm322.h1
-rw-r--r--src/host/layer23/include/osmocom/gsm48_rr.h1
2 files changed, 2 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 */
};
diff --git a/src/host/layer23/include/osmocom/gsm48_rr.h b/src/host/layer23/include/osmocom/gsm48_rr.h
index c268c24..f5d5220 100644
--- a/src/host/layer23/include/osmocom/gsm48_rr.h
+++ b/src/host/layer23/include/osmocom/gsm48_rr.h
@@ -120,6 +120,7 @@ struct gsm48_rrlayer {
/* states if RR-EST-REQ was used */
uint8_t rr_est_req;
struct msgb *rr_est_msg;
+ uint8_t est_cause; /* cause used for establishment */
/* channel request states */
uint8_t wait_assign; /* waiting for assignment state */