METER_BUNDLE_SIZE
#define BUNDLE_COUNT(length) ((length) / METER_BUNDLE_SIZE)
if (mc->bundle_length % METER_BUNDLE_SIZE) {
if (mc->bundle_length > METER_MAX_NUM_BUNDLES * METER_BUNDLE_SIZE) {