Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33643 )
Change subject: BTS_Tests: print length of received TCH payloads
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
Is that really needed given that the entire string is printed and hence can be counted?
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33643
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5848bd8acd220c1c4d2db01b71bb57e785dc9de7
Gerrit-Change-Number: 33643
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 07 Jul 2023 15:20:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: tnt.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33641 )
Change subject: gsm: Improve the TCH/H2.4 coding routines
......................................................................
Patch Set 2: Code-Review+1
(2 comments)
Patchset:
PS2:
> FWIW I don't agree with the linter. […]
We can remove the V-1 vote and re-add V+1 manually, if others find it more readable. Personally I don't have a strong preference here and for me it's fine either way.
This is also an option, which should not trigger the linter:
```
osmo_conv_encode(&gsm0503_tch_h24, &data[0], &cB[0]);
osmo_conv_encode(&gsm0503_tch_h24, &data[72], &cB[228]);
```
PS2:
Thanks a lot for the patch!
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33641
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id2551ffe2a0ebfd0a6df0e1d288a6f0af7e1eda7
Gerrit-Change-Number: 33641
Gerrit-PatchSet: 2
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: tnt <tnt(a)246tNt.com>
Gerrit-Comment-Date: Fri, 07 Jul 2023 14:44:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: tnt <tnt(a)246tNt.com>
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
tnt has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33640 )
Change subject: gsm: Fix comment for TCH/F4.8 code
......................................................................
Patch Set 1:
(1 comment)
File utils/conv_codes_gsm.py:
https://gerrit.osmocom.org/c/libosmocore/+/33640/comment/5a50d6e0_5ef7601b
PS1, Line 80: 148 bits blocks
> Ah, it might be the same case as in Id86d1aa0fd6791a8be431b5547bb723c74c35757.
Yeah, the patch didn't update the comment.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33640
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I62f6d0e9fec180138be5f37664969d56e79f3c13
Gerrit-Change-Number: 33640
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 07 Jul 2023 14:22:00 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
tnt has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33641 )
Change subject: gsm: Improve the TCH/H2.4 coding routines
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
FWIW I don't agree with the linter. In this specific case keeping the brackets aligned between blocks makes the code more readable IMHO.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33641
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id2551ffe2a0ebfd0a6df0e1d288a6f0af7e1eda7
Gerrit-Change-Number: 33641
Gerrit-PatchSet: 2
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Fri, 07 Jul 2023 14:12:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment