[PATCH] 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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Jun 21 13:59:10 UTC 2017


Review at  https://gerrit.osmocom.org/2995

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/95/2995/1

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: newchange
Gerrit-Change-Id: Ic97de20c567bf67c513a45060e1e96e4b67b2311
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list