aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/vlr_sgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/vlr_sgs.h')
-rw-r--r--include/osmocom/msc/vlr_sgs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/vlr_sgs.h b/include/osmocom/msc/vlr_sgs.h
index 00d52f7b4..fa9d948a1 100644
--- a/include/osmocom/msc/vlr_sgs.h
+++ b/include/osmocom/msc/vlr_sgs.h
@@ -75,6 +75,7 @@ static inline const char *vlr_sgs_state_counter_name(enum vlr_sgs_state_ctr Ns)
/* This callback function is called when an SGs location update is complete */
struct sgs_lu_response {
bool accepted;
+ bool error;
struct vlr_subscr *vsub;
};
typedef void (*vlr_sgs_lu_response_cb_t) (struct sgs_lu_response *response);