aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 02:25:46 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 02:49:12 +0800
commitabd0719f23b98ca818cf1f6b23140a22912751c3 (patch)
tree11ca084e3d13a340c931c744b4a8aa88834e8459 /openbsc/include
parent5bac62216e7096e11f846117a59f708a5fe9c59f (diff)
gsm48: Separate CM Service Reject sending and creation.
Split out the msg generation from the sending, this will be used by the nat to send a refusal message.
Diffstat (limited to 'openbsc/include')
-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 1d363d1e1..c5c1f91eb 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -53,5 +53,6 @@ int gsm48_lchan_modify(struct gsm_lchan *lchan, u_int8_t lchan_mode);
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);
#endif