diff options
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/l23sap.h')
-rw-r--r-- | src/host/layer23/include/osmocom/bb/common/l23sap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/l23sap.h b/src/host/layer23/include/osmocom/bb/common/l23sap.h index 814fb7de..eaa62c14 100644 --- a/src/host/layer23/include/osmocom/bb/common/l23sap.h +++ b/src/host/layer23/include/osmocom/bb/common/l23sap.h @@ -10,6 +10,9 @@ #define CHAN_IS_SACCH(link_id) \ ((link_id & 0xc0) == LID_SACCH) +int l23sap_gsmtap_data_ind(struct osmocom_ms *ms, struct msgb *msg); +int l23sap_gsmtap_data_req(struct osmocom_ms *ms, struct msgb *msg); + int l23sap_data_ind(struct osmocom_ms *ms, struct msgb *msg); int l23sap_data_conf(struct osmocom_ms *ms, struct msgb *msg); int l23sap_rach_conf(struct osmocom_ms *ms, struct msgb *msg); |