Skip to content

Commit

Permalink
KPI: stringify the GTPu stats
Browse files Browse the repository at this point in the history
Add a the description of the GTPu message types for the
  show worker gtp-router * plane gtpu
command.
  • Loading branch information
vjardin committed Feb 20, 2025
1 parent e22f10a commit 99a578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtp_router_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ DEFUN(show_workers_gtp_router,
(strcmp(plane, "gtpu") == 0)) {
gtp_server_t *srv = &ctx->gtpu;
if (__test_bit(GTP_FL_UPF_BIT, &srv->flags))
vty_server(vty, srv, "gtpu", NULL);
vty_server(vty, srv, "gtpu", gtpu_msg_type2str);
else
vty_out(vty, " gtpu: none%s"
, VTY_NEWLINE);
Expand Down

0 comments on commit 99a578e

Please sign in to comment.