aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-11-21 20:49:06 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-11-21 20:52:36 +0700
commitfb05bb4a60c172214500d262fb93018bc99f8906 (patch)
treef78dd2bfc1862c1f02793e30d87847219d3c0920 /include
parent0cd761c604958c4b0b8387ced99cf0c624b27025 (diff)
msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref()
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_04_11.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/msc/gsm_04_11.h b/include/osmocom/msc/gsm_04_11.h
index e3ff4baaf..e9043d579 100644
--- a/include/osmocom/msc/gsm_04_11.h
+++ b/include/osmocom/msc/gsm_04_11.h
@@ -44,8 +44,6 @@ int gsm411_send_sms(struct gsm_subscriber_connection *conn,
struct gsm_sms *sms);
void gsm411_sapi_n_reject(struct gsm_subscriber_connection *conn);
-uint8_t sms_next_rp_msg_ref(uint8_t *next_rp_ref);
-
int gsm411_send_rp_ack(struct gsm_trans *trans, uint8_t msg_ref);
int gsm411_send_rp_error(struct gsm_trans *trans, uint8_t msg_ref,
uint8_t cause);