laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/35201?usp=email )
Change subject: [cosmetic] e1oip.h: Update TODO comment (we have RTT, frame loss stats) ......................................................................
[cosmetic] e1oip.h: Update TODO comment (we have RTT, frame loss stats)
Change-Id: I837676cb3905c0113307ebc400974c3d8cf3a3c7 --- M src/octoi/e1oip.h 1 file changed, 10 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/01/35201/1
diff --git a/src/octoi/e1oip.h b/src/octoi/e1oip.h index 9357d48..a17c257 100644 --- a/src/octoi/e1oip.h +++ b/src/octoi/e1oip.h @@ -48,6 +48,7 @@
struct rate_ctr_group *ctrs; struct osmo_stat_item_group *stats; + /* TODO: statistics (std deviation, alarms) */
/* configuration data */ struct { @@ -70,8 +71,6 @@ uint32_t next_fn32; /* next expected frame number */ bool primed_rx_tdm; /* Was RX RIFO primed */ } e1t; - - /* TODO: statistics (RTT, frame loss, std deviation, alarms */ };
/* get the rate of the given counter during the last second */