Attention is currently required from: daniel.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/29715 )
Change subject: Improve log levels, documentation
......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
The documentation part can really go into another patch.
File src/gb_proxy_main.c:
https://gerrit.osmocom.org/c/osmo-gbproxy/+/29715/comment/d4ee9f1d_ccabeb9c
PS1, Line 241: .loglevel = LOGL_INFO,
we usually set NOTICE as default.
--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/29715
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ieddf20a5eafaa9738d5d1e9a9aae320e48aa2efc
Gerrit-Change-Number: 29715
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 12 Oct 2022 14:33:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/29715 )
Change subject: Improve log levels, documentation
......................................................................
Improve log levels, documentation
* DGPRS should not set level to debug by default
* Remove log message about pooling being disabled
* Fix documentation of gbproxy_cleanup_bvcs() parameters
Change-Id: Ieddf20a5eafaa9738d5d1e9a9aae320e48aa2efc
---
M src/gb_proxy.c
M src/gb_proxy_main.c
M src/gb_proxy_peer.c
3 files changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/15/29715/1
diff --git a/src/gb_proxy.c b/src/gb_proxy.c
index 488ef91..aa8ad8a 100644
--- a/src/gb_proxy.c
+++ b/src/gb_proxy.c
@@ -281,7 +281,7 @@
return NULL;
}
- LOGPSGSN(sgsn, LOGL_INFO, "Pooling disabled, using first available SGSN\n");
+ LOGPSGSN(sgsn, LOGL_DEBUG, "Pooling disabled, using first available SGSN\n");
} else {
/* Pooling is enabled, try to use the NRI for routing to an SGSN
* See 3GPP TS 23.236 Ch. 5.3.2 */
diff --git a/src/gb_proxy_main.c b/src/gb_proxy_main.c
index 1a4e951..80d6908 100644
--- a/src/gb_proxy_main.c
+++ b/src/gb_proxy_main.c
@@ -237,12 +237,14 @@
[DGPRS] = {
.name = "DGPRS",
.description = "GPRS Packet Service",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1,
+ .loglevel = LOGL_INFO,
},
[DOBJ] = {
.name = "DOBJ",
.description = "GbProxy object allocation/release",
.enabled = 1,
+ .loglevel = LOGL_INFO,
.color = "\033[38;5;121m"
},
};
diff --git a/src/gb_proxy_peer.c b/src/gb_proxy_peer.c
index 1e300ad..e4cb49f 100644
--- a/src/gb_proxy_peer.c
+++ b/src/gb_proxy_peer.c
@@ -137,8 +137,7 @@
}
/*! remove BVCs on NSE specified by NSEI.
- * \param[in] cfg proxy in which we operate
- * \param[in] nsei NS entity in which we should clean up
+ * \param[in] nse NS entity in which we should clean up
* \param[in] bvci if 0: remove all PTP BVCs; if != 0: BVCI of the single BVC to clean up */
int gbproxy_cleanup_bvcs(struct gbproxy_nse *nse, uint16_t bvci)
{
--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/29715
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ieddf20a5eafaa9738d5d1e9a9aae320e48aa2efc
Gerrit-Change-Number: 29715
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: neels.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29692 )
Change subject: msc: test auth options, and fall-back to no-auth
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File msc/MSC_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29692/comment/47afbf1d_91a4…
PS2, Line 6875: kc_support := '01'O,
did you think about using a template here to spare some lines?
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29692
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: I8e3b02ca83e56ef5349d85f08407509e19fa353c
Gerrit-Change-Number: 29692
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 12 Oct 2022 14:14:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29702 )
Change subject: jenkins-gerrit: tweak notify setting
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
That may be a bit problematic. For instance sometimes linter may fail and that's fine since we are simply moving code around, or importing code from somewhere else.
If that's the case, I wouldn't receive an email as a non-owner so I'm not going to ever review it unless somebody pings me personally afaiu.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29702
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I7c6c183b98624eb75d5dccd9766ee3ff5568b06e
Gerrit-Change-Number: 29702
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 12 Oct 2022 14:11:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: lynxis lazus, dexter.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29705 )
Change subject: abis_rsl: delete CHAN RQD from que when rach ind was sent
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/29705
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ia4abc55fc6fcb1c00991cc84d09529131d014910
Gerrit-Change-Number: 29705
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 12 Oct 2022 14:09:15 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment