aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-20 12:08:54 +0100
committerosmith <osmith@sysmocom.de>2023-02-27 08:29:51 +0000
commit605fb80c08f7add3581a343825a6a43169fe5be0 (patch)
tree8893cee5b6213f84fa042603e3297e442f5c04e8
parent4a2f3e9490fef23160c9eb800132cd879b92ba43 (diff)
rtp.h: add RTP_PT_CSDATA
-rw-r--r--include/osmocom/netif/rtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/netif/rtp.h b/include/osmocom/netif/rtp.h
index 756ce90..7f5ecae 100644
--- a/include/osmocom/netif/rtp.h
+++ b/include/osmocom/netif/rtp.h
@@ -82,4 +82,6 @@ int osmo_rtp_snprintf(char *buf, size_t size, struct msgb *msg);
#define RTP_PT_AMR 98
+#define RTP_PT_CSDATA 120 /* 3GPP TS 48.103 table 5.4.2.2.1 */
+
#endif