From 06f49051c6d6c56f36f15da6e18c947360946bef Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 19 Aug 2012 20:03:24 +0200 Subject: ipa: add ipa_cli_id_ack and ipa_cli_id_resp This functions were before located in channel/abis/ipa_stream_client.c, but they are generic for IPA units. --- include/osmocom/netif/ipa.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/osmocom/netif/ipa.h') diff --git a/include/osmocom/netif/ipa.h b/include/osmocom/netif/ipa.h index ea06c22..dbbdc69 100644 --- a/include/osmocom/netif/ipa.h +++ b/include/osmocom/netif/ipa.h @@ -74,4 +74,9 @@ int ipaccess_send_pong(int fd); int ipaccess_send_id_ack(int fd); int ipaccess_send_id_req(int fd); +struct osmo_ipa_unit; + +struct msgb *ipa_cli_id_resp(struct osmo_ipa_unit *dev, uint8_t *data, int len); +struct msgb *ipa_cli_id_ack(void); + #endif -- cgit v1.2.3