Attention is currently required from: laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/37062?usp=email )
Change subject: use https instead of http for all URLs
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/37062?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: I767f1585c8b6a96ad1870f7fc38b859892a93926
Gerrit-Change-Number: 37062
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 05 Jun 2024 16:51:14 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/37061?usp=email )
Change subject: use https for all web URLs
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/37061?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo_ss7
Gerrit-Branch: master
Gerrit-Change-Id: I964812c0d1c209a333292253b4cde4c5c01c2b1a
Gerrit-Change-Number: 37061
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 05 Jun 2024 16:51:09 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/37058?usp=email )
Change subject: COPYING and copyright headers: use https instead of http
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/37058?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I330a3219008ffb1afff41fb6f8210246e2ed6aa6
Gerrit-Change-Number: 37058
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 05 Jun 2024 15:37:28 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37060?usp=email )
Change subject: Handle RSL_MT_SACCH_INFO_MODIFY messages at ASCI tests
......................................................................
Handle RSL_MT_SACCH_INFO_MODIFY messages at ASCI tests
Most ASCI tests will fail, if this message is ignored during tests. This
message is used to set SI 10 at the BTS.
Change-Id: I1742da0fa978ca96d9cf7ef0bef3359007996829
---
M bsc/BSC_Tests_ASCI.ttcn
1 file changed, 20 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/bsc/BSC_Tests_ASCI.ttcn b/bsc/BSC_Tests_ASCI.ttcn
index a97e0db..8c8b66c 100644
--- a/bsc/BSC_Tests_ASCI.ttcn
+++ b/bsc/BSC_Tests_ASCI.ttcn
@@ -357,6 +357,10 @@
log("VGCS: Got RSL DATA REQ on channel");
repeat;
}
+ [] RSL.receive(tr_RSL_SACCH_INF_MOD(g_chan_nr, ?)) {
+ log("VGCS: Got RSL SACCH INFO MODIFY on channel");
+ repeat;
+ }
}
private function f_delay_bts() runs on MSC_ConnHdlr {
@@ -472,6 +476,10 @@
COORD.send(COORD_VGCS_UPLINK_BUSY);
repeat;
}
+ [] RSL.receive(tr_RSL_SACCH_INF_MOD(g_chan_nr, ?)) {
+ log("VGCS: Got RSL SACCH INFO MODIFY on channel");
+ repeat;
+ }
[] COORD.receive(COORD_UPLINK_REQUEST_CONFIRM) { repeat; }
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37060?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: I1742da0fa978ca96d9cf7ef0bef3359007996829
Gerrit-Change-Number: 37060
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged