Attention is currently required from: Hoernchen.
laforge has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41121?usp=email )
Change subject: smdpp: es9p pure asn1 support
......................................................................
Patch Set 5: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41121?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: I1d824931bd6513d2320ba30df0f8193cd8352863
Gerrit-Change-Number: 41121
Gerrit-PatchSet: 5
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 23 Sep 2025 08:58:46 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Hoernchen.
laforge has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41120?usp=email )
Change subject: smdpp: add es2p test suite
......................................................................
Patch Set 5: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41120?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: I2865e016974d7d7a03e00a7795a42f573b147a4b
Gerrit-Change-Number: 41120
Gerrit-PatchSet: 5
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 23 Sep 2025 08:58:29 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: jolly.
laforge has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-e1d/+/41139?usp=email )
Change subject: Add Channel-Associated Signalling (CAS) support
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
I think it would be more logical if the CAS bits fo a given B-channel is associated with that channe, i.e. the client application would get/set the CAS bits on a per-TS basis and not common on TS16.
The above is also how DAHDI is representing CAS bits to userspace programs, and we want to make the osmo-e1d user interface as similar to DAHDI as possible
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/41139?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Ib4f5e6ef02c9b0d1eec2a86d9c48376112805972
Gerrit-Change-Number: 41139
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Tue, 23 Sep 2025 08:20:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
falconia has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/44/41144/1
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: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2cc2c9340f9fa5c7111447a6beef49c335fa1107
Gerrit-Change-Number: 41144
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon(a)freecalypso.org>