aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-03 10:00:16 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-03 11:03:50 +0100
commitd1dd22c38e86f123c8f9a93c2789deafdfcb9265 (patch)
treeca285d80148a4da054cdeb4b68da2e3901da27a3 /include/osmocom
parent2d4888dd08f5f340019ace5050a64a85dec57400 (diff)
Add a new osmo_rtp_set_source_desc() function to set the RTCP SDES items
This allows the users of libosmotrau to set the content of the SDES items to something more useful than their compile-time defaults. Change-Id: Ice794f9e0c6caeea1c67520c12efbfa375d1fb82 Related: OS#2701
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/trau/osmo_ortp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/trau/osmo_ortp.h b/include/osmocom/trau/osmo_ortp.h
index 578b1cb..5fb2960 100644
--- a/include/osmocom/trau/osmo_ortp.h
+++ b/include/osmocom/trau/osmo_ortp.h
@@ -100,5 +100,8 @@ void osmo_rtp_socket_stats(struct osmo_rtp_socket *rs,
uint32_t *recv_packets, uint32_t *recv_octets,
uint32_t *recv_lost, uint32_t *last_jitter);
+void osmo_rtp_set_source_desc(struct osmo_rtp_socket *rs, const char *cname,
+ const char *name, const char *email, const char *phone,
+ const char *loc, const char *tool, const char *note);
#endif /* _OSMO_ORTP_H */