fixeria submitted this 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(-)
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.