summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-12-01 11:14:50 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2016-09-25 08:11:46 +0200
commit7f67caed4f1c4650dc2c4475e1371a2e80a17fc2 (patch)
tree103a3d5ce623d4200e907bd2fb58d7d24468f487 /src/host/layer23/include
parent258662afe324b5da2fc46783f63d6c4223e89a2a (diff)
layer23/mobile Store current PLMN with the network name
This is essential, so we know if the least given name is still valid in the network we are currently on.
Diffstat (limited to 'src/host/layer23/include')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h b/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h
index 6e9c197c..b17376d6 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/gsm48_mm.h
@@ -176,6 +176,7 @@ struct gsm48_mmlayer {
/* network name */
char name_short[32];
char name_long[32];
+ uint16_t name_mcc, name_mnc; /* PLMN of the name */
/* location update */
uint8_t lupd_pending; /* current pending loc. upd. */