From 605fb80c08f7add3581a343825a6a43169fe5be0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 20 Feb 2023 12:08:54 +0100 Subject: [PATCH] rtp.h: add RTP_PT_CSDATA Related: OS#4393 Change-Id: I2ea378ba4d17e977da25ef9e6e86b3de2ccd0ad7 --- include/osmocom/netif/rtp.h | 2 ++ 1 file changed, 2 insertions(+) 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