rtp.h: add RTP_PT_CSDATA

Related: OS#4393
Change-Id: I2ea378ba4d17e977da25ef9e6e86b3de2ccd0ad7
This commit is contained in:
Oliver Smith 2023-02-20 12:08:54 +01:00 committed by osmith
parent 4a2f3e9490
commit 605fb80c08
1 changed files with 2 additions and 0 deletions

View File

@ -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