aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-05 19:43:07 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:48 +0100
commit2a8675e49a5fac26778f6397696bd98981422f21 (patch)
treee4996757da258981d6d0fa176a2dcd8bd9fa1b64 /openbsc/include/openbsc/osmo_msc_data.h
parent52d42abdb7b75d41b9291ca266d5d71610b2088b (diff)
bsc: Add a mobile country code setting for the backbone.
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 522f9efe6..caf49ef19 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -47,6 +47,7 @@ struct osmo_msc_data {
struct timer_list pong_timer;
struct bsc_msc_connection *msc_con;
int core_ncc;
+ int core_mcc;
int rtp_payload;
int rtp_base;