pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28979 )
Change subject: split lchan specific defines and code to its own file
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS2:
> The point of `git grep ... […]
Without prior knowledge of the exact file indeed, but still need to figure out which API exactly to look at, which is not triviil if they are not in one place.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/28979
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Idd855d126c43ac6576c5f3ba7e0b8014127a65e1
Gerrit-Change-Number: 28979
Gerrit-PatchSet: 3
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: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 09 Aug 2022 09:43:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28979 )
Change subject: split lchan specific defines and code to its own file
......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS2:
> You need to first know exactly what you want to find before start using grep, so first step is openi […]
The point of `git grep ...` is exactly to allow finding stuff without prior knowledge of the exact file ;) Personally I would not say "really difficult". It used to be quite simple: open gsm_data.h and you'll find everything in there. With ctags you also don't need to care that much. But from the hierarchical point of view it indeed makes more sense to have a separate header per a logical component.
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/28979
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Idd855d126c43ac6576c5f3ba7e0b8014127a65e1
Gerrit-Change-Number: 28979
Gerrit-PatchSet: 3
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: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 09 Aug 2022 09:04:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/28991 )
Change subject: Ignore osmo-ns-dummy
......................................................................
Patch Set 2:
(1 comment)
File .gitignore:
https://gerrit.osmocom.org/c/libosmocore/+/28991/comment/8f7ef52c_62cae5ca
PS1, Line 73: utils/osmo-aka-verify
> I would expect 'osmo-ns-dummy' to be added here for consistency, but fine either way.
I also don't think it matters that much: I use external tool (magit) to add it there instead of manual file editing. Feel free to re-arrange if you feel like it.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/28991
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id562988942be13b83c552bdaa1ad93e275b3d0ae
Gerrit-Change-Number: 28991
Gerrit-PatchSet: 2
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 09 Aug 2022 08:57:42 +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: pespin, dexter.
Hello Jenkins Builder, dexter,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-msc/+/28846
to look at the new patch set (#17).
Change subject: Make esme struct shared
......................................................................
Make esme struct shared
This helps to merge similar code from smpp_mirror and smpp_* in follow-up patches.
Related: OS#5568
Change-Id: I8f7ac2c00d16660925dd0b03aa1a0973edf9eb70
---
M include/osmocom/smpp/smpp.h
M include/osmocom/smpp/smpp_smsc.h
M src/libsmpputil/smpp_msc.c
M src/libsmpputil/smpp_smsc.c
M src/libsmpputil/smpp_vty.c
M src/utils/Makefile.am
M src/utils/smpp_mirror.c
7 files changed, 117 insertions(+), 101 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/46/28846/17
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/28846
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I8f7ac2c00d16660925dd0b03aa1a0973edf9eb70
Gerrit-Change-Number: 28846
Gerrit-PatchSet: 17
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: msuraev.
Hello Jenkins Builder, laforge, dexter,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-msc/+/28848
to look at the new patch set (#24).
Change subject: SMPP: move read/write callbacks to libsmpputil
......................................................................
SMPP: move read/write callbacks to libsmpputil
Related: OS#5568
Change-Id: I875eb5249004d3a960aee46c5099592d18fcaa76
---
M include/osmocom/smpp/smpp.h
M src/libsmpputil/smpp_smsc.c
M src/libsmpputil/smpp_utils.c
M src/utils/smpp_mirror.c
4 files changed, 150 insertions(+), 168 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/48/28848/24
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/28848
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I875eb5249004d3a960aee46c5099592d18fcaa76
Gerrit-Change-Number: 28848
Gerrit-PatchSet: 24
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Attention: msuraev <msuraev(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin, dexter.
msuraev has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/28846 )
Change subject: Make esme struct shared
......................................................................
Patch Set 16:
(2 comments)
File src/libsmpputil/smpp_smsc.c:
https://gerrit.osmocom.org/c/osmo-msc/+/28846/comment/b2c936b1_c3f9a69d
PS16, Line 878: {
> Ack
It's allocated with talloc_zero() already.
File src/utils/Makefile.am:
https://gerrit.osmocom.org/c/osmo-msc/+/28846/comment/7761728f_d5153f56
PS16, Line 44: $(LIBOSMOCORE_LIBS) \
> I guess there is some conflict with LIBOSMOCRE_LIBS so it had to be replaced?
It's not replaced, merely shifted together with other libosmo* - I'll re-arrange to make diff look nicer.
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/28846
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I8f7ac2c00d16660925dd0b03aa1a0973edf9eb70
Gerrit-Change-Number: 28846
Gerrit-PatchSet: 16
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 09 Aug 2022 08:52:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Comment-In-Reply-To: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: comment