pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/34021 )


Change subject: rlcmac: Fix OSMO_GPRS_RLCMAC_GMMRR_LLC_TRANSMITTED declared in 
wrong offset
......................................................................

rlcmac: Fix OSMO_GPRS_RLCMAC_GMMRR_LLC_TRANSMITTED declared in wrong offset

This enum should match osmo_gprs_gmm_gmmrr_prim_type, and I placed that
osmocom-specific enum at the wrong place in the rlcmac counterpart.

Change-Id: I3f198c756866417f8f975373f84fd3ec4da608fa
---
M include/osmocom/gprs/rlcmac/rlcmac_prim.h
1 file changed, 13 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/21/34021/1

diff --git a/include/osmocom/gprs/rlcmac/rlcmac_prim.h 
b/include/osmocom/gprs/rlcmac/rlcmac_prim.h
index 70d1075..acb0d75 100644
--- a/include/osmocom/gprs/rlcmac/rlcmac_prim.h
+++ b/include/osmocom/gprs/rlcmac/rlcmac_prim.h
@@ -71,8 +71,8 @@
  */
 enum osmo_gprs_rlcmac_gmmrr_prim_type {
        OSMO_GPRS_RLCMAC_GMMRR_ASSIGN,  /* Req: newTLLI  */
-       OSMO_GPRS_RLCMAC_GMMRR_LLC_TRANSMITTED, /* Ind: TLLI */
        OSMO_GPRS_RLCMAC_GMMRR_PAGE,    /* Ind: TLLI */
+       OSMO_GPRS_RLCMAC_GMMRR_LLC_TRANSMITTED, /* Ind: TLLI */
 };

 extern const struct value_string osmo_gprs_rlcmac_gmmrr_prim_type_names[];

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

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I3f198c756866417f8f975373f84fd3ec4da608fa
Gerrit-Change-Number: 34021
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to