fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37268?usp=email )
Change subject: pfcp_peer: PFCP peer implementation
......................................................................
Set Ready For Review
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37268?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I7bad0069dca2111006039d12e744a2bd6d2cb86e
Gerrit-Change-Number: 37268
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Tue, 02 Jul 2024 23:40:10 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37267?usp=email )
Change subject: rebar.{config,lock}: add pfcplib to deps[]
......................................................................
Set Ready For Review
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37267?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I4cf3b3b09b19ebabbaad082c616c31ffc1327fd7
Gerrit-Change-Number: 37267
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 02 Jul 2024 23:40:04 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37327?usp=email )
Change subject: config/sys.config: print prefix before msg, if present
......................................................................
config/sys.config: print prefix before msg, if present
It's sometimes desirable to add some context to logging messages,
like the FSM name and identifier, for instance. With this patch,
this can be easily achieved by passing an arbitrary prefix string
to a logging function/macro:
%% EXAMPLE: adding metadata to a specific log macro
?LOG_INFO("The planet is fine...", #{prefix = "EARTH"}).
or by setting it for all logging of a process:
%% EXAMPLE: adding context for the whole process
logger:set_process_metadata(#{prefix => "E-RAB FSM"}).
Change-Id: Ib88801b8d38976b98a02ed06e1638e0e9056bafb
---
M config/sys.config
1 file changed, 23 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/27/37327/1
diff --git a/config/sys.config b/config/sys.config
index 5ccd43d..cf8ff34 100644
--- a/config/sys.config
+++ b/config/sys.config
@@ -27,6 +27,7 @@
single_line => false,
template => [time, " ", color, "[", level, "]",
{pid, [" ", pid, ""], ""},
+ {prefix, [" ", prefix, " ::"], ""},
" ", msg,
{mfa, [" (", mfa, ":", line, ")"], ""},
reset, "\n"]}}}}]}]}].
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37327?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ib88801b8d38976b98a02ed06e1638e0e9056bafb
Gerrit-Change-Number: 37327
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: fixeria.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37317?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: erab_fsm: E-RAB FSM implementation
......................................................................
erab_fsm: E-RAB FSM implementation
Change-Id: Ic57e14675339b7cadb0cdd7cbc5d3a56288d7297
---
A src/erab_fsm.erl
M src/pfcp_peer.erl
2 files changed, 386 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/17/37317/3
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37317?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ic57e14675339b7cadb0cdd7cbc5d3a56288d7297
Gerrit-Change-Number: 37317
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset
pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37326?usp=email )
Change subject: asterisk: pjsip.conf: Set IMEI
......................................................................
asterisk: pjsip.conf: Set IMEI
Newer asterisk VoLTE code being developed (jolly/work) now has a config
to set the IMEI instead of the whole contact header. Use it.
Change-Id: I5d4584fac309bea4afe3929bdca047c31c93b457
---
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
1 file changed, 13 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index ac08fe2..f7bf49a 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -94,7 +94,7 @@
expiration=600000
ims_aka=yes
contact_user=volte_ims
-contact_header_params=+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"\;audio\;+sip.instance="<urn:gsma:imei:35876110-027790-0>"
+imei=35876110-027790-0
endpoint=volte_ims
line=yes
manual_register=yes
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37326?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I5d4584fac309bea4afe3929bdca047c31c93b457
Gerrit-Change-Number: 37326
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37326?usp=email )
Change subject: asterisk: pjsip.conf: Set IMEI
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Patchset:
PS1:
Merging to avoid test failing due to new config from new asterisk.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37326?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I5d4584fac309bea4afe3929bdca047c31c93b457
Gerrit-Change-Number: 37326
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 02 Jul 2024 17:12:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/37326?usp=email )
Change subject: asterisk: pjsip.conf: Set IMEI
......................................................................
asterisk: pjsip.conf: Set IMEI
Newer asterisk VoLTE code being developed (jolly/work) now has a config
to set the IMEI instead of the whole contact header. Use it.
Change-Id: I5d4584fac309bea4afe3929bdca047c31c93b457
---
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/26/37326/1
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index ac08fe2..f7bf49a 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -94,7 +94,7 @@
expiration=600000
ims_aka=yes
contact_user=volte_ims
-contact_header_params=+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-service.ims.icsi.mmtel"\;audio\;+sip.instance="<urn:gsma:imei:35876110-027790-0>"
+imei=35876110-027790-0
endpoint=volte_ims
line=yes
manual_register=yes
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37326?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I5d4584fac309bea4afe3929bdca047c31c93b457
Gerrit-Change-Number: 37326
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange