nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Stats should update for failed processing of bundle #30

Closed jpswinski closed 4 years ago

jpswinski commented 4 years ago

When the bplib_process call fails to process a bundle a counter should increment in the bp_stats_t, but that currently isn't always the case.

Should lost be used? Or is another counter needed: discarded or ignored...

jpswinski commented 4 years ago

"Unrecognized" was added to the stats to count bundles that could not be processed enough to identify them. Everything else is captured under "lost".