Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/35783?usp=email )
Change subject: rlcmac: ul_tbf: Register UL ACK/NACK poll inside FSM
......................................................................
Patch Set 1:
(1 comment)
File src/rlcmac/tbf_ul.c:
https://gerrit.osmocom.org/c/libosmo-gprs/+/35783/comment/70e5a476_80dc24b1
PS1, Line 338: ev_ack
> why not passing `struct gprs_rlcmac_dl_block_ind *` directly? […]
You never know, and the struct is already there, so no harm in leaving it.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/35783?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Iaa8ad8052b9f3b52b05af2b7fc9cb8172f1b6bb7
Gerrit-Change-Number: 35783
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 02 Feb 2024 22:42:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/35782?usp=email )
Change subject: rlcmac: Add new structure to allow passing FN+TN to TBF handling functions
......................................................................
Patch Set 1:
(2 comments)
File src/rlcmac/rlcmac.c:
https://gerrit.osmocom.org/c/libosmo-gprs/+/35782/comment/33b78a24_c089fed9
PS1, Line 775: (struct gprs_rlcmac_dl_block_ind *)
> `talloc_zero` is a macro, which does pointer cast for you, so this is not needed […]
weird, I remember adding the case because I got a warning.
https://gerrit.osmocom.org/c/libosmo-gprs/+/35782/comment/3bc62faf_1e19b27c
PS1, Line 778: OSMO_ASSERT(dlbi);
> You already dereferenced `dlbi` above, so assert()ing makes no sense. […]
Ack
--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/35782?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ifa09cd70c915aa3a2b799412cb02315aaebc0503
Gerrit-Change-Number: 35782
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 02 Feb 2024 22:42:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35792?usp=email )
Change subject: Add support for M3UA-over-TCP, clarify default SCTP
......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
> I think the actual functionality is still missing and this just touches VTY bits? should maybe be a […]
Yes, I do have a working patch, but still need to clean up some bits. Marking as WIP.
File doc/manuals/chapters/running.adoc:
https://gerrit.osmocom.org/c/osmo-bsc/+/35792/comment/a9824a40_bc2febdf
PS1, Line 106: sctp
> please don't do that. […]
Thanks for your feedback. I am glad I submitted this patch early and you could stop me, because right now while reading this I have been working on changing the VTY commands in libosmo-sccp.git. I thought implicit protocol specification would be better than implicit. But I see your point and I agree in general. I will keep it `m3ua|m3ua-tcp` then.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/35792?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I078da51abc3511a4854f9c8fbca8eafd2bed78da
Gerrit-Change-Number: 35792
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 02 Feb 2024 22:36:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35792?usp=email )
Change subject: Add support for M3UA-over-TCP, clarify default SCTP
......................................................................
Patch Set 1: Code-Review-1
(2 comments)
Patchset:
PS1:
I think the actual functionality is still missing and this just touches VTY bits? should maybe be a WIP patch?
File doc/manuals/chapters/running.adoc:
https://gerrit.osmocom.org/c/osmo-bsc/+/35792/comment/7b4e0c2c_659a13f5
PS1, Line 106: sctp
please don't do that. our osmo-stp config/vty syntax is closely modelled after how cisco ITP works (worked). Let's not introduce incompatibilities that way.
M3UA Is always SCTP everywhere. Using it over TCP is highly unusual. So I think we should only mention TCP when it is the non-standard case.
Also, we really don't want to create the impression of our config files changing [despite the backwards compatibility]
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/35792?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I078da51abc3511a4854f9c8fbca8eafd2bed78da
Gerrit-Change-Number: 35792
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 02 Feb 2024 22:31:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35789?usp=email )
Change subject: bsc_ctrl: do not overwrite rc in bsc_base_ctrl_cmds_install()
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/35789?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie4242be1d3e58d7e37938d9ccbeffcb2b442632f
Gerrit-Change-Number: 35789
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 02 Feb 2024 22:27:00 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment