Change in osmo-ttcn3-hacks[master]: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

2020-08-03 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516 )


Change subject: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
..

library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

Change-Id: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
---
M library/PCUIF_Types.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/16/19516/1

diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 1c5b0af..dbb1436 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -710,6 +710,12 @@
hsn := 0, maio := 0,
ma := f_pad_bit(''B, 64, '0'B)
 };
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH0(template uint3_t tsc := ?) := {
+   tsc := tsc,
+   hopping := 0,
+   hsn := ?, maio := ?,
+   ma := ?
+};

 template (value) PCUIF_InfoTrxTs ts_PCUIF_InfoTrxTsH1(template (value) uint3_t 
tsc := 7,
  template (value) uint6_t 
hsn := 0,
@@ -721,6 +727,16 @@
maio := maio,
ma := f_pad_bit(valueof(ma), 64, '0'B)
 };
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH1(template uint3_t tsc := ?,
+ template uint6_t hsn := ?,
+ template uint6_t maio := ?,
+ template bitstring ma := ?) := {
+   tsc := tsc,
+   hopping := 1,
+   hsn := hsn,
+   maio := maio,
+   ma := ma
+};

 template (value) PCUIF_InfoV10Trx ts_PCUIF_InfoV10Trx(template (value) 
uint16_t arfcn := 871,
  template (value) BIT8 
pdch_mask := '0001'B,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516
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: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
Gerrit-Change-Number: 19516
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

2020-08-04 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516 )

Change subject: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516
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: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
Gerrit-Change-Number: 19516
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Tue, 04 Aug 2020 08:35:05 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-ttcn3-hacks[master]: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

2020-08-09 Thread fixeria
Hello laforge, Jenkins Builder,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516

to look at the new patch set (#4).

Change subject: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
..

library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

Change-Id: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
---
M library/PCUIF_Types.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/16/19516/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516
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: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
Gerrit-Change-Number: 19516
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: newpatchset


Change in osmo-ttcn3-hacks[master]: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

2020-08-10 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516 )

Change subject: library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs
..

library/PCUIF_Types: add receive templates for PCUIF_InfoTrxTs

Change-Id: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
---
M library/PCUIF_Types.ttcn
1 file changed, 16 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 1c5b0af..dbb1436 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -710,6 +710,12 @@
hsn := 0, maio := 0,
ma := f_pad_bit(''B, 64, '0'B)
 };
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH0(template uint3_t tsc := ?) := {
+   tsc := tsc,
+   hopping := 0,
+   hsn := ?, maio := ?,
+   ma := ?
+};

 template (value) PCUIF_InfoTrxTs ts_PCUIF_InfoTrxTsH1(template (value) uint3_t 
tsc := 7,
  template (value) uint6_t 
hsn := 0,
@@ -721,6 +727,16 @@
maio := maio,
ma := f_pad_bit(valueof(ma), 64, '0'B)
 };
+template PCUIF_InfoTrxTs tr_PCUIF_InfoTrxTsH1(template uint3_t tsc := ?,
+ template uint6_t hsn := ?,
+ template uint6_t maio := ?,
+ template bitstring ma := ?) := {
+   tsc := tsc,
+   hopping := 1,
+   hsn := hsn,
+   maio := maio,
+   ma := ma
+};

 template (value) PCUIF_InfoV10Trx ts_PCUIF_InfoV10Trx(template (value) 
uint16_t arfcn := 871,
  template (value) BIT8 
pdch_mask := '0001'B,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19516
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: I062079de4440d2c9c0a079cc4cc4328ea0ea37dd
Gerrit-Change-Number: 19516
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged