laforge has uploaded this change for review.

View Change

protocol/gsm_04_08.h: Add GSM 04.08 message types for SI21/22/23

... as well as others present in TS 44.018 release 17

Change-Id: I1bb96f3c09b0499c3a76519a49d63c2a30130612
Related: OS#4473, OS#3831
---
M include/osmocom/gsm/protocol/gsm_04_08.h
1 file changed, 5 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/27/39827/1
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index f919c2b..0e6dedc 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1617,6 +1617,11 @@
#define GSM48_MT_RR_SYSINFO_18 0x40
#define GSM48_MT_RR_SYSINFO_19 0x41
#define GSM48_MT_RR_SYSINFO_20 0x42
+#define GSM48_MT_RR_SYSINFO_13alt 0x44
+#define GSM48_MT_RR_SYSINFO_2n 0x45
+#define GSM48_MT_RR_SYSINFO_21 0x46
+#define GSM48_MT_RR_SYSINFO_22 0x47
+#define GSM48_MT_RR_SYSINFO_23 0x4f

#define GSM48_MT_RR_CHAN_MODE_MODIF 0x10
#define GSM48_MT_RR_STATUS 0x12

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

Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I1bb96f3c09b0499c3a76519a49d63c2a30130612
Gerrit-Change-Number: 39827
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>