From abd0719f23b98ca818cf1f6b23140a22912751c3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 May 2010 02:25:46 +0800 Subject: 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. --- openbsc/include/openbsc/gsm_04_08.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include') 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 -- cgit v1.2.3