aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-18 17:28:54 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-18 20:51:03 +0200
commitc1edf604aed9bafb2ca5b188f9c6d0d5d2973808 (patch)
tree69ed5be8c1ea282a98a30ca02d63b78ae50523f5 /include/osmocom
parent783715b204922cae70b6915f596268538c1c67e2 (diff)
ipa: declare more already public functions
ipaccess_idtag_parse(), int ipaccess_send_id_req() and paccess_parse_unitid(). In the mid to long term, the entire IPA/CCM handling should be moved out of the processes and into a proper state machine inside libosmocore or libosmoabis.
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/abis/ipa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h
index 648f105..7030830 100644
--- a/include/osmocom/abis/ipa.h
+++ b/include/osmocom/abis/ipa.h
@@ -92,4 +92,8 @@ void ipaccess_prepend_header_ext(struct msgb *msg, int proto);
void ipa_msg_push_header(struct msgb *msg, uint8_t proto);
+int ipaccess_idtag_parse(struct tlv_parsed *dec, unsigned char *buf, int len);
+int ipaccess_send_id_req(int fd);
+int ipaccess_parse_unitid(const char *str, struct ipaccess_unit *unit_data);
+
#endif