From 321eb8e8c97d448ab9f7d480f0cdb2a7937482f3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 12 Apr 2019 15:38:49 +0200 Subject: LLC XID: Fix string representation of N201_U Change-Id: I8799e3a3c47377aeeb9923d9d73f5d0b73cd8d0b --- src/gprs/gprs_llc_xid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gprs/gprs_llc_xid.c b/src/gprs/gprs_llc_xid.c index de60e49ee..b91fa6bfd 100644 --- a/src/gprs/gprs_llc_xid.c +++ b/src/gprs/gprs_llc_xid.c @@ -41,7 +41,7 @@ const struct value_string gprs_llc_xid_type_names[] = { { GPRS_LLC_XID_T_IOV_I, "IOV_I"}, { GPRS_LLC_XID_T_T200, "T200"}, { GPRS_LLC_XID_T_N200, "N200"}, - { GPRS_LLC_XID_T_N201_U, "N201_"}, + { GPRS_LLC_XID_T_N201_U, "N201_U"}, { GPRS_LLC_XID_T_N201_I, "N201_I"}, { GPRS_LLC_XID_T_mD, "mD"}, { GPRS_LLC_XID_T_mU, "mU"}, -- cgit v1.2.3