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 -- To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/31405 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I2ea378ba4d17e977da25ef9e6e86b3de2ccd0ad7 Gerrit-Change-Number: 31405 Gerrit-PatchSet: 2 Gerrit-Owner: osmith <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: msuraev <[email protected]> Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
