Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will produce the following classes in the org/oran/avro/demo/pm/ directory (same as namespace in the schema)

CommonEventHeader.java  
MeasDataCollectionEvent.java  
MeasInfoListMeasDataCollection.java  
MeasTypesMeasInfoId.java      
Perf3gppFieldsMeasInfoList.java  java
EventMeasResult.java              
MeasTypesMeasInfoId.java          
MeasResultMeasValuesList.java    
MeasValuesListPerf3gppFields.java  
PMData.java

Note: We need to add some extra annotation to some of the fields in the generated classes

...