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:39:27 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 19:39:27 +0800
commit2c0f16699e80ab492e3b7f8ad3de181ca90e5ef1 (patch)
tree39db270faf2221618758c9564bb01b7f8c7d0aef /openbsc/include/openbsc/gsm_04_08.h
parent580cb83ae38882a5106de1a9c1bd35bf25bf9bda (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/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 1e5ffced6..55f877622 100644
--- a/openbsc/include/openbsc/gsm_04_08.h
+++ b/openbsc/include/openbsc/gsm_04_08.h
@@ -60,5 +60,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