neels has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-upf/+/30457 )

Change subject: up_gtp_action_to_str_buf(): always print PDR IDs
......................................................................

up_gtp_action_to_str_buf(): always print PDR IDs

Change-Id: I16dae4d693850435e98e8ba18ea4ab339ee28e23
---
M src/osmo-upf/up_gtp_action.c
1 file changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/osmo-upf/up_gtp_action.c b/src/osmo-upf/up_gtp_action.c
index 81b74b3..a8a864b 100644
--- a/src/osmo-upf/up_gtp_action.c
+++ b/src/osmo-upf/up_gtp_action.c
@@ -189,9 +189,10 @@
                break;
        }
        if (a->session)
-               OSMO_STRBUF_PRINTF(sb, " PFCP-peer:%s SEID-l:0x%"PRIx64" 
PDR:%d,%d",
-                                  up_peer_remote_addr_str(a->session->up_peer),
-                                  a->session->up_seid, a->pdr_core, 
a->pdr_access);
+               OSMO_STRBUF_PRINTF(sb, " PFCP-peer:%s SEID-l:0x%"PRIx64,
+                                  
up_peer_remote_addr_str(a->session->up_peer), a->session->up_seid);
+       OSMO_STRBUF_PRINTF(sb, " PDR-access:%d", a->pdr_access);
+       OSMO_STRBUF_PRINTF(sb, " PDR-core:%d", a->pdr_core);
        return sb.chars_needed;
 }


--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/30457
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I16dae4d693850435e98e8ba18ea4ab339ee28e23
Gerrit-Change-Number: 30457
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-MessageType: merged

Reply via email to