Change in libosmocore[master]: RR: add missing Extended TSC Set IE

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Mon Apr 19 22:21:50 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/23806 )


Change subject: RR: add missing Extended TSC Set IE
......................................................................

RR: add missing Extended TSC Set IE

Defined in 48.018 10.5.2.82.
This will be used by Channel Mode Modify for VAMOS.

Change-Id: I9bad6e7121af43dfa9706635e58279ce672a4e14
---
M include/osmocom/gsm/protocol/gsm_04_08.h
M src/gsm/gsm48.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/06/23806/1

diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index c9cc667..3fa9419 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -1729,6 +1729,7 @@
 #define GSM48_IE_CHDES_2_AFTER	0x64
 #define GSM48_IE_MODE_SEC_CH	0x66
 #define GSM48_IE_F_CH_SEQ_AFTER	0x69
+#define GSM48_IE_EXTENDED_TSC_SET	0x6d
 #define GSM48_IE_MA_AFTER	0x72
 #define GSM48_IE_BA_RANGE	0x73
 #define GSM48_IE_GROUP_CHDES	0x74
diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index 927e639..02489c9 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -124,6 +124,7 @@
 		[GSM48_IE_CHDES_2_AFTER]	= { TLV_TYPE_FIXED, 3 },
 		[GSM48_IE_MODE_SEC_CH]		= { TLV_TYPE_TV },
 		[GSM48_IE_F_CH_SEQ_AFTER]		= { TLV_TYPE_FIXED, 9 },
+		[GSM48_IE_EXTENDED_TSC_SET]	= { TLV_TYPE_TV },
 		[GSM48_IE_MA_AFTER]		= { TLV_TYPE_TLV },
 		[GSM48_IE_BA_RANGE]		= { TLV_TYPE_TLV },
 		[GSM48_IE_GROUP_CHDES]		= { TLV_TYPE_TLV },

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/23806
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9bad6e7121af43dfa9706635e58279ce672a4e14
Gerrit-Change-Number: 23806
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210419/78b38054/attachment.htm>


More information about the gerrit-log mailing list