mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-11-01 20:43:39 +00:00
up_gtp_action_to_str_buf(): always print PDR IDs
Change-Id: I16dae4d693850435e98e8ba18ea4ab339ee28e23
This commit is contained in:
@@ -189,9 +189,10 @@ int up_gtp_action_to_str_buf(char *buf, size_t buflen, const struct up_gtp_actio
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user