X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Flfta%2Fschema_prototypes.h;h=c50e508e782d9a56044f94c64a2d135efd944c82;hb=e981e864b812c938d3df8b555b6bb98bb89273e7;hp=7a02b4cf8dabcc9929813b1ab788b573fa5eb661;hpb=c9783d8ea8b85d810483559e50dbf2297109e349;p=com%2Fgs-lite.git diff --git a/include/lfta/schema_prototypes.h b/include/lfta/schema_prototypes.h index 7a02b4c..c50e508 100644 --- a/include/lfta/schema_prototypes.h +++ b/include/lfta/schema_prototypes.h @@ -60,6 +60,11 @@ static inline gs_retval_t get_system_time(struct packet * p, gs_uint32_t * t) *t=(gs_uint32_t) p->systemTime; return 0; } +static inline gs_retval_t get_schemaId(struct packet * p, gs_uint32_t * t) +{ + *t=(gs_uint32_t) p->schema; + return 0; +} /* CSV access function using position as 3rd argument */