From ba874b82be0ad1752b46009ba403f9b7bf24492d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 20 Aug 2014 23:47:15 +0200 Subject: move libctrl from openbsc to libosmoctrl (libosmocore.git) --- openbsc/include/openbsc/ipaccess.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'openbsc/include/openbsc/ipaccess.h') diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h index f4a0946d6..4853aa123 100644 --- a/openbsc/include/openbsc/ipaccess.h +++ b/openbsc/include/openbsc/ipaccess.h @@ -27,17 +27,6 @@ struct ipac_ext_lac_cmd { uint8_t data[0]; } __attribute__((packed)); -/* - * methods for parsing and sending a message - */ -void ipaccess_prepend_header(struct msgb *msg, int proto); -void ipaccess_prepend_header_ext(struct msgb *msg, int proto); -int ipaccess_send_pong(int fd); -int ipaccess_send_id_ack(int fd); -int ipaccess_send_id_req(int fd); - -const char *ipaccess_idtag_name(uint8_t tag); - int ipaccess_drop_oml(struct gsm_bts *bts); int ipaccess_drop_rsl(struct gsm_bts_trx *trx); -- cgit v1.2.3