pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42471?usp=email )
Change subject: General_types.ttcn: Introduce type OCT4_20n ......................................................................
General_types.ttcn: Introduce type OCT4_20n
This is useful to store EUAs of type v4,v6 or v4v6.
Change-Id: I00a35c444e3fb498712fbb4b9c310375c527052f --- M library/General_Types.ttcn 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/42471/1
diff --git a/library/General_Types.ttcn b/library/General_Types.ttcn index dca4ea2..1b9a732 100644 --- a/library/General_Types.ttcn +++ b/library/General_Types.ttcn @@ -155,6 +155,7 @@ type octetstring OCT3_17n length(3..17) with { variant "" }; type octetstring OCT4_8n length(4..8) with { variant "" }; type octetstring OCT4_16n length(4..16) with { variant "" }; + type octetstring OCT4_20n length(4..20) with { variant "" };
//****************************************************