aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-07 11:43:27 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-07 11:45:55 +0100
commit4d95ab2231d451826130f1774d26ebf9c29bb56b (patch)
tree849d787d6280572f76b6a034514e4e87ba0cc076 /openbsc/include/openbsc/gsm_data.h
parent17944f72859ea53852870ceda49d4a2cb4ec8968 (diff)
[vty] Add a config for a simple OpenBSC BSC token
We will use this token to identify us at the MSC for now. This assumes that something like OpenVPN is already used to secure the networking. In the future we will explore using TLS for the communication and certificates for the authentication.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index b1abf6fdd..d42e8efe3 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -599,6 +599,9 @@ struct gsm_network {
/* a hack for On Waves. It must be signed */
int32_t core_country_code;
int32_t core_network_code;
+
+ /* a simple token for this network... */
+ char *bsc_token;
};
#define SMS_HDR_SIZE 128