Change in osmo-ttcn3-hacks[master]: L1CTL_Types.ttcn: do not restrict the length of L1ctlDataInd
Harald Welte
gerrit-no-reply at lists.osmocom.org
Tue May 28 21:04:39 UTC 2019
Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14230 )
Change subject: L1CTL_Types.ttcn: do not restrict the length of L1ctlDataInd
......................................................................
L1CTL_Types.ttcn: do not restrict the length of L1ctlDataInd
In the existing TC_pcu_* test cases we use L1CTL_DATA_* messages
to send / receive (E)GPRS related MAC-blocks. The length of such
blocks can be greater than 23 octets (i.e. fixed MAC-block
length in GSM), up to 162 octets to be precise.
Change-Id: Iced78796882b757016d02a266d55bc2a98b62a3d
---
M library/L1CTL_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/L1CTL_Types.ttcn b/library/L1CTL_Types.ttcn
index 87849f5..f59d194 100644
--- a/library/L1CTL_Types.ttcn
+++ b/library/L1CTL_Types.ttcn
@@ -159,7 +159,7 @@
} with { variant "" };
type record L1ctlDataInd {
- octetstring payload length(23)
+ octetstring payload
} with {
variant (payload) "BYTEORDER(first)"
};
--
To view, visit https://gerrit.osmocom.org/14230
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iced78796882b757016d02a266d55bc2a98b62a3d
Gerrit-Change-Number: 14230
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190528/c3c98e31/attachment.html>
More information about the gerrit-log
mailing list