Change in osmo-ttcn3-hacks[master]: library/GSM_RR_Types: add receive templates tr_ChanDesc{H0, H1}

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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Aug 31 15:05:58 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200831/8045aea0/attachment.htm>


More information about the gerrit-log mailing list