[MERGED] libosmo-sccp[master]: xua_internal.h: Add missing functions required by xua_test

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 22 06:23:06 UTC 2017


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 <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list