aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2024-06-21 17:36:01 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2024-06-24 03:02:22 +0200
commite5ac26212a92b5115143aa894062781baabe008b (patch)
tree5b95135e5c32385be79877c76139f5f88b6eee6a
parentb86c401cf99e5bdd1c2efa9439ad652f3affa36e (diff)
sdp strs funeels/sdp
-rw-r--r--include/osmocom/sdp/sdp_strings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/sdp/sdp_strings.h b/include/osmocom/sdp/sdp_strings.h
index 20b980b9d..52f1589a9 100644
--- a/include/osmocom/sdp/sdp_strings.h
+++ b/include/osmocom/sdp/sdp_strings.h
@@ -12,6 +12,9 @@
/*! "a=foo:" */
#define OSMO_SDP_A_PREFIX(STR) OSMO_SDP_STR_ATTRIB "=" STR ":"
+/*! "a=fmtp:" */
+#define OSMO_SDP_STR_A_FMTP OSMO_SDP_A_PREFIX(OSMO_SDP_STR_FMTP)
+
/* Media Direction Attributes "a=recvonly", "a=sendrecv", "a=sendonly", "a=inactive" RFC-8866 6.7. */
#define OSMO_SDP_STR_RECVONLY "recvonly"
#define OSMO_SDP_STR_SENDRECV "sendrecv"