pespin submitted this change.

View Change

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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(-)

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 "" };


//****************************************************

To view, visit change 42471. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I00a35c444e3fb498712fbb4b9c310375c527052f
Gerrit-Change-Number: 42471
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>