Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32007 )
Change subject: chapters/logging: Expand documentation on GSMTAP logging
......................................................................
Patch Set 2: Code-Review+2
(1 comment)
File common/chapters/logging.adoc:
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32007/comment/bca2a68a_0382…
PS2, Line 247: open the socket at the GSMTAP port and discard anything arriving at it.
> Maybe also explain that in remote IP addresses in the local system we try to open the port to avoid […]
that depends on the code in question (whether it calls gsmtap*add_sink). Not sure we do that for logging. Which is the case for vty-based logging, but not for a program that might call log_target_create_gsmtap() directly, without the VTY (some small utility without VTY might do that).
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/32007
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: I9d7a15fd81bb0f3bc89b97ebfd35e9efc48c94e2
Gerrit-Change-Number: 32007
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 23 Mar 2023 08:55:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/32015 )
Change subject: gmm: Ciphering Key Sequence Number IE has half octet tag
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/32015
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ic220113f30377a14cbe3550a04cd04f3caef49cf
Gerrit-Change-Number: 32015
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 23 Mar 2023 08:52:35 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/30915 )
(
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: ansible: install-poky-sdk: add tag poky to the apt install task
......................................................................
ansible: install-poky-sdk: add tag poky to the apt install task
Change-Id: Id8e433a789aff8df241687f1f109a161e725a29a
---
M ansible/roles/install-poky-sdk/tasks/main.yml
1 file changed, 10 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/ansible/roles/install-poky-sdk/tasks/main.yml b/ansible/roles/install-poky-sdk/tasks/main.yml
index 7c1e9a9..57d0137 100644
--- a/ansible/roles/install-poky-sdk/tasks/main.yml
+++ b/ansible/roles/install-poky-sdk/tasks/main.yml
@@ -8,6 +8,7 @@
- tar
cache_valid_time: 3600
update_cache: yes
+ tags: [poky]
- name: check if poky needs to be installed
stat:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/30915
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id8e433a789aff8df241687f1f109a161e725a29a
Gerrit-Change-Number: 30915
Gerrit-PatchSet: 6
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged