aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-18 22:33:12 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-18 22:49:50 +0200
commiteb623019382fdbff36fb8a72052732e225aef67e (patch)
treeae1ecaa9bae02f8a381c638353e32903f2d6a3f3 /openbsc/include/openbsc/ipaccess.h
parent948b730fea6b252eb0e32d7bd285d102de966a73 (diff)
ipaccess-proxy: avoid namespace collision with libosmo-abis
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index bc1fa6ed4..f4a0946d6 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -37,8 +37,6 @@ int ipaccess_send_id_ack(int fd);
int ipaccess_send_id_req(int fd);
const char *ipaccess_idtag_name(uint8_t tag);
-int ipaccess_idtag_parse(struct tlv_parsed *dec, unsigned char *buf, int len);
-int ipaccess_parse_unitid(const char *str, uint16_t *site_id, uint16_t *bts_id, uint16_t *trx_id);
int ipaccess_drop_oml(struct gsm_bts *bts);
int ipaccess_drop_rsl(struct gsm_bts_trx *trx);