aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_08.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 19:40:05 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 19:40:05 +0800
commit230a4d886da1c2ab0e55594f585eaf0225e1d188 (patch)
tree64fcf170cf26069fb31245948ceb9e92288ba73c /openbsc/include/openbsc/gsm_04_08.h
parent2c0f16699e80ab492e3b7f8ad3de181ca90e5ef1 (diff)
gsm48: Split LU Reject sending and generation into two.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_08.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_08.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_08.h b/openbsc/include/openbsc/gsm_04_08.h
index 55f877622..23a5d100e 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -61,5 +61,6 @@ int gsm48_rx_rr_modif_ack(struct msgb *msg);
int gsm48_parse_meas_rep(struct gsm_meas_rep *rep, struct msgb *msg);
struct msgb *gsm48_create_mm_serv_rej(enum gsm48_reject_value value);
+struct msgb *gsm48_create_loc_upd_rej(uint8_t cause);
#endif