aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-29 04:08:28 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-29 04:08:28 +0000
commite14a57cc0e63b747423c8aa390496552ecf735b9 (patch)
tree8dc69c387e065a6283ebafa06c3da9356fd9470d /include/openbsc/gsm_04_08.h
parentd35b6a7b12a7cb4e165afa2580943f821022a792 (diff)
Create request channel reason to see channel requests originating from PAG
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 b9a2cc89e..081e869ef 100644
--- a/include/openbsc/gsm_04_08.h
+++ b/include/openbsc/gsm_04_08.h
@@ -344,6 +344,7 @@ 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);
+enum gsm_chreq_reason_t get_reason_by_chreq(struct gsm_bts *bts, u_int8_t ra);
#endif