Harald Welte has posted comments on this change. ( https://gerrit.osmocom.org/9674 )
Change subject: bsc: inter-BSC HO: add TC_ho_out_of_this_bsc, TC_ho_into_this_bsc ...................................................................... Patch Set 1: (1 comment) https://gerrit.osmocom.org/#/c/9674/1/bsc/BSC_Tests.ttcn File bsc/BSC_Tests.ttcn: https://gerrit.osmocom.org/#/c/9674/1/bsc/BSC_Tests.ttcn@2668 PS1, Line 2668: template PDU_BSSAP ts_BSSMAP_HandoverRequest( > I can't get this to compile as a "template (value)", with or without > 'template' arguments, with or w […] all the template arguments of a (value) template also need to be (value). As "value" is a constraint on the more wider template type, you can only build such a constrained template type from other similarly constrained templates. So you're saying it still failed if both the template itself as well as all its input arguments are constrained to (value)? -- To view, visit https://gerrit.osmocom.org/9674 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id22852d4be7f127d827e7a8beeec55db27c07f03 Gerrit-Change-Number: 9674 Gerrit-PatchSet: 1 Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Comment-Date: Wed, 20 Jun 2018 07:38:17 +0000 Gerrit-HasComments: Yes Gerrit-HasLabels: No
