aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
diff options
context:
space:
mode:
authorMychaela N. Falconia <falcon@freecalypso.org>2024-05-26 08:17:21 +0000
committerfalconia <falcon@freecalypso.org>2024-05-31 13:53:21 +0000
commita636b8d2adb4cfeaf5ebae80c5dc2cfd55486b84 (patch)
treebee41cd6472cc8724bb4f38f91a16db74a42f593 /include/osmocom/gsm
parentf85dc28f8498e8f90fac426f3e94be4ac00113f8 (diff)
rsl: define RSL_IE_OSMO_RTP_EXTENSIONS
This addition to Abis RSL is an Osmocom-specific IE, intended for Osmocom flavor of Abis over IP. It requests the use of non-standard enhanced RTP transport formats. Complete description of this new IE is contained in this Technical Memorandum: https://www.freecalypso.org/specs/tw-tm-004-v010001.txt Related: OS#6448 Change-Id: I9ac692062e05f859ba56235375bdc10f212cb2c0
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_58.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index e8758df0..13e84bad 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -373,6 +373,7 @@ enum abis_rsl_ie {
RSL_IE_OSMO_TRAINING_SEQUENCE = 0x61,
RSL_IE_OSMO_TEMP_OVP_ACCH_CAP = 0x62,
RSL_IE_OSMO_OSMUX_CID = 0x63,
+ RSL_IE_OSMO_RTP_EXTENSIONS = 0x64,
/* ip.access */
RSL_IE_IPAC_SRTP_CONFIG = 0xe0,