aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorAndreas Eversberg <Andreas.Eversberg@versatel.de>2009-06-15 23:22:09 +0200
committerHarald Welte <laforge@gnumonks.org>2009-06-15 23:22:09 +0200
commitc079be4d38556a4a979718fcf720dda852194179 (patch)
treec2654d3a990a9859e582afc79199c974d49b291d /openbsc/include
parenta717d5de8e00ae960b31eb3d0f596a51941ad73c (diff)
mncc: Add IMSI to gsm_mncc
This allows us to do subscriber lookups based on IMSI and e.g. establish MT calls to subscribers with no assigned extension.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mncc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/mncc.h b/openbsc/include/openbsc/mncc.h
index c04a81f6d..6aa191703 100644
--- a/openbsc/include/openbsc/mncc.h
+++ b/openbsc/include/openbsc/mncc.h
@@ -193,6 +193,7 @@ struct gsm_mncc {
int more;
int notify; /* 0..127 */
int emergency;
+ char imsi[16];
unsigned char lchan_mode;
};