daniel has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/29967 )
Change subject: ttcn3-bsc-test: Fix ttcn3-bsc_sccplite-latest
......................................................................
ttcn3-bsc-test: Fix ttcn3-bsc_sccplite-latest
Re-add the msc 0->mgw config line since the "latest" version of osmo-bsc still uses
it. This was probably caused by fixing fallout from osmo-bsc.git commit
da4af65a51ee8b8d7b380330c0301de293347563 in master.
The config line is ignored in master so should be safe to keep until a
new osmo-bsc version is released.
Change-Id: I85231bf66a78232567eb91b92b8542ca7f728beb
---
M ttcn3-bsc-test/sccplite/osmo-bsc.cfg
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
index 1bb164e..c680ef7 100644
--- a/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/sccplite/osmo-bsc.cfg
@@ -479,6 +479,8 @@
amr-config 4_75k forbidden
codec-list fr1 fr2 fr3 hr1 hr3
asp-protocol ipa
+ ! REMOVE after OsmoBSC > 1.8.0 is released
+ mgw remote-ip 172.18.12.203
bsc
mid-call-timeout 0
no missing-msc-text
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/29967
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I85231bf66a78232567eb91b92b8542ca7f728beb
Gerrit-Change-Number: 29967
Gerrit-PatchSet: 3
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/29999 )
Change subject: trau_sync: support more than 40 bytes sync pattern.
......................................................................
trau_sync: support more than 40 bytes sync pattern.
40 byte sync pattern size is fine for 16 subslots but with an E1 line we
can go up to 64kbps, which is 4 times as much. Lets increase the maximum
pattern size to 160 to be prepared for full 64k slots.
Change-Id: I5be127ed5e39cb154e949b16fb08c26a1d816357
Related: OS#5198
---
M src/trau/trau_sync.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/99/29999/1
diff --git a/src/trau/trau_sync.c b/src/trau/trau_sync.c
index dba9cd1..f0af26d 100644
--- a/src/trau/trau_sync.c
+++ b/src/trau/trau_sync.c
@@ -31,7 +31,7 @@
#define S(x) (1 << (x))
-#define MAX_TRAU_BYTES 40
+#define MAX_TRAU_BYTES 160
#define T_SYNC 1
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/29999
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I5be127ed5e39cb154e949b16fb08c26a1d816357
Gerrit-Change-Number: 29999
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newchange
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/29998 )
Change subject: jobs/obs: don't upload to build.opensuse.org
......................................................................
jobs/obs: don't upload to build.opensuse.org
The transitional phase where we upload to both the old and new OBS
server is over, so just upload to the new server from now on.
Related: OS#5557
Change-Id: If6f87dc6dbb4bafa3abb1d840f8d43cce6432dfd
---
M jobs/osmocom-obs.yml
1 file changed, 0 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/98/29998/1
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index 0036493..25e48c3 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -13,15 +13,8 @@
- latest:
conflict_version: ""
server:
- - build.opensuse.org:
- proj: "network:osmocom"
- obs.osmocom.org:
proj: "osmocom"
- # Pushing to build.opensuse.org is legacy, will be disabled soon (OS#5557).
- # Don't push the new master repository there.
- exclude:
- - type: master
- server: build.opensuse.org
- job-template:
name: 'Osmocom_OBS_{type}_{server}'
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/29998
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If6f87dc6dbb4bafa3abb1d840f8d43cce6432dfd
Gerrit-Change-Number: 29998
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newchange
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29934 )
Change subject: pcu: Introduce tests TC_ul_tbf_{1,2}phase_while_dl_ass_pch
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
I'm merging this tomorrow if I don't get another +1 given the low reviewer affluence after 3 days.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29934
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: I6a72c36265bfdc757180cbb466492ad6bbbf16ad
Gerrit-Change-Number: 29934
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 03 Nov 2022 18:03:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/29969 )
Change subject: ggsn: Introduce tdef and make it configurable over VTY
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/29969
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I10bc8e2e197c0e8753b23b684b5ae41025672bf7
Gerrit-Change-Number: 29969
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
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-Comment-Date: Thu, 03 Nov 2022 18:01:37 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment