jolly has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/60/37060/1
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-MessageType: newchange
Attention is currently required from: fixeria, laforge.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/36972?usp=email )
Change subject: esim.es2p: Split generic part of HTTP/REST API from ES2+
......................................................................
Patch Set 5: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/36972?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I468041da40a88875e8df15b04d3ad508e06f16f7
Gerrit-Change-Number: 36972
Gerrit-PatchSet: 5
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 05 Jun 2024 13:52:33 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/37058?usp=email )
Change subject: COPYING and copyright headers: use https instead of http
......................................................................
COPYING and copyright headers: use https instead of http
Change-Id: I330a3219008ffb1afff41fb6f8210246e2ed6aa6
---
M COPYING
M src/gsup_client.erl
M src/osmo_dia2gsup.erl
M src/server_cb.erl
4 files changed, 23 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/58/37058/1
diff --git a/COPYING b/COPYING
index fa823e4..36f20eb 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -643,7 +643,7 @@
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@@ -658,7 +658,7 @@
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
------------------------------------------------------------------------------
ADDITIONAL PERMISSIONS PURSUANT TO SECTION 7 OF AGPLv3
@@ -666,9 +666,9 @@
If you modify this Program, or any covered work, by linking or
combining it with runtime libraries of Erlang/OTP as released by
-Ericsson on http://www.erlang.org (or a modified version of these
+Ericsson on https://www.erlang.org (or a modified version of these
libraries), containing parts covered by the terms of the Erlang Public
-License (http://www.erlang.org/EPLICENSE), the licensors of this
+License (https://www.erlang.org/EPLICENSE), the licensors of this
Program grant you additional permission to convey the resulting work
without the need to license the runtime libraries of Erlang/OTP under
the GNU Affero General Public License. Corresponding Source for a
diff --git a/src/gsup_client.erl b/src/gsup_client.erl
index 967bf99..86a46d9 100644
--- a/src/gsup_client.erl
+++ b/src/gsup_client.erl
@@ -15,15 +15,15 @@
% GNU General Public License for more details.
%
% You should have received a copy of the GNU Affero General Public License
-% along with this program. If not, see <http://www.gnu.org/licenses/>.
+% along with this program. If not, see <https://www.gnu.org/licenses/>.
%
% Additional Permission under GNU AGPL version 3 section 7:
%
% If you modify this Program, or any covered work, by linking or
% combining it with runtime libraries of Erlang/OTP as released by
-% Ericsson on http://www.erlang.org (or a modified version of these
+% Ericsson on https://www.erlang.org (or a modified version of these
% libraries), containing parts covered by the terms of the Erlang Public
-% License (http://www.erlang.org/EPLICENSE), the licensors of this
+% License (https://www.erlang.org/EPLICENSE), the licensors of this
% Program grant you additional permission to convey the resulting work
% without the need to license the runtime libraries of Erlang/OTP under
% the GNU Affero General Public License. Corresponding Source for a
diff --git a/src/osmo_dia2gsup.erl b/src/osmo_dia2gsup.erl
index ad8de4b..d1c9fda 100644
--- a/src/osmo_dia2gsup.erl
+++ b/src/osmo_dia2gsup.erl
@@ -13,15 +13,15 @@
% GNU General Public License for more details.
%
% You should have received a copy of the GNU Affero General Public License
-% along with this program. If not, see <http://www.gnu.org/licenses/>.
+% along with this program. If not, see <https://www.gnu.org/licenses/>.
%
% Additional Permission under GNU AGPL version 3 section 7:
%
% If you modify this Program, or any covered work, by linking or
% combining it with runtime libraries of Erlang/OTP as released by
-% Ericsson on http://www.erlang.org (or a modified version of these
+% Ericsson on https://www.erlang.org (or a modified version of these
% libraries), containing parts covered by the terms of the Erlang Public
-% License (http://www.erlang.org/EPLICENSE), the licensors of this
+% License (https://www.erlang.org/EPLICENSE), the licensors of this
% Program grant you additional permission to convey the resulting work
% without the need to license the runtime libraries of Erlang/OTP under
% the GNU Affero General Public License. Corresponding Source for a
diff --git a/src/server_cb.erl b/src/server_cb.erl
index 13a7ec0..815eaf6 100644
--- a/src/server_cb.erl
+++ b/src/server_cb.erl
@@ -13,15 +13,15 @@
% GNU General Public License for more details.
%
% You should have received a copy of the GNU Affero General Public License
-% along with this program. If not, see <http://www.gnu.org/licenses/>.
+% along with this program. If not, see <https://www.gnu.org/licenses/>.
%
% Additional Permission under GNU AGPL version 3 section 7:
%
% If you modify this Program, or any covered work, by linking or
% combining it with runtime libraries of Erlang/OTP as released by
-% Ericsson on http://www.erlang.org (or a modified version of these
+% Ericsson on https://www.erlang.org (or a modified version of these
% libraries), containing parts covered by the terms of the Erlang Public
-% License (http://www.erlang.org/EPLICENSE), the licensors of this
+% License (https://www.erlang.org/EPLICENSE), the licensors of this
% Program grant you additional permission to convey the resulting work
% without the need to license the runtime libraries of Erlang/OTP under
% the GNU Affero General Public License. Corresponding Source for a
--
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-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-s1gw/+/37056?usp=email )
Change subject: README: use shorter 'make' commands
......................................................................
README: use shorter 'make' commands
Change-Id: If650c04c676f98d5f936f478a0e44a6e1713c3d2
---
M README.md
1 file changed, 12 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-s1gw refs/changes/56/37056/1
diff --git a/README.md b/README.md
index c5d30b2..b85bbbc 100644
--- a/README.md
+++ b/README.md
@@ -80,9 +80,7 @@
to compile it from source in some distros).
```
-$ rebar3 asn compile
-$ rebar3 compile
-$ rebar3 escriptize
+$ make
```
@@ -92,7 +90,7 @@
Unit tests can be run this way:
```
-$ rebar3 eunit
+$ make check
```
@@ -102,7 +100,7 @@
Once `osmo_s1gw` is built, you can start it this way:
```
-$ rebar3 shell --config config/sys.config
+$ make run
```
--
To view, visit https://gerrit.osmocom.org/c/osmo-s1gw/+/37056?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: If650c04c676f98d5f936f478a0e44a6e1713c3d2
Gerrit-Change-Number: 37056
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange