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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20776 )
Change subject: library/L1CTL_Types: add missing 'loop_mode' to 'L1ctlTchModeReq'
......................................................................
library/L1CTL_Types: add missing 'loop_mode' to 'L1ctlTchModeReq'
Change-Id: Ia62cfc949603780b36f76bd6a9c16815b6152fcd
---
M library/L1CTL_Types.ttcn
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/76/20776/1
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index f7592fc..c5b10e4 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -148,6 +148,17 @@
/* Other modes are not supported for now */
} with { variant "FIELDLENGTH(8)" };
+ type enumerated L1ctlLoopMode {
+ L1CTL_LOOP_MODE_OPEN ('00000000'B),
+ L1CTL_LOOP_MODE_A ('00000001'B),
+ L1CTL_LOOP_MODE_B ('00000010'B),
+ L1CTL_LOOP_MODE_C ('00000011'B),
+ L1CTL_LOOP_MODE_D ('00000100'B),
+ L1CTL_LOOP_MODE_E ('00000101'B),
+ L1CTL_LOOP_MODE_F ('00000110'B),
+ L1CTL_LOOP_MODE_I ('00000111'B)
+ } with { variant "FIELDLENGTH(8)" };
+
type record L1ctlAudioMode {
BIT4 padding,
boolean tx_microphone,
@@ -263,7 +274,8 @@
type record L1ctlTchModeReq {
L1ctlTchMode tch_mode,
L1ctlAudioMode audio_mode,
- OCT2 padding
+ L1ctlLoopMode loop_mode,
+ OCT1 padding
} with { variant "" };
type record L1ctlRachReq {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20776
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ia62cfc949603780b36f76bd6a9c16815b6152fcd
Gerrit-Change-Number: 20776
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201019/8cdade85/attachment.htm>