From c079be4d38556a4a979718fcf720dda852194179 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 15 Jun 2009 23:22:09 +0200 Subject: 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. --- openbsc/include/openbsc/mncc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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; }; -- cgit v1.2.3