aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-06-17 13:30:12 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-17 13:34:14 +0200
commit3b8fc0d69421654f75347d4627728aeb95f03a99 (patch)
tree783052d9381ba7545bcf74faa619f6868efda133 /include
parent2f102058ca8ac40ba4fef95d19d4c1a43c5e0fb6 (diff)
add osmo_pfcp_ie_f_seid_cmp
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/pfcp/pfcp_ies_custom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/pfcp/pfcp_ies_custom.h b/include/osmocom/pfcp/pfcp_ies_custom.h
index 08e62d1..f273a87 100644
--- a/include/osmocom/pfcp/pfcp_ies_custom.h
+++ b/include/osmocom/pfcp/pfcp_ies_custom.h
@@ -87,6 +87,7 @@ struct osmo_pfcp_ie_f_seid {
void osmo_pfcp_ie_f_seid_set(struct osmo_pfcp_ie_f_seid *f_seid, uint64_t seid,
const struct osmo_sockaddr *remote_addr);
+int osmo_pfcp_ie_f_seid_cmp(const struct osmo_pfcp_ie_f_seid *a, const struct osmo_pfcp_ie_f_seid *b);
/* 3GPP TS 29.244 8.3.2 */
struct osmo_pfcp_ie_f_teid {