aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/octoi/octoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/octoi/octoi.h')
-rw-r--r--include/osmocom/octoi/octoi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/octoi/octoi.h b/include/osmocom/octoi/octoi.h
index e7ebcaa..c9fa3d5 100644
--- a/include/osmocom/octoi/octoi.h
+++ b/include/osmocom/octoi/octoi.h
@@ -21,6 +21,8 @@ struct octoi_account {
struct llist_head list; /* member in octoi_server.cfg.accounts */
char *user_id; /* user ID (IMSI) */
enum octoi_account_mode mode;
+ uint8_t batching_factor; /* E1 frames per UDP packet (Tx) */
+ uint32_t prefill_frame_count; /* FIFO prefill/preseed count (Rx) */
union {
struct {
char *usb_serial; /* USB serial string (ASCII) of icE1usb */