aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-30 16:18:18 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-30 16:18:18 +0000
commit89824fc46650332fa5c85ac1675588682802ecdf (patch)
tree516535bddfce2522f2c2f43fa4d22318460ce224 /include/openbsc/gsm_04_08.h
parenta767794d9631f44088e6ddd62887d22463e855d2 (diff)
Add an option to allow everyone to the network.
This should move out of gsm_04_08 and the accept, reject policy should be controllable by the higher levels.
Diffstat (limited to 'include/openbsc/gsm_04_08.h')
-rw-r--r--include/openbsc/gsm_04_08.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 424d4aa8c..6b0517e00 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -375,6 +375,7 @@ enum gsm48_reject_value {
struct msgb;
struct gsm_bts;
+void gsm0408_allow_everyone(int allow);
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);