aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/pfcp/pfcp_ies_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/pfcp/pfcp_ies_custom.h')
-rw-r--r--include/osmocom/pfcp/pfcp_ies_custom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/pfcp/pfcp_ies_custom.h b/include/osmocom/pfcp/pfcp_ies_custom.h
index 565fee2..0540bfe 100644
--- a/include/osmocom/pfcp/pfcp_ies_custom.h
+++ b/include/osmocom/pfcp/pfcp_ies_custom.h
@@ -161,6 +161,10 @@ struct osmo_pfcp_ie_outer_header_creation {
uint32_t s_tag;
};
+int osmo_pfcp_ie_outer_header_creation_to_str_buf(char *buf, size_t buflen,
+ const struct osmo_pfcp_ie_outer_header_creation *ohc);
+char *osmo_pfcp_ie_outer_header_creation_to_str_c(void *ctx, const struct osmo_pfcp_ie_outer_header_creation *ohc);
+
/* 3GPP TS 29.244 8.2.64. */
struct osmo_pfcp_ie_outer_header_removal {
enum osmo_pfcp_outer_header_removal_desc desc;