Attention is currently required from: laforge, manawyrm, pespin, tnt.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/34554?usp=email )
Change subject: Add option to automatically reset RIFO on underrun/overflow ......................................................................
Patch Set 4:
(4 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-e1d/+/34554/comment/f7be57bf_25d48c4e PS1, Line 7: Automatically reset RIFO on underrun/overflow
Maybe I need to split this commit. It is the work I have done. Check it out and do some comments.
Due to rework, not required anymore.
Patchset:
PS3:
RX Buffer fill: 0-----50%D-----D-----150%D […]
The process is reworked.
File src/octoi/e1oip.c:
https://gerrit.osmocom.org/c/osmo-e1d/+/34554/comment/605e2b5d_951a5069 PS3, Line 274: iline_ctr_add(iline, LINE_CTR_E1oIP_E1T_OVERFLOW, 1);
I'm a bit worried that we do this after the first packet with out of range frame nr. […]
Done
File src/octoi/octoi_srv_vty.c:
https://gerrit.osmocom.org/c/osmo-e1d/+/34554/comment/3209f46c_97439da3 PS3, Line 419: void set_frames_per_fifo_str(void)
why do we have those runtime generated strings? can't we generate them at compile time? We're passin […]
Done