fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-gprs/+/29397 )
Change subject: llc: add missing LLGMM primitive types
......................................................................
llc: add missing LLGMM primitive types
From 3GPP TS 44.064 version 16.0.0 (2020-08) Release 16.
Change-Id: I85d3403f26ed1d80453affb7e01803402ccd7937
---
M include/osmocom/gprs/llc/llc.h
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/97/29397/1
diff --git a/include/osmocom/gprs/llc/llc.h b/include/osmocom/gprs/llc/llc.h
index 43cc477..657d176 100644
--- a/include/osmocom/gprs/llc/llc.h
+++ b/include/osmocom/gprs/llc/llc.h
@@ -39,11 +39,14 @@
/* GMM <-> LLME */
OSMO_GPRS_LLC_LLGMM_ASSIGN, /* Req: TLLI old, TLLI new, Kc, CiphAlg */
OSMO_GPRS_LLC_LLGMM_RESET, /* Req/Cnf: TLLI */
+ OSMO_GPRS_LLC_LLGMM_TRIGGER, /* Req: TLLI, Cause */
OSMO_GPRS_LLC_LLGMM_SUSPEND, /* Req: TLLI, Page */
OSMO_GPRS_LLC_LLGMM_RESUME, /* Req: TLLI */
OSMO_GPRS_LLC_LLGMM_PAGE, /* Ind: TLLI */
OSMO_GPRS_LLC_LLGMM_IOV, /* Req: TLLI */
OSMO_GPRS_LLC_LLGMM_STATUS, /* Ind: TLLI, Cause */
+ OSMO_GPRS_LLC_LLGMM_PSHO, /* Req/Ind/Cnf: TLLI, Ciph, IOV-UI, Old XID */
+ OSMO_GPRS_LLC_LLGMM_ASSIGN_UP, /* Req: TLLI */
/* LLE <-> (GMM/SNDCP/SMS/TOM) */
OSMO_GPRS_LLC_LL_RESET, /* Ind: TLLI */
OSMO_GPRS_LLC_LL_ESTABLISH, /* Req/Ind/Rsp/Cnf: TLLI, XID Req/Neg, N201-I, N201-U */
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/29397
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I85d3403f26ed1d80453affb7e01803402ccd7937
Gerrit-Change-Number: 29397
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange