From ae1ba71c3e5976c52bc928b1be59b6b560581b69 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 18 Mar 2024 08:07:55 +0100 Subject: HACK: make Node-ID non-mandatory to accomodate some non-standard server eUPF omits the Node-ID when the Session Establishment Response reports a failure. This patch is bad because all current callers need to adjust, and make sure to set the newly added node_id_present flag to true. See also https://github.com/edgecomllc/eupf/issues/539 --- tests/libosmo-pfcp/pfcp_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/libosmo-pfcp/pfcp_test.c b/tests/libosmo-pfcp/pfcp_test.c index 801932c..408d263 100644 --- a/tests/libosmo-pfcp/pfcp_test.c +++ b/tests/libosmo-pfcp/pfcp_test.c @@ -273,6 +273,7 @@ struct osmo_pfcp_msg tests[] = { .seid = 0x0123456789abcdef, }, .ies.session_est_resp = { + .node_id_present = true, .node_id = { .type = OSMO_PFCP_NODE_ID_T_IPV4, .ip.u.sin = { -- cgit v1.2.3