Add an option to set the global reject cause

This will need to be moved into bsc_hack.c together with the
policy to accept/reject a UPDATING LOCATION REQUEST.
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 0ba6235..23a637a 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -380,7 +380,10 @@
 struct msgb;
 struct gsm_bts;
 
+/* config options controlling the behaviour of the lower leves */
 void gsm0408_allow_everyone(int allow);
+void gsm0408_set_reject_cause(int cause);
+
 int gsm0408_rcvmsg(struct msgb *msg);
 void gsm0408_generate_lai(struct gsm48_loc_area_id *lai48, u_int16_t mcc, 
 		u_int16_t mnc, u_int16_t lac);