osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/31405 )
Change subject: rtp.h: add RTP_PT_CSDATA ......................................................................
rtp.h: add RTP_PT_CSDATA
Related: OS#4393 Change-Id: I2ea378ba4d17e977da25ef9e6e86b3de2ccd0ad7 --- M include/osmocom/netif/rtp.h 1 file changed, 12 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve msuraev: Looks good to me, but someone else must approve Jenkins Builder: Verified
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 @@
#define RTP_PT_AMR 98
+#define RTP_PT_CSDATA 120 /* 3GPP TS 48.103 table 5.4.2.2.1 */ + #endif