From c07796dc3b5040993cf642145b924688ddf9ab66 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 27 Sep 2016 17:08:55 +0200 Subject: sccp_helpers.h/.c: fix: apply rename of osmo_sua_link to osmo_sccp_link Change-Id: If8b09bb05297ebf663b4a04d3cc094a6a8087f53 --- include/osmocom/sigtran/sccp_helpers.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/osmocom/sigtran/sccp_helpers.h b/include/osmocom/sigtran/sccp_helpers.h index 089d69a..01f7af6 100644 --- a/include/osmocom/sigtran/sccp_helpers.h +++ b/include/osmocom/sigtran/sccp_helpers.h @@ -4,30 +4,30 @@ #include #include -int sccp_tx_unitdata(struct osmo_sua_link *link, +int sccp_tx_unitdata(struct osmo_sccp_link *link, const struct osmo_sccp_addr *calling_addr, const struct osmo_sccp_addr *called_addr, uint8_t *data, unsigned int len); -int sccp_tx_unitdata_msg(struct osmo_sua_link *link, +int sccp_tx_unitdata_msg(struct osmo_sccp_link *link, const struct osmo_sccp_addr *calling_addr, const struct osmo_sccp_addr *called_addr, struct msgb *msg); void sccp_make_addr_pc_ssn(struct osmo_sccp_addr *addr, uint32_t pc, uint32_t ssn); -int sccp_tx_conn_req(struct osmo_sua_link *link, uint32_t conn_id, +int sccp_tx_conn_req(struct osmo_sccp_link *link, uint32_t conn_id, const struct osmo_sccp_addr *calling_addr, const struct osmo_sccp_addr *called_addr, uint8_t *data, unsigned int len); -int sccp_tx_conn_req_msg(struct osmo_sua_link *link, uint32_t conn_id, +int sccp_tx_conn_req_msg(struct osmo_sccp_link *link, uint32_t conn_id, const struct osmo_sccp_addr *calling_addr, const struct osmo_sccp_addr *called_addr, struct msgb *msg); -int sccp_tx_data(struct osmo_sua_link *link, uint32_t conn_id, +int sccp_tx_data(struct osmo_sccp_link *link, uint32_t conn_id, uint8_t *data, unsigned int len); -int sccp_tx_data_msg(struct osmo_sua_link *link, uint32_t conn_id, +int sccp_tx_data_msg(struct osmo_sccp_link *link, uint32_t conn_id, struct msgb *msg); -- cgit v1.2.3