Adding Bouncer xapp and E2 Simulator code for RIC-Benchmarking
[it/test.git] / ric_benchmarking / e2-interface / e2sim / previous / test / Pendulum / pendulum.asn1
1 PendulumModule DEFINITIONS AUTOMATIC TAGS ::=
2
3 BEGIN
4
5 Pendulum ::= SEQUENCE {
6   sequence  INTEGER         OPTIONAL,
7   angle     REAL            OPTIONAL,
8   torque    REAL            OPTIONAL,
9   strval    PrintableString OPTIONAL
10 }
11
12 END