aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-07 03:17:01 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-07 03:17:01 +0100
commit2aa0b45cc03ab8c91fabdaf585cb8b17c3f26c2c (patch)
tree75ded078559c30c3152d0c25d052737a15352ff6 /openbsc/include/openbsc/gsm_data.h
parent619df61ad27093a4a0305b7af9a8e36719a6d474 (diff)
[bssap] Allow to use a different country code too
* Be able to have a country code in the air but use a different country code when talking to the core network. * Now both country and network code can be different on air and on the MSC communication.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index c34d4af10..7d5e50277 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -595,6 +595,7 @@ struct gsm_network {
} rrlp;
/* a hack for On Waves. It must be signed */
+ u_int32_t core_country_code;
u_int32_t core_network_code;
};