transceiver: Add an option to generate random Access Bursts.
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 472adbe..013f13b 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -156,6 +156,7 @@
     FILLER_ZERO,
     FILLER_NORM_RAND,
     FILLER_EDGE_RAND,
+    FILLER_ACCESS_RAND,
   };
 
 private: