* 04:08: add MM INFO information elements
* gsm_data: add network name to gsm_network

diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 2f3e309..d9974a7 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -145,6 +145,8 @@
 	/* global parameters */
 	u_int16_t country_code;
 	u_int16_t network_code;
+	char *name_long;
+	char *name_short;
 
 	unsigned int num_bts;
 	/* private lists */