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/+/19908 )
Change subject: library/GSM_RR_Types: add receive templates tr_ChanDesc{H0,H1}
......................................................................
library/GSM_RR_Types: add receive templates tr_ChanDesc{H0,H1}
Change-Id: I1ff98c97f2670e47be5e03f3540a4e2ec8e4c373
---
M library/GSM_RR_Types.ttcn
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/08/19908/1
diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index 2ad3b6a..59fe6d5 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -1120,6 +1120,15 @@
arfcn := arfcn,
maio_hsn := omit
}
+ template ChannelDescription tr_ChanDescH0(template (present) RslChannelNr chan_nr := ?,
+ template (present) uint12_t arfcn := ?,
+ template (present) uint3_t tsc := ?) := {
+ chan_nr := chan_nr,
+ tsc := tsc,
+ h := false,
+ arfcn := arfcn,
+ maio_hsn := omit
+ }
template (value) ChannelDescription ts_ChanDescH1(template (value) RslChannelNr chan_nr,
template (value) MaioHsn maio_hsn,
@@ -1130,6 +1139,15 @@
arfcn := omit,
maio_hsn := maio_hsn
}
+ template ChannelDescription tr_ChanDescH1(template (present) RslChannelNr chan_nr := ?,
+ template (present) MaioHsn maio_hsn := ?,
+ template (present) uint3_t tsc := ?) := {
+ chan_nr := chan_nr,
+ tsc := tsc,
+ h := true,
+ arfcn := omit,
+ maio_hsn := maio_hsn
+ }
/* Templates for the RR Channel Release message's "Cell selection indicator after release of all TCH and SDCCH" IE.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19908
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: I1ff98c97f2670e47be5e03f3540a4e2ec8e4c373
Gerrit-Change-Number: 19908
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/20200830/4aa9da50/attachment.htm>