falconia has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/41144?usp=email )
Change subject: rtp_extensions.h: update for TW-TS-003 version 1.1.0
......................................................................
rtp_extensions.h: update for TW-TS-003 version 1.1.0
Themyscira Wireless released new specs for enhanced RTP formats
on AoIP interface user plane:
* TW-TS-006 for AMR, allowing RTP transport between an E1 BTS and
a CN transcoder that implements both regular transcoding and TFO
functions as specified in 3GPP Rel4 for TDM-based GSM;
* TW-TS-007 for compressed CSD, making CSD in RTP much more efficient;
* An updated version of TW-TS-003 adds two new bits to RTPext IE
(GSM0808_IE_THEMWI_RTP_EXTENSIONS) for MSC to request the use of
TW-TS-006 and TW-TS-007 extensions, and for BSS to acknowledge
the necessary support.
All TW-TS for RTP extensions are summarized here:
https://osmocom.org/projects/retro-gsm/wiki/ThemWi_RTP_Extensions
Change-Id: I2cc2c9340f9fa5c7111447a6beef49c335fa1107
---
M include/osmocom/gsm/rtp_extensions.h
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/include/osmocom/gsm/rtp_extensions.h b/include/osmocom/gsm/rtp_extensions.h
index edea431..e397a3f 100644
--- a/include/osmocom/gsm/rtp_extensions.h
+++ b/include/osmocom/gsm/rtp_extensions.h
@@ -11,7 +11,7 @@
* namely, GSM0808_IE_THEMWI_RTP_EXTENSIONS and RSL_IE_OSMO_RTP_EXTENSIONS.
* It is based on this authoritative definition:
*
- * https://www.freecalypso.org/specs/tw-ts-003-v010002.txt
+ * https://www.freecalypso.org/specs/tw-ts-003-v010100.txt
*
* Section 5.3 in the above specification defines the assignment of
* individual bits in the single value octet.
@@ -21,3 +21,5 @@
#define OSMO_RTP_EXT_TWTS001 0x01
#define OSMO_RTP_EXT_TWTS002 0x02
+#define OSMO_RTP_EXT_TWTS006 0x04
+#define OSMO_RTP_EXT_TWTS007 0x08
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41144?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2cc2c9340f9fa5c7111447a6beef49c335fa1107
Gerrit-Change-Number: 41144
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: falconia <falcon(a)freecalypso.org>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41143?usp=email )
Change subject: buildsystem/gen_links: catch broken symlinks
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41143?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0da0ec30e5eaf65d0348e22900a5ee006dee9e44
Gerrit-Change-Number: 41143
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Tue, 23 Sep 2025 12:12:39 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/41146?usp=email )
Change subject: OBS: stop building limesuite
......................................................................
OBS: stop building limesuite
Building limesuite is not needed anymore, as it is available at least
since debian 10 in the debian and ubuntu repositories. We have been
building the upstream version without changes.
Related: OS#6855
Change-Id: Id79ccf873fce8b3b4f61bd73ab89d6a95bd105c1
---
M scripts/obs/lib/config.py
M scripts/obs/lib/srcpkg.py
2 files changed, 0 insertions(+), 12 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/46/41146/1
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py
index 92a3310..8282d9e 100644
--- a/scripts/obs/lib/config.py
+++ b/scripts/obs/lib/config.py
@@ -98,7 +98,6 @@
"strongswan-epdg",
]
projects_other = [
- "limesuite",
"neocon",
"open5gs",
]
@@ -106,7 +105,6 @@
git_url_default = "https://gerrit.osmocom.org" # /project gets appended
git_url_other = {
"libosmo-dsp": "https://gitea.osmocom.org/sdr/libosmo-dsp",
- "limesuite": "https://github.com/myriadrf/LimeSuite",
"neocon": "https://github.com/laf0rge/neocon",
"open5gs": "https://github.com/open5gs/open5gs",
"osmo-fl2k": "https://gitea.osmocom.org/sdr/osmo-fl2k",
@@ -129,7 +127,6 @@
git_latest_tag_pattern_default = tag_pattern()
git_latest_tag_pattern_other = {
"gapk": tag_pattern('v', c=r'(\.\d+)?'),
- "limesuite": tag_pattern('v'),
"open5gs": tag_pattern('v'),
"osmo-fl2k": tag_pattern('v'),
"rtl-sdr": tag_pattern('v'),
diff --git a/scripts/obs/lib/srcpkg.py b/scripts/obs/lib/srcpkg.py
index 3a09af3..b0f76b8 100644
--- a/scripts/obs/lib/srcpkg.py
+++ b/scripts/obs/lib/srcpkg.py
@@ -128,15 +128,6 @@
cwd=lib.git.get_repo_path("open5gs"))
-def prepare_project_limesuite():
- """ Fix bug in 23.10: https://github.com/myriadrf/LimeSuite/pull/386 """
- lib.run_cmd(["mv", "-v",
- "liblimesuite22.09-1.install",
- "liblimesuite23.10-1.install"],
- cwd=f"{lib.git.get_repo_path('limesuite')}/debian",
- check=False)
-
-
def run_generate_build_dep(project):
""" Run contrib/generate_build_dep.sh if it exists in the given project, to
to download sources for dependencies (see e.g. osmo_dia2gsup.git). """
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/41146?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id79ccf873fce8b3b4f61bd73ab89d6a95bd105c1
Gerrit-Change-Number: 41146
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: jolly.
laforge has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/libosmo-abis/+/41140?usp=email )
Change subject: Add CAS channel support
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1:
as stated in the osmo-e1d patch, the 4 CAS bits should be exposed on a per-B-channel basis, i.e. the demux of CAS frame should happen inside osmo-e1d (like it is in DAHDI) and then the libosmo-abis interface will also be on that basis. This means that different applications can e.g. open a different subset of B-channels, without a single/central instance managing the CAS timeslot.
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/41140?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I81cc89e01bb4207dc899ab28f24a131f24b61c9c
Gerrit-Change-Number: 41140
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Tue, 23 Sep 2025 09:00:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes