aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-28 16:32:44 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-28 16:32:44 +0000
commit177466199f40d7e67bd22227363f0873b928ac6c (patch)
tree2e7265a52cda61e39ed8508d6bf8343542a6a2ab /include
parent4d505470e87341f220b65a744c3caa8405aa31fe (diff)
[gsm0408] Make the generate_lai usable by other code
Prefix generate_lai with gsm0408 and update call sites. It will be used from within bsc_hack.c
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_04_08.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/gsm_04_08.h b/include/openbsc/gsm_04_08.h
index 24989b144..1513aded0 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -331,6 +331,8 @@ struct msgb;
struct gsm_bts;
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);
enum gsm_chan_t get_ctype_by_chreq(struct gsm_bts *bts, u_int8_t ra);