summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/settings.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-11-20 09:32:32 +0100
committerAndreas.Eversberg2010-11-20 09:32:32 +0100
commitf72baf40d5e647ca2d2bb56c4b846d7eb68c471b (patch)
tree855cb7e1cc03d7e266bf80f215f5c04574f9775c /src/host/layer23/include/osmocom/bb/mobile/settings.h
parent[layer23] Adding LAI to debug output of LOCATION UPDATING REQEST (diff)
downloadosmocom-f72baf40d5e647ca2d2bb56c4b846d7eb68c471b.tar.gz
osmocom-f72baf40d5e647ca2d2bb56c4b846d7eb68c471b.tar.xz
osmocom-f72baf40d5e647ca2d2bb56c4b846d7eb68c471b.zip
[layer23] Adding LAC and TMSI (both optional) to test card (rplmn)
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/settings.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h
index d0848a8..f666f37 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/settings.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h
@@ -25,11 +25,13 @@ struct gsm_settings {
/* test card simulator settings */
char test_imsi[20]; /* just in case... */
+ uint32_t test_tmsi;
uint8_t test_ki_type;
uint8_t test_ki[16]; /* 128 bit max */
uint8_t test_barr;
uint8_t test_rplmn_valid;
uint16_t test_rplmn_mcc, test_rplmn_mnc;
+ uint16_t test_lac;
uint8_t test_always; /* ...search hplmn... */
/* call related settings */