aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-18 17:30:36 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-18 20:51:03 +0200
commitf5efba40e7068595db788463e8b94ba56642218a (patch)
tree86e52f4ba15e415e08da979e196e09bb0cfb7831 /include/osmocom
parentc1edf604aed9bafb2ca5b188f9c6d0d5d2973808 (diff)
ipa: add ipaccess_tlv_to_unitdata()
this function takes the parsed TLVs of an IPA ID RESP message and fills a 'struct ipaccess_unit'.
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/abis/ipa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h
index 7030830..17b5f23 100644
--- a/include/osmocom/abis/ipa.h
+++ b/include/osmocom/abis/ipa.h
@@ -95,5 +95,7 @@ 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);
+int ipaccess_tlv_to_unitdata(struct ipaccess_unit *ud,
+ const struct tlv_parsed *tp);
#endif