X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2Ftest%2FPendulum%2Fpendulum.asn1;fp=e2sim%2Ftest%2FPendulum%2Fpendulum.asn1;h=686d2c080dcc51591c1266c33691db6226a1b3b5;hb=1f1098ad65c5d27ab5aae14d55c5159dd1e8e01b;hp=0000000000000000000000000000000000000000;hpb=d09fbb9e5157cc0d30da61b79fd85cad314817ce;p=sim%2Fe2-interface.git diff --git a/e2sim/test/Pendulum/pendulum.asn1 b/e2sim/test/Pendulum/pendulum.asn1 new file mode 100644 index 0000000..686d2c0 --- /dev/null +++ b/e2sim/test/Pendulum/pendulum.asn1 @@ -0,0 +1,12 @@ +PendulumModule DEFINITIONS AUTOMATIC TAGS ::= + +BEGIN + +Pendulum ::= SEQUENCE { + sequence INTEGER OPTIONAL, + angle REAL OPTIONAL, + torque REAL OPTIONAL, + strval PrintableString OPTIONAL +} + +END