Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38676?usp=email )
Change subject: hnbgw: Add test TC_ps_rab_assignment_concurrent
......................................................................
Patch Set 1: Code-Review+2
(2 comments)
File hnbgw/HNBGW_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38676/comment/9d9c9f56_4c79… :
PS1, Line 1523: vc_conn_list := vc_conn_list & { vc_conn };
BTW, you can just do `vc_conn_list[i] := vc_conn;` -- this works fine.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38676/comment/ec60fc96_0e70… :
PS1, Line 1527: vc_conn_list[i].done;
Maybe add `f_ConnHdlrList_all_done()` like we did in S1GW_Tests?
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38676?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I053950373cec93ed8dbdfd6b8a71ffe31de3806f
Gerrit-Change-Number: 38676
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 07 Nov 2024 12:57:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: laforge.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/38640?usp=email )
Change subject: sigtran: Make osmo_ss7_user APIs private
......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS2:
> I don't like this, as it constrains other (non-SCCP) users from being implemented. […]
Well my point is that when somebody wants to use that outside the library, then it's the time to make public APIs to be able to do so, but never accessing the struct directly.
I can add public APIs now in this patch if that is a must now. I need then to figure out how is this supposed to be used from and outside-lib user.
File src/ss7_user.h:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/38640/comment/e9c2eddb_7d3d5… :
PS2, Line 33: int osmo_ss7_user_mtp_xfer_req(struct osmo_ss7_instance *inst,
I need to check this one, this may need to stay in the public header or change thre prefix here.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/38640?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I59d8f70aa81ba396159af40ffd7e8cc6c27cb864
Gerrit-Change-Number: 38640
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 07 Nov 2024 12:50:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>