Change in osmo-ttcn3-hacks[master]: library/L1CTL_Types: relax some params of tr_L1CTL_TRAFFIC_IND()

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.org
Mon Oct 19 08:48:47 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20759 )


Change subject: library/L1CTL_Types: relax some params of tr_L1CTL_TRAFFIC_IND()
......................................................................

library/L1CTL_Types: relax some params of tr_L1CTL_TRAFFIC_IND()

A TRAFFIC.ind with 'num_biterr' > 0 or 'fire_crc' != 0 is still
a valid TCH frame - Bad Frame Indication.  Let's relax those
parameters for tr_L1CTL_TRAFFIC_IND().

Change-Id: Ia3357e06f986ae59dd0438f9ace3042cae8d3684
Related: OS#4799
---
M library/L1CTL_Types.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 00503e6..f7592fc 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -806,8 +806,8 @@
 	template L1ctlDlMessage tr_L1CTL_TRAFFIC_IND(template RslChannelNr chan_nr,
 						     template RslLinkId link_id := ?,
 						     template octetstring frame := ?,
-						     template uint8_t num_biterr := 0,
-						     template uint8_t fire_crc := 0) := {
+						     template uint8_t num_biterr := ?,
+						     template uint8_t fire_crc := ?) := {
 		header := tr_L1ctlHeader(L1CTL_TRAFFIC_IND),
 		dl_info := {
 			chan_nr := chan_nr,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20759
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: Ia3357e06f986ae59dd0438f9ace3042cae8d3684
Gerrit-Change-Number: 20759
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/dfc6a27b/attachment.htm>


More information about the gerrit-log mailing list