Attention is currently required from: pespin.
daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37301?usp=email )
Change subject: asterisk: Fix incorrect seq_nr expectancies when precondition is used
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Patchset:
PS1:
I have no idea if that's the correct sequence no. to send/expect, but you look like you know what you're doing
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37301?usp=email
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: Icc91c863912934d48252ad0882d5603c161cd8b6
Gerrit-Change-Number: 37301
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 28 Jun 2024 14:28:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: pespin.
daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37302?usp=email )
Change subject: asterisk: SIP UA: Expect possible Rx of 183 Session Progress
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37302?usp=email
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: Ib1b60e9d6ea931131187b1d0306f7adfc319ed01
Gerrit-Change-Number: 37302
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 28 Jun 2024 14:22:42 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: falconia.
daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/37299?usp=email )
Change subject: E1: support HRv1 codec on both 16k and 8k subslots
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/37299?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Ifadbdc68905178c6ffdd673a6fb71c18610c9847
Gerrit-Change-Number: 37299
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: falconia <falcon(a)freecalypso.org>
Gerrit-Comment-Date: Fri, 28 Jun 2024 14:22:11 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37306?usp=email )
Change subject: contrib/jenkins.sh: also run Dialyzer
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37306?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: Id9fe11e9eb36d7ed468288094095a6d38b2d1d49
Gerrit-Change-Number: 37306
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 27 Jun 2024 18:18:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37306?usp=email )
Change subject: contrib/jenkins.sh: also run Dialyzer
......................................................................
contrib/jenkins.sh: also run Dialyzer
Dialyzer is a static code analyzer for Erlang, see:
https://www.erlang.org/docs/23/man/dialyzer.html
Change-Id: Id9fe11e9eb36d7ed468288094095a6d38b2d1d49
---
M Makefile
M contrib/jenkins.sh
2 files changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/06/37306/1
diff --git a/Makefile b/Makefile
index 6d3ded2..2a14fe7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@
check: $(GEN_FILES)
rebar3 eunit
+analyze: $(GEN_FILES)
+ rebar3 dialyzer
+
clean:
# Avoid running rebar3 clean if _build doesn't exist, since it would try
# to fetch deps from the Internet and that may not be avaialble when in
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index df99a89..c738791 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -3,3 +3,4 @@
make clean
make
make check
+make analyze
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37306?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: Id9fe11e9eb36d7ed468288094095a6d38b2d1d49
Gerrit-Change-Number: 37306
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37303?usp=email )
Change subject: asterisk: SIP UA: Fix seq_nr transmitting ACK for MO call
......................................................................
asterisk: SIP UA: Fix seq_nr transmitting ACK for MO call
RFC 3261 17.1.1.3:
"The CSeq header field in the ACK MUST contain the same value for
the sequence number as was present in the original request"
Change-Id: I3d584d234b11ef9d21f203fbf18d63a5602775f0
---
M asterisk/SIP_ConnectionHandler.ttcn
1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/03/37303/1
diff --git a/asterisk/SIP_ConnectionHandler.ttcn b/asterisk/SIP_ConnectionHandler.ttcn
index 696be8a..52290fd 100644
--- a/asterisk/SIP_ConnectionHandler.ttcn
+++ b/asterisk/SIP_ConnectionHandler.ttcn
@@ -482,7 +482,6 @@
g_pars.cp.to_addr := g_rx_sip_resp.msgHeader.toField;
/* Transmit ACK */
- g_pars.cp.sip_seq_nr := g_pars.cp.sip_seq_nr + 1;
req := ts_SIP_ACK(g_pars.cp.sip_call_id,
g_pars.cp.from_addr,
g_pars.cp.to_addr,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37303?usp=email
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: I3d584d234b11ef9d21f203fbf18d63a5602775f0
Gerrit-Change-Number: 37303
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange