aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 9c0ac556a..8f21524eb 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -144,6 +144,8 @@ struct gsm_network {
struct gsm_bts bts[GSM_MAX_BTS+1];
struct gsm_ms *ms;
struct gsm_subscriber *subscriber;
+
+ void (*update_request_accepted)(struct gsm_bts *, u_int32_t);
};
struct gsm_network *gsm_network_init(unsigned int num_bts, u_int16_t country_code,