fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/29481 )

Change subject: llc: add missing enum osmo_gprs_llc_xid_type values
......................................................................

llc: add missing enum osmo_gprs_llc_xid_type values

See 3GPP TS 44.064 version 16.0.0 Release 16, table 6.

Change-Id: Ifdca0c742727a030008a01848153c23e0e0017bd
---
M include/osmocom/gprs/llc/llc.h
M src/llc/llc_xid.c
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/include/osmocom/gprs/llc/llc.h b/include/osmocom/gprs/llc/llc.h
index 7c4ea45..0e4531e 100644
--- a/include/osmocom/gprs/llc/llc.h
+++ b/include/osmocom/gprs/llc/llc.h
@@ -83,6 +83,9 @@
        OSMO_GPRS_LLC_XID_T_kU          = 10,
        OSMO_GPRS_LLC_XID_T_L3_PAR      = 11,
        OSMO_GPRS_LLC_XID_T_RESET       = 12,
+       OSMO_GPRS_LLC_XID_T_IIOV_UI     = 13,
+       OSMO_GPRS_LLC_XID_T_IIOV_UI_CNT = 14,
+       OSMO_GPRS_LLC_XID_T_MAC_IOV_UI  = 15,
 };

 extern const struct value_string osmo_gprs_llc_xid_type_names[];
diff --git a/src/llc/llc_xid.c b/src/llc/llc_xid.c
index 1705e5d..fb84137 100644
--- a/src/llc/llc_xid.c
+++ b/src/llc/llc_xid.c
@@ -38,5 +38,8 @@
        { OSMO_GPRS_LLC_XID_T_kU,               "kU" },
        { OSMO_GPRS_LLC_XID_T_L3_PAR,           "L3-Params" },
        { OSMO_GPRS_LLC_XID_T_RESET,            "Reset" },
+       { OSMO_GPRS_LLC_XID_T_IIOV_UI,          "i-IOV-UI" },
+       { OSMO_GPRS_LLC_XID_T_IIOV_UI_CNT,      "i-IOV-UI-cnt" },
+       { OSMO_GPRS_LLC_XID_T_MAC_IOV_UI,       "MAC-IOV-UI" },
        { 0, NULL }
 };

--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/29481
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ifdca0c742727a030008a01848153c23e0e0017bd
Gerrit-Change-Number: 29481
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to