fixeria has uploaded this change for review.

View Change

llc: rename enum osmo_gprs_llc_{primitive->prim_type}

Change-Id: Ie0f9cd174934c54940217b89e46568a7c1b76b96
---
M include/osmocom/gprs/llc/llc_prim.h
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/10/29410/1
diff --git a/include/osmocom/gprs/llc/llc_prim.h b/include/osmocom/gprs/llc/llc_prim.h
index 834c27a..ddb1732 100644
--- a/include/osmocom/gprs/llc/llc_prim.h
+++ b/include/osmocom/gprs/llc/llc_prim.h
@@ -2,7 +2,7 @@

/* TS 04.64 Section 7.1.2 Table 7: LLC layer primitives (GMM/SNDCP/SMS/TOM) */
/* TS 04.65 Section 5.1.2 Table 2: Service primitives used by SNDCP */
-enum osmo_gprs_llc_primitive {
+enum osmo_gprs_llc_prim_type {
/* GMM <-> LLME */
OSMO_GPRS_LLC_LLGMM_ASSIGN, /* Req: TLLI old, TLLI new, Kc, CiphAlg */
OSMO_GPRS_LLC_LLGMM_RESET, /* Req/Cnf: TLLI */

To view, visit change 29410. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ie0f9cd174934c54940217b89e46568a7c1b76b96
Gerrit-Change-Number: 29410
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange