aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc')
-rw-r--r--include/osmocom/bsc/bsc_api.h1
-rw-r--r--include/osmocom/bsc/gsm_04_08_rr.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bsc_api.h b/include/osmocom/bsc/bsc_api.h
index a90268bde..9e2b44e2c 100644
--- a/include/osmocom/bsc/bsc_api.h
+++ b/include/osmocom/bsc/bsc_api.h
@@ -28,5 +28,4 @@ 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
diff --git a/include/osmocom/bsc/gsm_04_08_rr.h b/include/osmocom/bsc/gsm_04_08_rr.h
index 4349a37cc..69cb6eab5 100644
--- a/include/osmocom/bsc/gsm_04_08_rr.h
+++ b/include/osmocom/bsc/gsm_04_08_rr.h
@@ -41,3 +41,5 @@ static inline struct msgb *gsm48_msgb_alloc_name(const char *name)
}
uint64_t str_to_imsi(const char *imsi_str);
+
+int gsm0408_rcvmsg(struct msgb *msg, uint8_t link_id);