msc/gsm_04_11.h: drop unused sms_next_rp_msg_ref()

Change-Id: I53b27629177b3342c4f5b34c80d52cbb6dc8476b
This commit is contained in:
Vadim Yanitskiy 2018-11-21 20:49:06 +07:00
parent 0cd761c604
commit fb05bb4a60
1 changed files with 0 additions and 2 deletions

View File

@ -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);