summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/subscriber.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-09-11 14:10:31 +0200
committerAndreas.Eversberg2010-09-11 14:10:31 +0200
commitfa686fd4c9601a7ded99c38e2497ce2099140e98 (patch)
tree386d640684e9a2877bc0935682f5660f46c9a123 /src/host/layer23/include/osmocom/bb/mobile/subscriber.h
parent[layer23] Fix of MCC/MNC output in sysinfo.c (diff)
downloadosmocom-fa686fd4c9601a7ded99c38e2497ce2099140e98.tar.gz
osmocom-fa686fd4c9601a7ded99c38e2497ce2099140e98.tar.xz
osmocom-fa686fd4c9601a7ded99c38e2497ce2099140e98.zip
[layer23 / layer1] Added interface for changing crypto mode of DSP
The layer23 will now set crypto mode and key when CIPHERING MODE COMMAND is received. After crypto mode has been set, CIPHERING MODE COMPLETE is sent. NOTE: Layer1 implements only the interface, there is no functionality to it yet.
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/subscriber.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/subscriber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/subscriber.h b/src/host/layer23/include/osmocom/bb/mobile/subscriber.h
index aebb7a8..72d4dc8 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/subscriber.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/subscriber.h
@@ -52,7 +52,7 @@ struct gsm_subscriber {
/* key */
uint8_t key_seq; /* ciphering key sequence number */
- uint8_t key[64]; /* 64 bit */
+ uint8_t key[8]; /* 64 bit */
/* other */
struct llist_head plmn_list; /* PLMN Selector field */