Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13622 )

Change subject: LLC XID: Fix string representation of N201_U
......................................................................

LLC XID: Fix string representation of N201_U

Change-Id: I8799e3a3c47377aeeb9923d9d73f5d0b73cd8d0b
---
M src/gprs/gprs_llc_xid.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gprs/gprs_llc_xid.c b/src/gprs/gprs_llc_xid.c
index de60e49..b91fa6b 100644
--- a/src/gprs/gprs_llc_xid.c
+++ b/src/gprs/gprs_llc_xid.c
@@ -41,7 +41,7 @@
        { 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"},

--
To view, visit https://gerrit.osmocom.org/13622
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8799e3a3c47377aeeb9923d9d73f5d0b73cd8d0b
Gerrit-Change-Number: 13622
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>

Reply via email to