Harald Welte has submitted this change and it was merged.

Change subject: xua_internal.h: Add missing functions required by xua_test
......................................................................


xua_internal.h: Add missing functions required by xua_test

Change-Id: Ic97de20c567bf67c513a45060e1e96e4b67b2311
---
M src/xua_internal.h
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/xua_internal.h b/src/xua_internal.h
index bb54205..991110b 100644
--- a/src/xua_internal.h
+++ b/src/xua_internal.h
@@ -72,3 +72,8 @@
 
 int ipa_tx_xua_as(struct osmo_ss7_as *as, struct xua_msg *xua);
 int ipa_rx_msg(struct osmo_ss7_asp *asp, struct msgb *msg);
+
+int osmo_isup_party_parse(char *out_digits, const uint8_t *in,
+                       unsigned int in_num_bytes, bool odd);
+int osmo_sccp_addr_parse(struct osmo_sccp_addr *out,
+                       const uint8_t *addr, unsigned int addrlen);

-- 
To view, visit https://gerrit.osmocom.org/2995
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic97de20c567bf67c513a45060e1e96e4b67b2311
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to