pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/27224 )
Change subject: gsm_08_08.h: Add Cell Identifier present in newer spec versions
......................................................................
gsm_08_08.h: Add Cell Identifier present in newer spec versions
Those are available in 3GPP TS 48.008 version 16.0.0 Release 16, section
3.2.2.17 Cell Identifier. It can be seen that we have a collision
between the osmocom non-standard format and the SAI standard one.
Related: SYS#5838
Change-Id: Id25e563febdb7640174540136225f399515a0089
---
M include/osmocom/gsm/protocol/gsm_08_08.h
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/24/27224/1
diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h
b/include/osmocom/gsm/protocol/gsm_08_08.h
index 983783e..0a5fed3 100644
--- a/include/osmocom/gsm/protocol/gsm_08_08.h
+++ b/include/osmocom/gsm/protocol/gsm_08_08.h
@@ -25,6 +25,8 @@
CELL_IDENT_UTRAN_PLMN_LAC_RNC = 8,
CELL_IDENT_UTRAN_RNC = 9,
CELL_IDENT_UTRAN_LAC_RNC = 10,
+ CELL_IDENT_UTRAN_SAI = 11,
+ CELL_IDENT_UTRAN_PLMN_LAC_RNC_CI = 12,
/* Not in 03.03 nor 08.08 */
CELL_IDENT_WHOLE_GLOBAL_PS = 11, /* CGI with + RAC */
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/27224
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id25e563febdb7640174540136225f399515a0089
Gerrit-Change-Number: 27224
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange