aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/bsc_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/bsc_api.h')
-rw-r--r--include/openbsc/bsc_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/bsc_api.h b/include/openbsc/bsc_api.h
index 40068d6ef..6ee05629f 100644
--- a/include/openbsc/bsc_api.h
+++ b/include/openbsc/bsc_api.h
@@ -55,4 +55,5 @@ int gsm0808_page(struct gsm_bts *bts, unsigned int page_group,
unsigned int mi_len, uint8_t *mi, int chan_type);
int gsm0808_clear(struct gsm_subscriber_connection *conn);
+int gsm0408_rcvmsg(struct msgb *msg, uint8_t link_id);
#endif