1 module range-test-module-typedefs-faulty {
3 namespace "urn:rdns:o-ran:oammodel:range-test-module-typedefs-faulty";
7 "Copyright (C) 2024 Ericsson
8 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
10 revision "2019-10-16" {
11 description "initial revision";
14 // -------------------------- Ranges and typedefs that are incorrect --------------------
16 typedef typeInt8noRange {
20 typedef typeInt64noRange {
24 typedef typeUint8noRange {
28 typedef typeUint64noRange {
32 typedef typeInt8WithRange {
38 typedef typeUsingTypeInt8WithRange {
39 type this:typeInt8WithRange;
45 type this:typeInt8noRange {
51 type this:typeInt8noRange {
57 type this:typeUint64noRange {
63 type this:typeInt8WithRange;
67 type this:typeUsingTypeInt8WithRange;
71 type this:typeUsingTypeInt8WithRange {