aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-31 18:52:11 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-31 18:52:11 +0000
commite97f7fba9776b59f1160ff0e1d24d08bdb085e74 (patch)
tree492c089492de339eecaf754e31d46ccd42e810ce /include/openbsc/gsm_04_08.h
parent1bc7de50be7e72bea081887eca2acefae87f5e75 (diff)
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.
Diffstat (limited to 'include/openbsc/gsm_04_08.h')
-rw-r--r--include/openbsc/gsm_04_08.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 0ba623519..23a637aad 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -380,7 +380,10 @@ enum gsm48_reject_value {
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);