fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19362 )
Change subject: library/RLCMAC_CSN1_Types: fix definition of ZeroOneGamma ...................................................................... library/RLCMAC_CSN1_Types: fix definition of ZeroOneGamma Change-Id: I197f300cdfe22bba1be6341381399420e38d81ad --- M library/RLCMAC_CSN1_Types.ttcn 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/19362/1 diff --git a/library/RLCMAC_CSN1_Types.ttcn b/library/RLCMAC_CSN1_Types.ttcn index a14577a..d41f9e1 100644 --- a/library/RLCMAC_CSN1_Types.ttcn +++ b/library/RLCMAC_CSN1_Types.ttcn @@ -824,7 +824,7 @@ /* 12.13 Power Control Parameters */ type record ZeroOneGamma { BIT1 gamma_present, - uint5_t gamma + uint5_t gamma optional } with { variant (gamma) "PRESENCE (gamma_present = '1'B)" }; -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19362 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: I197f300cdfe22bba1be6341381399420e38d81ad Gerrit-Change-Number: 19362 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanits...@sysmocom.de> Gerrit-MessageType: newchange