Attention is currently required from: laforge, manawyrm, tnt.
View Change
2 comments:
File src/octoi/e1oip.c:
Patch Set #5, Line 263: memcpy(frame_buf, iline->e1t.last_frame, BYTES_PER_FRAME);
It's not zeroed, it copies the last frame AFAICT
Ah indeed I was confused by the "= { 0 };" above, I see now it's not zeroing here ;)
File src/octoi/octoi.c:
Patch Set #5, Line 140: /* substitute with last received frame */
That's what the new memcpy() in frame_rifo_out() line 152 is for. […]
"subsituted in frame_rifo_out()" looks more clear yes.
To view, visit change 43643. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-MessageType: comment
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I66af4f01ebb38ca1bdd8ffbc8135776322941230
Gerrit-Change-Number: 43643
Gerrit-PatchSet: 5
Gerrit-Owner: manawyrm <osmocom.account@tbspace.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: tnt <tnt@246tNt.com>
Gerrit-Attention: manawyrm <osmocom.account@tbspace.de>
Gerrit-Attention: laforge <laforge@osmocom.org>
Gerrit-Attention: tnt <tnt@246tNt.com>
Gerrit-Comment-Date: Tue, 15 Sep 2026 16:07:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: manawyrm <osmocom.account@tbspace.de>
Comment-In-Reply-To: tnt <tnt@246tNt.com>
Comment-In-Reply-To: pespin <pespin@sysmocom.de>