aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-04-12 15:38:49 +0200
committerHarald Welte <laforge@gnumonks.org>2019-04-23 20:51:37 +0000
commit321eb8e8c97d448ab9f7d480f0cdb2a7937482f3 (patch)
tree9245e7bdb3eac725dbc730cf0017db83390673a4
parent932ccf87a0eede73514bf95d403efd5189dbe792 (diff)
LLC XID: Fix string representation of N201_U
-rw-r--r--src/gprs/gprs_llc_xid.c2
1 files changed, 1 insertions, 1 deletions
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"},